Administration (SSH, Telnet, Web) links for devices
This commit is contained in:
		| @@ -1,3 +1,9 @@ | |||||||
|  | 2.029010 | ||||||
|  |  | ||||||
|  |   [NEW FEATURES] | ||||||
|  |  | ||||||
|  |   * Administration (SSH, Telnet, Web) links for devices | ||||||
|  |  | ||||||
| 2.029009 - 2014-09-27 | 2.029009 - 2014-09-27 | ||||||
|  |  | ||||||
|   [ENHANCEMENTS] |   [ENHANCEMENTS] | ||||||
|   | |||||||
| @@ -80,6 +80,17 @@ | |||||||
|         [% END %] |         [% END %] | ||||||
|     </tr> |     </tr> | ||||||
|     [% END %] |     [% END %] | ||||||
|  |     <tr> | ||||||
|  |       <td>Administration</td> | ||||||
|  |       <td> | ||||||
|  |         <a href="ssh://[% d.ip | html_entity %]" target="_blank"> | ||||||
|  |           <span class="label label-info"><i class="icon-keyboard"></i> SSH</span></a> | ||||||
|  |         <a href="telnet://[% d.ip | html_entity %]" target="_blank"> | ||||||
|  |           <span class="label label-info"><i class="icon-keyboard"></i> Telnet</span></a> | ||||||
|  |         <a href="https://[% d.ip | html_entity %]/" target="_blank"> | ||||||
|  |           <span class="label label-info"><i class="icon-external-link"></i> Web</span></a> | ||||||
|  |       </td> | ||||||
|  |     </tr> | ||||||
|     <tr> |     <tr> | ||||||
|       <td>Uptime</td> |       <td>Uptime</td> | ||||||
|       <td>[% d.uptime_age | html_entity %]</td> |       <td>[% d.uptime_age | html_entity %]</td> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user