mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Removed the last '/' to not generate /tab=showconfig//
This commit is contained in:
@@ -353,7 +353,7 @@ if (device_permitted($vars['device']) || $check_device == $vars['device'])
|
|||||||
if ($device_config_file)
|
if ($device_config_file)
|
||||||
{
|
{
|
||||||
echo('<li class="' . $select['showconfig'] . '">
|
echo('<li class="' . $select['showconfig'] . '">
|
||||||
<a href="'.generate_device_url($device, array('tab' => 'showconfig')).'/">
|
<a href="'.generate_device_url($device, array('tab' => 'showconfig')).'">
|
||||||
<img src="images/16/page_white_text.png" align="absmiddle" border="0" /> Config
|
<img src="images/16/page_white_text.png" align="absmiddle" border="0" /> Config
|
||||||
</a>
|
</a>
|
||||||
</li>');
|
</li>');
|
||||||
|
|||||||
Reference in New Issue
Block a user