| @@ -15,7 +15,7 @@ | ||||
|       <th class="nd_center-cell">Delete</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% SET count = 0 %] | ||||
|     [% FOREACH row IN results %] | ||||
|     [% SET count = count + 1 %] | ||||
|   | ||||
| @@ -16,7 +16,7 @@ | ||||
|       <th class="nd_center-cell">Action</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% FOREACH row IN results %] | ||||
|     <tr | ||||
|       [% ' class="nd_jobqueueitem success"' IF row.status == 'done' %] | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|       <th class="nd_center-cell">Action</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     <tr> | ||||
|       <td class="nd_center-cell"></td> | ||||
|       <td class="nd_center-cell"><input data-form="add" name="mac" type="text"></td> | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
|       <th class="nd_center-cell">Time Elapsed</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% WHILE (row = results.next) %] | ||||
|     <tr | ||||
|       [% IF NOT mac AND row.action == 'macsuck' %] | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|       <th class="nd_center-cell">Action</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     <tr> | ||||
|       <td class="nd_center-cell"><input data-form="add" name="dns" type="text"></td> | ||||
|       <td class="nd_center-cell"><input data-form="add" name="ip" type="text"></td> | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|       <th class="nd_center-cell">Time Elapsed</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% WHILE (row = results.next) %] | ||||
|     <tr> | ||||
|       <td class="nd_center-cell">[% row.action.ucfirst | html_entity %]</td> | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
|       <th class="nd_center-cell">Try Again</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% FOREACH row IN results %] | ||||
|     <tr> | ||||
|       <td class="nd_center-cell">[% row.backend | html_entity %]</td> | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|       <th class="nd_center-cell">Action</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     <tr> | ||||
|       <td class="nd_center-cell"> | ||||
|         <div class="input-append"> | ||||
|   | ||||
| @@ -7,7 +7,7 @@ | ||||
|       <th nowrap>Last Discovery</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% FOREACH row IN results %] | ||||
|     [% NEXT IF NOT row.remote_ip %] | ||||
|     <tr> | ||||
|   | ||||
| @@ -13,7 +13,7 @@ | ||||
|       <th class="nd_center-cell">Action</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     <tr> | ||||
|       <td class="nd_center-cell"><input data-form="add" name="fullname" type="text"></td> | ||||
|       <td class="nd_center-cell"><input data-form="add" name="username" type="text"></td> | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| [% SET user_can_port_control = user_has_role('port_control') %] | ||||
| <table class="table table-condensed table-striped"> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     <tr> | ||||
|       <td>System Name</td> | ||||
|       <td>[% d.name %]</td> | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
|       [% END %] | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% FOREACH row IN results %] | ||||
|     <tr> | ||||
|       [% FOREACH col IN columns %] | ||||
|   | ||||
| @@ -6,7 +6,7 @@ | ||||
|       <th>Count</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% FOREACH row IN results %] | ||||
|     <tr> | ||||
|       <td> | ||||
|   | ||||
| @@ -10,7 +10,7 @@ | ||||
|       <th class="nd_center-cell">Action</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     <tr> | ||||
|       <td class="nd_center-cell">-</td> | ||||
|       <td class="nd_center-cell">[% session.logged_in_user | html_entity %]</td> | ||||
|   | ||||
| @@ -8,7 +8,7 @@ | ||||
|       <th class="nd_center-cell">Percent Utilization</th> | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% FOREACH row IN results %] | ||||
|     <tr> | ||||
|       <td class="nd_center-cell"><a href="[% uri_for('/report/ipinventory') %]?subnet=[% row.subnet | uri %]&daterange=[% params.daterange | uri %]&age_invert=[% params.age_invert | uri %]&limit=[% row.subnet_size | uri %]"> | ||||
|   | ||||
| @@ -12,7 +12,7 @@ | ||||
|       [% END %] | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% WHILE (row = macs.next) %] | ||||
|     [% IF row.nbname %] | ||||
|     <tr> | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|       [% END %] | ||||
|     </tr> | ||||
|   </thead> | ||||
|   </tbody> | ||||
|   <tbody> | ||||
|     [% WHILE (row = ips.next) %] | ||||
|     <tr> | ||||
|       <td> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user