fix load graph (fixed per-os specific graphs for device-level graphs *only*)

git-svn-id: http://www.observium.org/svn/observer/trunk@1157 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-06-12 18:14:59 +00:00
parent aebc4c817a
commit d33dfc87a1
5 changed files with 6 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ if($_GET['debug']) {
if($_GET['device']) {
$_GET['id'] = $_GET['device'];
$device_id = $_GET['device'];
} elseif($_GET['if']) {
$_GET['id'] = $_GET['if'];
} elseif($_GET['port']) {