summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Endre Karlson [Fri, 8 Nov 2013 12:55:50 +0000 (13:55 +0100)]
Change default controller URL
Change-Id: Ia3997192b8b1a464b9c7bde7fbf119c40d145c57
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Fri, 8 Nov 2013 09:22:16 +0000 (10:22 +0100)]
Multiple fixes
* Change statename.list > statename.index aka node.list vs node.index.
* Move ng-grid css to main.less.
* Add grid controls to all pages.
* Add initial node discovery page
Change-Id: I005177a9ac9df14ac43ddf80ecfd9ee30744e265
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Andrew Kim [Tue, 29 Oct 2013 01:51:52 +0000 (20:51 -0500)]
Add datagrid in nodes page
Fix jshint errors also
Only basic datagrid is there for now. Displays node name and node ID.
Change-Id: Ied0182474ec4c994a6a3c8289dc789c685b5b97b
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Endre Karlson [Tue, 22 Oct 2013 19:54:09 +0000 (21:54 +0200)]
Container: Introduce index table and crud
Change-Id: I79727221c3c39cc54a10be479b5921306d8aaa6f
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Andrew Kim [Wed, 23 Oct 2013 04:50:28 +0000 (23:50 -0500)]
Minor update to nodes page
Change-Id: Ib67db4f1d6186f501a49243ad8290b28ac0003d7
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Endre Karlson [Tue, 22 Oct 2013 19:51:20 +0000 (21:51 +0200)]
Fix indent
Change-Id: Icdbb6a48756af68d93e550fa14fdbf2a3e0c68b5
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Mon, 21 Oct 2013 20:57:40 +0000 (22:57 +0200)]
Fixes to Flow creation form.
* Use $watch on nodeString instead of selectNode() - feels more angular ish.
* Insert empty option ahead of the ones to be populated from api.
* Delete connectors when nodeString changes to ensure correct handling.
Change-Id: I16b9788cd731d1f33ac715c5840bebc77f7899ae
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Mon, 21 Oct 2013 22:26:09 +0000 (00:26 +0200)]
Add helper script
Change-Id: I37bfaff768ad042549c6466e1791e0089f13cff6
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Sun, 20 Oct 2013 20:18:53 +0000 (22:18 +0200)]
Rename index > root
Change-Id: I39631249b7b9d2b37aa64558fec41b27f3850f53
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Andrew Kim [Thu, 17 Oct 2013 02:25:58 +0000 (21:25 -0500)]
Center menu bar fixed at top
Main content menu that holds "list, create" is now fixed at the
top of the center pane
Change-Id: Idd0a20d762142aa9dbfa970afc61f361e78d5432
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Andrew Kim [Wed, 16 Oct 2013 17:40:38 +0000 (12:40 -0500)]
Minor update to topology
- Minor update to d3 visual topology
- Fix jshint warnings
Change-Id: Ideb917a61199dd512a56815d8a79f85eb74765d4
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Endre Karlson [Sun, 20 Oct 2013 19:23:01 +0000 (21:23 +0200)]
Multiple fixes.
* Use a callback (apparantly doing $scope.x = ...get() doesn't work atm).
* Remove control-label class from input.
* Use $scope.data rather then the latter.
* Add simple search using angular for table in subnet and static routes.
* Widen tables for subnet and static routes.
Change-Id: I6ac49cbd8bced925be8a4196d5ca4ae1c22f9ca0
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Sat, 12 Oct 2013 19:11:46 +0000 (21:11 +0200)]
Should be nested so it doesn't cause a tranclusion error with 2 directives on the same tag
Change-Id: If633047354faaaed52e1fc0e6455c24d85b44446
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Sat, 12 Oct 2013 14:45:13 +0000 (16:45 +0200)]
Add LICENSE
Change-Id: I3420012610ab4849a2fad6c33e96a91211caad47
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Fri, 4 Oct 2013 15:45:36 +0000 (17:45 +0200)]
Change to dlux
Change-Id: Icf13154a43a152d0f87ac4159eb220446256d59d
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Fri, 4 Oct 2013 09:30:10 +0000 (11:30 +0200)]
Hide the submenu if .menu isn't set
Change-Id: I563581ff62878afe32b056c4a5a1bea0f06eb7b0
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Andrew Kim [Thu, 3 Oct 2013 21:14:39 +0000 (16:14 -0500)]
Update items menu
- Items menu scrollable within its own viewport
- Items menu height expanded
Change-Id: Ifb91f9c3dfb8f6bc4c943941ca367ea830c10f77
Signed-off-by: Andrew Kim <andrekim@cisco.com>
Endre Karlson [Wed, 2 Oct 2013 12:28:27 +0000 (14:28 +0200)]
Multiple fixes.
* Keep track of current users container within ContainerSvc
* Add more things to container.detail (nodeConnectors and show the containers
name.)
* Use container in all api services to set the container.
* Rename NavigationCtrl > LeftNavCtrl for the left pane.
* Add TopNavCtrl for top navigation.
* Stop listening to broadcasts from brd-anchor and use $stateChangeSuccess
* Add container select to the top menu if there's more then the default
container
* Add back .bowerrc
Change-Id: I9eeff4f016114c98cc0e3465cbd663eb6da383be
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Mon, 30 Sep 2013 22:01:23 +0000 (00:01 +0200)]
Git dotfiles
Change-Id: Ib57947aa99e7fd3755e017e4d7749df3594dff06
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Endre Karlson [Mon, 30 Sep 2013 21:55:02 +0000 (23:55 +0200)]
Initial import into ODL
Change-Id: Id7bf18fde8116ad2a3650c51b2415a66c583c3f0
Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
Andrew Grimberg [Thu, 26 Sep 2013 20:49:28 +0000 (20:49 +0000)]
Initial empty repository