mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
WebUI: Use generate_url for Oxidized List device (#9200)
This commit is contained in:
@@ -1531,11 +1531,10 @@ function get_oxidized_nodes_list()
|
||||
" . $object['group'] . "
|
||||
</td>
|
||||
<td>
|
||||
<button class='btn btn-default btn-sm' name='btn-refresh-node-devId" . $device['device_id'] . "' id='btn-refresh-nod
|
||||
e-devId" . $device['device_id'] . "' onclick='refresh_oxidized_node(\"" . $device['hostname'] . "\")'>
|
||||
<button class='btn btn-default btn-sm' name='btn-refresh-node-devId" . $device['device_id'] . "' id='btn-refresh-node-devId" . $device['device_id'] . "' onclick='refresh_oxidized_node(\"" . $device['hostname'] . "\")'>
|
||||
<i class='fa fa-refresh'></i>
|
||||
</button>
|
||||
<a href='/device/device=".$device['device_id']."/tab=showconfig/'>
|
||||
<a href='" . generate_url(array('page' => 'device', 'device' => $device['device_id'], 'tab' => 'showconfig')) . "'>
|
||||
<i class='fa fa-align-justify fa-lg icon-theme'></i>
|
||||
</a>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user