mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
point out that something is disabled. force html5 in old browsers
git-svn-id: http://www.observium.org/svn/observer/trunk@2410 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
2
README
2
README
@@ -23,6 +23,8 @@ Observium is an auto-discovering network monitoring system.
|
||||
It's designed to be an easily-navigable interface to the health of your network.
|
||||
It's not designed to be a Nagios replacement.
|
||||
|
||||
Automatic host discovery is currently disabled.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
|
||||
@@ -73,7 +73,9 @@ if ($config['page_refresh']) { echo("<meta http-equiv='refresh' content='".$conf
|
||||
<script type="text/javascript" src="js/jquery-1.5.2.min.js"></script>
|
||||
<script type="text/javascript" src="js/jquery-checkbox.js"></script>
|
||||
<script type="text/javascript" src="js/qtip/jquery.qtip-1.0.0-rc3.min.js"></script>
|
||||
|
||||
<!--[if IE]>
|
||||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
<!--[if lt IE 9]><script language="javascript" type="text/javascript" src="js/jqplot/excanvas.js"></script><![endif]-->
|
||||
<script language="javascript" type="text/javascript" src="js/jqplot/jquery.jqplot.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="js/jqplot/jquery.jqplot.css" />
|
||||
|
||||
Reference in New Issue
Block a user