[#170] Show device SNMP::Info class in web interface
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* [#168] Jobs requested via web UI are treated as high priority
|
||||
* [#162] Change from Net::MAC to NetAddr::MAC
|
||||
* [#159] Macsuck archive behaviour same as ND1 (unseen nodes remain active)
|
||||
* [#170] Show device SNMP::Info class in web interface
|
||||
* Add "Run Expire Job" to the Admin Menu
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
@@ -83,14 +83,18 @@
|
||||
<tr>
|
||||
<td>Administration</td>
|
||||
<td>
|
||||
<a href="ssh://[% d.ip | html_entity %]" target="_blank">
|
||||
<a href="ssh://[% d.ip | uri %]" target="_blank">
|
||||
<span class="label label-info"><i class="icon-keyboard"></i> SSH</span></a>
|
||||
<a href="telnet://[% d.ip | html_entity %]" target="_blank">
|
||||
<a href="telnet://[% d.ip | uri %]" target="_blank">
|
||||
<span class="label label-info"><i class="icon-keyboard"></i> Telnet</span></a>
|
||||
<a href="https://[% d.ip | html_entity %]/" target="_blank">
|
||||
<a href="https://[% d.ip | uri %]/" target="_blank">
|
||||
<span class="label label-info"><i class="icon-external-link"></i> Web</span></a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SNMP Class</td>
|
||||
<td><a target="_blank" href="https://metacpan.org/pod/[% d.snmp_class | uri %]">[% d.snmp_class | html_entity %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Uptime</td>
|
||||
<td>[% d.uptime_age | html_entity %]</td>
|
||||
|
||||
Reference in New Issue
Block a user