Added "Ping Response" graph to "Ping Only" Device Overview page (#13886)

* Add Ping performance to Device Overview page

Only if device type is "Ping Only"

* Re-use $perf_url
This commit is contained in:
Mark Westerterp
2022-04-03 15:15:23 +02:00
committed by GitHub
parent 7e5641d4fe
commit 971404f416
2 changed files with 38 additions and 0 deletions

View File

@@ -30,6 +30,10 @@ if ($device['os'] == 'cimc') {
require 'overview/cimc.inc.php';
}
if ($device['os'] == 'ping') {
require 'overview/ping.inc.php';
}
echo '
</div>
<div class="col-md-6">