diff --git a/html/images/16/http.png b/html/images/16/http.png new file mode 100644 index 000000000..58781b355 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 000000000..3fbd369c5 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 000000000..e654b5e24 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 a053421e7..aa1e3025e 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 3ab398d49..361eb3e71 100644 --- a/html/pages/device.inc.php +++ b/html/pages/device.inc.php @@ -368,6 +368,10 @@ if (device_permitted($vars['device']) || $check_device == $vars['device']) '); } + echo ('
  • https
  • +
  • ssh
  • +
  • telnet
  • '); + if ($_SESSION['userlevel'] >= "7") { echo('