diff --git a/AUTHORS.md b/AUTHORS.md index 8b10551964..d243217399 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -17,3 +17,4 @@ Contributors to LibreNMS: [1]: http://observium.org/ "Observium web site" + diff --git a/html/images/16/http.png b/html/images/16/http.png new file mode 100644 index 0000000000..58781b355b Binary files /dev/null and b/html/images/16/http.png differ diff --git a/html/images/16/ssh.png b/html/images/16/ssh.png new file mode 100644 index 0000000000..3fbd369c53 Binary files /dev/null and b/html/images/16/ssh.png differ diff --git a/html/images/16/telnet.png b/html/images/16/telnet.png new file mode 100644 index 0000000000..e654b5e245 Binary files /dev/null and b/html/images/16/telnet.png differ diff --git a/html/includes/hostbox-menu.inc.php b/html/includes/hostbox-menu.inc.php index a053421e78..aa1e3025e1 100644 --- a/html/includes/hostbox-menu.inc.php +++ b/html/includes/hostbox-menu.inc.php @@ -14,11 +14,30 @@ echo(''); if (device_permitted($device['device_id'])) { + echo ('
+
'); echo ' View device '; + echo ('
+
'); echo ' View alerts '; + echo '
'; if ($_SESSION['userlevel'] >= "7") { - echo ' Edit device '; + echo ('
+ Edit device +
'); } + echo ('
+
+
+ telnet +
+
+ ssh +
+
+ https +
+
'); } echo(''); diff --git a/html/pages/device.inc.php b/html/pages/device.inc.php index 92d7a36a16..396b43f204 100644 --- a/html/pages/device.inc.php +++ b/html/pages/device.inc.php @@ -367,6 +367,10 @@ if (device_permitted($vars['device']) || $check_device == $vars['device']) '); } + echo ('
  • https
  • +
  • ssh
  • +
  • telnet
  • '); + if ($_SESSION['userlevel'] >= "7") { echo('