commit | 8bca74ff3fe3a4496c32aa148499fb93b4e96238 | [log] [tgz] |
---|---|---|
author | Simon Hunt <simon@onlab.us> | Wed Oct 15 16:56:55 2014 -0700 |
committer | Simon Hunt <simon@onlab.us> | Wed Oct 15 16:56:55 2014 -0700 |
tree | 870c92e04b76871a4e3dad39898548035ba3f856 | |
parent | e90e35836e682a5da0f25d743bb641d97077876e [diff] [blame] |
Added d3 and jquery libs to index.html
diff --git a/web/gui/src/main/webapp/index.html b/web/gui/src/main/webapp/index.html index f959f93..d68a706 100644 --- a/web/gui/src/main/webapp/index.html +++ b/web/gui/src/main/webapp/index.html
@@ -2,6 +2,9 @@ <html> <head> <title>ONOS GUI</title> + + <script src="libs/d3.min.js"></script> + <script src="libs/jquery-2.1.1.min.js"></script> </head> <body> <h1>ONOS GUI</h1>