[Midnightbsd-cvs] mports [22509] trunk/Tools/magus/www/tmpls: add blessed
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 20 20:41:31 EDT 2017
Revision: 22509
http://svnweb.midnightbsd.org/mports/?rev=22509
Author: laffer1
Date: 2017-09-20 20:41:30 -0400 (Wed, 20 Sep 2017)
Log Message:
-----------
add blessed
Modified Paths:
--------------
trunk/Tools/magus/www/tmpls/index.tmpl
trunk/Tools/magus/www/tmpls/run.tmpl
Modified: trunk/Tools/magus/www/tmpls/index.tmpl
===================================================================
--- trunk/Tools/magus/www/tmpls/index.tmpl 2017-09-21 00:38:24 UTC (rev 22508)
+++ trunk/Tools/magus/www/tmpls/index.tmpl 2017-09-21 00:41:30 UTC (rev 22509)
@@ -82,6 +82,7 @@
<th>Arch</th>
<th>OSVersion</th>
<th>Created</th>
+ <th>Blessed</th>
</tr>
</thead>
@@ -92,6 +93,7 @@
<td><TMPL_VAR name="arch"></td>
<td><TMPL_VAR NAME="osversion"></td>
<td><TMPL_VAR NAME="created"></td>
+ <td><TMPL_VAR NAME="blessed"></td>
</tr>
</TMPL_LOOP>
</tbody>
Modified: trunk/Tools/magus/www/tmpls/run.tmpl
===================================================================
--- trunk/Tools/magus/www/tmpls/run.tmpl 2017-09-21 00:38:24 UTC (rev 22508)
+++ trunk/Tools/magus/www/tmpls/run.tmpl 2017-09-21 00:41:30 UTC (rev 22509)
@@ -23,6 +23,7 @@
<th>Arch</th>
<th>Status</th>
<th>Created</th>
+ <th>Blessed</th>
<th></th>
</tr>
</thead>
@@ -33,6 +34,7 @@
<td><TMPL_VAR NAME="arch"></td>
<td><a href="#" class="edit"><TMPL_VAR NAME="status"></a></td>
<td><TMPL_VAR NAME="created"></td>
+ <td><TMPL_VAR NAME="blessed"></td>
<td>
<ul class="stats">
<TMPL_LOOP NAME="status_stats">
@@ -46,7 +48,7 @@
</td>
</tr>
<tr>
- <td colspan="6" id="ports-display" style="display: none"> </td>
+ <td colspan="7" id="ports-display" style="display: none"> </td>
</tr>
</table>
</div>
More information about the Midnightbsd-cvs
mailing list