diff options
author | Josh Blum | 2013-03-03 17:56:18 -0600 |
---|---|---|
committer | Josh Blum | 2013-03-03 17:56:18 -0600 |
commit | a8d2f5e32fee06f0ddecb618878ac9e2c0cbd169 (patch) | |
tree | 81c3435175ed41a6d7f38c8e7b9365c230e4da9e /python/gras/stats/main.html | |
parent | 8073c2d24e86f8e2360de2b776b495b5e486e91d (diff) | |
download | sandhi-a8d2f5e32fee06f0ddecb618878ac9e2c0cbd169.tar.gz sandhi-a8d2f5e32fee06f0ddecb618878ac9e2c0cbd169.tar.bz2 sandhi-a8d2f5e32fee06f0ddecb618878ac9e2c0cbd169.zip |
stats: split files, cleanup for expansion
Diffstat (limited to 'python/gras/stats/main.html')
-rw-r--r-- | python/gras/stats/main.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/gras/stats/main.html b/python/gras/stats/main.html index cd66534..e434192 100644 --- a/python/gras/stats/main.html +++ b/python/gras/stats/main.html @@ -3,10 +3,12 @@ <head> <meta http-equiv="content-type" content="text/html;charset=utf-8"/> <meta http-equiv="Content-Style-Type" content="text/css" /> - <title>GRAS status monitor</title> + <title>GRAS Status Monitor</title> <link rel="stylesheet" type="text/css" href="/main.css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script type="text/javascript" src="http://www.google.com/jsapi"></script> + <script type="text/javascript" src="/registry.js"></script> + <script type="text/javascript" src="/utils.js"></script> <script type="text/javascript" src="/main.js"></script> <script type="text/javascript"> google.load('visualization', '1.0', {'packages':['corechart']}); @@ -18,7 +20,7 @@ <div id='page'> <h1>GRAS Status Monitor</h1> <form id="individual_charts"></form> - <div id="overall_charts" style="width:1000px;height:700px;"></div> + <div id="overall_charts" style="width:1000px;height:500px;"></div> </div> </body> |