[Midnightbsd-cvs] mports [17565] trunk/Tools/magus/www: add restricted in front end

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 27 11:56:26 EDT 2014


Revision: 17565
          http://svnweb.midnightbsd.org/mports/?rev=17565
Author:   laffer1
Date:     2014-09-27 11:56:25 -0400 (Sat, 27 Sep 2014)
Log Message:
-----------
add restricted in front end

Modified Paths:
--------------
    trunk/Tools/magus/www/data/magus/index.cgi
    trunk/Tools/magus/www/tmpls/port.tmpl

Modified: trunk/Tools/magus/www/data/magus/index.cgi
===================================================================
--- trunk/Tools/magus/www/data/magus/index.cgi	2014-09-27 15:53:30 UTC (rev 17564)
+++ trunk/Tools/magus/www/data/magus/index.cgi	2014-09-27 15:56:25 UTC (rev 17565)
@@ -238,6 +238,7 @@
     arch      => $port->run->arch,
     status    => $port->status,
     license   => $port->license,
+    restricted => $port->restricted,
     can_reset => $port->can_reset? 1 : 0,
     fail      => $port->status eq "fail",
     pass      => $port->status eq "pass",

Modified: trunk/Tools/magus/www/tmpls/port.tmpl
===================================================================
--- trunk/Tools/magus/www/tmpls/port.tmpl	2014-09-27 15:53:30 UTC (rev 17564)
+++ trunk/Tools/magus/www/tmpls/port.tmpl	2014-09-27 15:56:25 UTC (rev 17565)
@@ -14,6 +14,7 @@
         <th>OSVersion</th>
         <th>Arch</th>
         <th>License</th>
+        <th>Restricted</th>
         <th>Status</th>
         <th></th>
     </tr>
@@ -25,6 +26,7 @@
         <td><TMPL_VAR NAME="osversion"></td>
         <td><TMPL_VAR NAME="arch"></td>
         <td><TMPL_IF NAME="license"><TMPL_VAR NAME="license"><TMPL_ELSE><em>No License</em></TMPL_IF></td>
+        <td><TMPL_VAR NAME="restricted"></td>
         <td><TMPL_VAR NAME="status"></td>
         <td>
           <TMPL_IF NAME="can_reset">



More information about the Midnightbsd-cvs mailing list