Change hostname to certname where applicable (#294)
Certain column headers were referring to a node's certname as its hostname. This commit corrects that by renaming the column headers.
This commit is contained in:
committed by
Corey Hammerton
parent
43526279e0
commit
c585251862
@@ -95,7 +95,7 @@
|
|||||||
<th class="default-sort">Start time</th>
|
<th class="default-sort">Start time</th>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
{% if show_host_col %}
|
{% if show_host_col %}
|
||||||
<th>Hostname</th>
|
<th>Certname</th>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if show_run_col %}
|
{% if show_run_col %}
|
||||||
<th>Run time</th>
|
<th>Run time</th>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<table class='ui very basic very compact table'>
|
<table class='ui very basic very compact table'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Hostname</th>
|
<th>Certname</th>
|
||||||
<th>Version</th>
|
<th>Version</th>
|
||||||
<th>Transaction UUID</th>
|
<th>Transaction UUID</th>
|
||||||
<th>Code ID</th>
|
<th>Code ID</th>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
<th>Hostname</th>
|
<th>Certname</th>
|
||||||
<th>Compile Time</th>
|
<th>Compile Time</th>
|
||||||
<th>Compare With</th>
|
<th>Compare With</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -68,7 +68,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="five wide">Status</th>
|
<th class="five wide">Status</th>
|
||||||
<th class="five wide">Hostname</th>
|
<th class="five wide">Certname</th>
|
||||||
<th class="five wide date default-sort">Report</th>
|
<th class="five wide date default-sort">Report</th>
|
||||||
<th class="one wide"></th>
|
<th class="one wide"></th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<table class="ui very basic very compact table">
|
<table class="ui very basic very compact table">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Hostname</th>
|
<th>Certname</th>
|
||||||
<td style="word-wrap:break-word"><b>{{node.name}}</b></td>
|
<td style="word-wrap:break-word"><b>{{node.name}}</b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th class="default">Hostname</th>
|
<th class="default">Certname</th>
|
||||||
<th class="date default-sort">Catalog</th>
|
<th class="date default-sort">Catalog</th>
|
||||||
<th class="date">Report</th>
|
<th class="date">Report</th>
|
||||||
<th> </th>
|
<th> </th>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<table class='ui basic table'>
|
<table class='ui basic table'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Hostname</th>
|
<th>Certname</th>
|
||||||
<th>Configuration version</th>
|
<th>Configuration version</th>
|
||||||
<th>Start time</th>
|
<th>Start time</th>
|
||||||
<th>End time</th>
|
<th>End time</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user