[Midnightbsd-cvs] mports [22510] trunk/Tools/magus/www/tmpls/runlist.tmpl: add blessed
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 20 20:45:35 EDT 2017
Revision: 22510
http://svnweb.midnightbsd.org/mports/?rev=22510
Author: laffer1
Date: 2017-09-20 20:45:35 -0400 (Wed, 20 Sep 2017)
Log Message:
-----------
add blessed
Modified Paths:
--------------
trunk/Tools/magus/www/tmpls/runlist.tmpl
Modified: trunk/Tools/magus/www/tmpls/runlist.tmpl
===================================================================
--- trunk/Tools/magus/www/tmpls/runlist.tmpl 2017-09-21 00:41:30 UTC (rev 22509)
+++ trunk/Tools/magus/www/tmpls/runlist.tmpl 2017-09-21 00:45:35 UTC (rev 22510)
@@ -13,6 +13,7 @@
<th>Arch</th>
<th>Status</th>
<th>Created</th>
+ <th>Blessed</th>
</tr>
</thead>
@@ -23,6 +24,7 @@
<td><TMPL_VAR NAME="arch"></td>
<td><TMPL_VAR NAME="status"></td>
<td><TMPL_VAR NAME="created"></td>
+ <td><TMPL_VAR NAME="blessed"></td>
</tr>
</TMPL_LOOP>
</table>
More information about the Midnightbsd-cvs
mailing list