Author: Lars Michelsen <[email protected]> Date: Sat Feb 26 14:08:07 2011 +0100 Committer: Lars Michelsen <[email protected]> Commit-Date: Sat Feb 26 13:08:07 2011 +0000
Added code to use the local/structure in OMD --- ChangeLog | 2 + docs/en_US/header_templates.html | 3 + .../nagvis-js/classes/FrontendModAutoMap.php | 5 +- .../frontend/nagvis-js/classes/FrontendModMap.php | 5 +- .../nagvis-js/classes/FrontendTemplateSystem.php | 2 +- .../nagvis-js/classes/NagVisHeaderMenu.php | 11 +- .../frontend/nagvis-js/classes/NagVisIndexView.php | 20 +- .../frontend/nagvis-js/classes/NagVisInfoView.php | 14 +- .../frontend/nagvis-js/classes/NagVisLoginView.php | 2 +- share/frontend/nagvis-js/js/NagVisMap.js | 6 +- share/frontend/nagvis-js/js/NagVisShape.js | 6 + .../frontend/nagvis-js/js/NagVisStatefulObject.js | 8 +- share/frontend/wui/classes/WuiMap.php | 31 ++-- share/frontend/wui/classes/WuiModMap.php | 5 +- share/frontend/wui/classes/WuiPage.php | 265 -------------------- share/frontend/wui/classes/WuiViewIndex.php | 21 +- .../core/classes/CoreModManageBackgrounds.php | 2 +- share/server/core/classes/GlobalBackground.php | 10 +- share/server/core/classes/GlobalCore.php | 73 +++--- share/server/core/classes/GlobalMainCfg.php | 159 ++++++------- share/server/core/classes/NagVisContextMenu.php | 8 +- share/server/core/classes/NagVisHoverMenu.php | 11 +- share/server/core/classes/objects/NagVisObject.php | 6 - .../server/core/classes/objects/NagVisService.php | 7 +- share/server/core/classes/objects/NagVisShape.php | 27 +-- .../core/classes/objects/NagVisStatefulObject.php | 11 +- .../core/classes/objects/NagVisStatelessObject.php | 4 +- share/userfiles/templates/default.header.html | 2 +- share/userfiles/templates/default.wuiIndex.html | 6 +- 29 files changed, 219 insertions(+), 513 deletions(-) Diff: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/diff/?id=6078c016a15ad114e44ff558c7c245215830518c ------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
