- 21 Jun, 2016 4 commits
-
-
Also fix message to show id instead of null Change-Id: I91b131674088d644ee10f5d105052c42cc018984
Jon Hall authored
- 20 Jun, 2016 26 commits
-
-
- topo view: disable map tint option. - topo view: link details - fix icon size. Change-Id: Iad844ad77a52224fe475bdd044edae4e3a9fe507 (cherry picked from commit fa3889f)
Simon Hunt authored -
- topo view: fixed device/host badge rendering - added "mojoColor" mock server scenario Change-Id: I5d2da657580503abd8015875d45d2e715d44033a (cherry picked from commit 44c440f8)
Simon Hunt authored -
- topo view: fixed internal spacing (padding) of summary and details panels. Change-Id: Ie0c45b80a4362cc53329e7f3ab14ed7046a03513 (cherry picked from commit 9a1e18dd)
Simon Hunt authored -
- topo view: fixed vertical spacing (and interactions) of summary and details panels. - added bbox() to panel API. Change-Id: I84544cc558020582c95d33096b92ac5756e68628 (cherry picked from commit e8c54dbe)
Simon Hunt authored -
- topo view: fixed node and link selection highlighting. Change-Id: I48d4ac06989dd98b0b2182fbd45b76eb2ca737b7 (cherry picked from commit 728dce0b)
Simon Hunt authored -
- topo view: device icon and label re-theming (WIP) Change-Id: I5ecbc1c5b8a8315bfadfaacf62cfdb0e6d1f5a9c (cherry picked from commit 92eaf445)
Simon Hunt authored -
- topo view: map and instance panel re-theming. Change-Id: I8e5b0eda61b78b7d54593d84efccb16c54c1611e (cherry picked from commit 2d147f61)
Simon Hunt authored -
- replaced masthead logo with double-resolution image. Change-Id: Ia6ac1a1c1a2870487b60e28ea9c89b69cdfbd979 (cherry picked from commit 9f4303b7)
Simon Hunt authored -
- cleaned up application confirmation dialog. Change-Id: I498ef3897f828611ed8677873bcfcbcc3b09e1cc (cherry picked from commit cf4b9a35)
Simon Hunt authored -
- updated app.pngs Change-Id: I7910b93a0be5020c0a1b1b9675dc79b21f63ef83 (cherry picked from commit 1b750c54)
Simon Hunt authored -
- updated xClose glyph - replace double with single quotes in glyphData.js - fixed close button on AppView details panel Change-Id: I1e9139d096bdb4836710f019b5ee4e1c3c6e69e5 (cherry picked from commit 1fc873ba)
Simon Hunt authored -
- adjusted app detail panel spacing of elements - fixed bug in topo.css Change-Id: I59c659dc1ccd908be2b3d7bcf2b5feeee6a2eabd (cherry picked from commit 403b577c)
Simon Hunt authored -
- changed spacing on table headers - increased table header icon sizes a smidge - modified 'play' glyph - removed copyright from "partial" HTML snippets - switched order of buttons on Intents View Change-Id: I16967721ca0d22449f34b40ee2eb102d37ca12fd (cherry picked from commit 772e6889)
Simon Hunt authored -
- cleaning up flow, group, intent, meter, and port views. Change-Id: I4bbc483f1e63a0fb045dee3e90a293798820f7f6 (cherry picked from commit a565d9d6)
Simon Hunt authored -
- cleaning up device table view, and device details panel. - updated xMark glyph, added xClose glyph. Change-Id: I1f5e4496dbfaa58315ddf0a8c2e0f6e4ff163239 (cherry picked from commit a7f62e1d)
Simon Hunt authored -
Change-Id: I87c510caee499a2ecaa51241785e300cb06c1f61 (cherry picked from commit a705605f)
Simon Hunt authored -
Change-Id: I0961dfd6a90785b3a1dc040d500500facc8e05ed (cherry picked from commit bb1b7a3b)
Simon Hunt authored -
Change-Id: Ibb79970d0c9adf15094f13db1aa2103b427cec63 (cherry picked from commit 83750e6f)
Simon Hunt authored -
Change-Id: I22142b1723a88a89e91d1557b87a36e7c8767909 (cherry picked from commit 1d821231)
Simon Hunt authored -
Change-Id: I4fd9cf1fb799d8c6adbeb36c86fb1c1499b674e4 (cherry picked from commit ea3c223d)
Simon Hunt authored -
Change-Id: I8dce2d5feebcf65143b1c0b4eee8b298a68995e0 (cherry picked from commit c0e282be)
Simon Hunt authored -
Change-Id: I6c31d244eb1bad5c87d89b10a5df750043cf12a0 (cherry picked from commit b43f88c4)
Simon Hunt authored -
Change-Id: I4c3cec28b30de8026df4298f65ebf6ad92faf68f (cherry picked from commit 11f662f6)
Simon Hunt authored
-
- 18 Jun, 2016 4 commits
-
-
DeviceManager had to reverse-engineer PortDescription in order to mark port off-line, etc. which required domain specific knowledge. (e.g., OpticalPortOperatorr#descriptionOf) required work for ONOS-4691 Change-Id: I954f5f2db2cb7db938f498ead4c8e3f84212a53f
Yuta HIGUCHI authored -
Madan suggested that this might help vs. the pipelined startup we were doing before, so let's try it. We will unpack/install all nodes before we start up, so that we can start the whole cluster at about the same instant. Note that this is probably closer to what we'd see in hardware. The disadvantage is that we don't get a "clean" environment with each invocation of start(). Change-Id: I0a45984f50e1ef25a7d8a836e46978fdbdff0bd0
Bob Lantz authored
-
- 17 Jun, 2016 6 commits
-
-
We were using eth0 by default before, but this doesn't work if your default interface isn't eth0. Fixes port forwarding on Ubuntu 16.04. Change-Id: I55baed7fd8952a9f6cab364e20e31a0632ddda6d
Bob Lantz authored