{% extends 'base_software.html' %}
{% from 'host/common.html' import trace_icon %}
{% block head %}
{% endblock %}
{% block main %}
{% include 'host/manage_satellite.html' %}
Host: {{ host.hostname }}
Last Successful Retrieval:
{% for package_state in package_states %}
{% endfor %}
Scheduled/Failed Installations
| Install Action |
Scheduled Time |
Action |
| Install Action |
Scheduled Time |
Start Time |
Packages |
Status |
Status Time |
Log |
Created By |
| Status |
Status Time |
Elapsed Time |
Log |
| Location |
Model Name |
Name |
Description |
Serial Number |
VID |
| Satellite ID |
Type |
State |
Install State |
IP Address |
MAC Address |
Serial Number |
Remote Version |
Satellite Fabric Links |
{% endblock %}