commit | cdc188d147b633c6eeb70b595c7b445ac14d953a | [log] [tgz] |
---|---|---|
author | Bri Prebilic Cole <bri@onlab.us> | Fri Apr 24 16:40:11 2015 -0700 |
committer | Bri Prebilic Cole <bri@onlab.us> | Fri Apr 24 16:40:23 2015 -0700 |
tree | 7f9b5544ee4937eacc7567dd3b4020f1f051c52f | |
parent | 6b687cda890b46b38c7c6031daac59ceab4919e5 [diff] [blame] |
ONOS-1281, ONOS-1747 - GUI -- Flows table created; version updated. Change-Id: I06477793d6a1943ed90825f5103c8f6f4e962b70
diff --git a/web/gui/src/main/webapp/onos.js b/web/gui/src/main/webapp/onos.js index 5d534e3..0844adb 100644 --- a/web/gui/src/main/webapp/onos.js +++ b/web/gui/src/main/webapp/onos.js
@@ -78,7 +78,7 @@ self.$route = $route; self.$routeParams = $routeParams; self.$location = $location; - self.version = '1.1.0'; + self.version = '1.3.0'; // initialize services... ts.init();