- 09 Nov, 2014 8 commits
-
-
- use Math.floor on [x,y] coords sent to server. Change-Id: I81940892cb11e14c207e0e153425513022cef669
Simon Hunt authored -
- 'T' now toggles theme (light/dark) -- mast CSS done, other CSS to do - 'ESC' now closes alerts box if it is open - Minor cleanup to topo2.js Change-Id: I506a6add4299a6c03dcb717c33394ad94be26997
Thomas Vachuska authored -
Added persistent meta-data; including node coordinates. Added ability to request path and return one. Change-Id: I3edbdf44bbb8d8133a5e5a1fd0660a3fa5a2d6a1
Thomas Vachuska authored
- 08 Nov, 2014 14 commits
-
-
Thomas Vachuska authored
-
onos:bgp-neighbors OR onos:bgp-neighbors -n <NeighborID> onos:bgp-neighbors --neighbor <NeighborID> Change-Id: I4e4185d9484384d9e3aa5304c897410b23a24238
Pavlin Radoslavov authored
- 07 Nov, 2014 18 commits
-
-
Thomas Vachuska authored
-
… - added alerts pane to framework. - added library registration mechanism to framework. - created d3Utils library - reimplemented drag behavior of nodes."
Simon Hunt authored -
- added alerts pane to framework. - added library registration mechanism to framework. - created d3Utils library - reimplemented drag behavior of nodes. Change-Id: I501f4ab6eded8393948cede903573580599258b1
Simon Hunt authored -
* Added command options to show summary of the routes: - "onos:routes -s" or "onos:routes --summary" shows summary of the SDN-IP routes - "onos:bgp-routes -s" or "onos:bgp-routes --summary" shows summary of the BGP routes * Implemented displaying JSON output for the "onos:routes" and "onos:bgp-routes" commands (and the routes summary) Also, added static methods BgpConstants.Update.AsPath.typeToString() and BgpConstants.Update.Origin.typeToString() to return the BGP AS_PATH type and BGP UPDATE ORIGIN type as a string. Change-Id: I505c55a924721838bbbaf4ffccc30ffd61e90120
Pavlin Radoslavov authored -
…b-socket connection to the server. - device nodes will enter in a fixed location, if metaUi data is included in the addDevice event. - device nodes now adjust their bounds to fit the text (and show an icon). - added cycle labels function (press the 'L' key). - links now appear with "transition" animation. NOTE: this is still WIP. Change-Id: I3adbe9895e189e482316e86384dd53fd27781cd3
Simon Hunt authored -
Madan Jampani authored