{% extends "legacy-page.html" %} {% comment %} Copyright (c) 2015 Red Hat, Inc. All rights reserved. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU General Public License v.2. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Author: Greg Nichols {% endcomment %} {% block content %}
{% if rhcert.configuration != 'management' %}
{% include "include/confirm-modal.html" %} {% for system in systems %} {% endfor %}
SystemIP AddressTypeStatus
{{ system.host.getName }} {{ system.ip_address }} {{ system.type }}
checking...

{% if showMissingInfo %}
Please enter the hostname/IP of the system to be added
{% endif %}
{% endif %} {% block certifications %} {% for program in programs %}

{{ program.name }}

{% for product in program.products %} {% endfor %}
CertificationVersions
{{ product.name }} {% for version in product.versions %} {% if version.isSupport %} {{version.name }} {% endif %} {% endfor %}
{% if packages %} {% for prog, package in packages.items %} {% if prog|lower == program.name|lower %}
Required Packages: {{ package }}
{% endif %} {% endfor %} {% endif %} {% endfor %} {% endblock %} {% block configuration %}

Release Info

Version: {{ configuration.version }}
What's new in this versionrelease notes

Configuration

{% if rhcert.configuration != 'testing' %} {% if configuration.phase %} {% endif %} {% if rhcert.configuration == 'default' %} {% endif %} {% endif %} {% if rhcert.configuration != 'management' %} {% endif %}
Installation:{{ rhcert.configuration }}
Operating Environment{{ configuration.phase }}
Certification Server{{ configuration.catalogServer }}
SSO Server{{ configuration.ssoServer }}
Sync Status: {{ rhcert.sync }} Last Sync: {{ rhcert.syncTime }} min. ago.
{% if rhcert.sync == "running" %} {% else %} Range: {% endif %}
Debugging Output
Show First in Dialog Order:
{% endblock %}
{% endblock %}