WIP NetworkMap class
Former-commit-id: e6918056fa9d71d33cc3b06e3c265dc3856e45af
This commit is contained in:
parent
fcab1ae612
commit
c8bad2b68a
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
|
||||
|
||||
/**
|
||||
* Class to manage networkmaps in Pandora FMS
|
||||
*
|
||||
|
@ -300,11 +298,11 @@ class NetworkMap
|
|||
500,
|
||||
500,
|
||||
];
|
||||
/*
|
||||
$this->graph['relations'] = clean_duplicate_links(
|
||||
|
||||
$this->graph['relations'] = clean_duplicate_links(
|
||||
$this->graph['relations']
|
||||
);
|
||||
*/
|
||||
);
|
||||
|
||||
$output .= '<script type="text/javascript">
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// VARS FROM THE DB
|
||||
|
@ -1039,8 +1037,6 @@ class NetworkMap
|
|||
$output .= $this->loadMapData();
|
||||
$output .= $this->loadController();
|
||||
$output .= $this->loadAdvanceInterface();
|
||||
} else if (isset($this->graph)) {
|
||||
// Build graph based on direct graph definition.
|
||||
}
|
||||
|
||||
if ($return === false) {
|
||||
|
|
Loading…
Reference in New Issue