Changeset 942


Ignore:
Timestamp:
12/23/22 13:20:26 (17 months ago)
Author:
Kris Deugau
Message:

/trunk

Commit missed change to admin tools main page for demarc node report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/admin/main.tmpl

    r648 r942  
    4141<hr>
    4242<div>
     43Show allocations for this demarc node:
     44<form action="admin.cgi" method="POST">
     45<fieldset>
     46<input type="hidden" name="action" value="nodereport">
     47<select name="node">
     48<option value="--">--</option>
     49<TMPL_LOOP nodelist><option value="<TMPL_VAR node_id>"<TMPL_IF selected> selected="selected"</TMPL_IF>><TMPL_VAR node_name></option>
     50</TMPL_LOOP>
     51</select>
     52<input type="submit" value="Show">
     53</fieldset></form>
     54</div>
     55
     56<hr>
     57<div>
    4358<a href="admin.cgi?action=showpools">List IP Pools</a> for manual tweaking and updates
    4459</div>
Note: See TracChangeset for help on using the changeset viewer.