Add routing and load balancer detail page

This adds the routing to allow navigating between angular pages as
well as the beginning of the load balancer detail page. The detail
page is very basic but is based on both the existing angular Images
detail page and the designs from invision. It includes two empty
tabs that will eventually hold the tables for Pools and Members.

Partially-Implements: blueprint horizon-lbaas-v2-ui
Change-Id: Icbf4396238036b20712ca643e635dd84fe66a86e
This commit is contained in:
Justin Pomeroy
2015-11-11 15:14:04 -06:00
parent 75fc881f7f
commit 3d99fc5544
15 changed files with 362 additions and 17 deletions

View File

@@ -35,6 +35,7 @@ ADD_JS_FILES = [
'dashboard/project/lbaasv2/lbaasv2.module.js',
'dashboard/project/lbaasv2/loadbalancers/loadbalancers.module.js',
'dashboard/project/lbaasv2/loadbalancers/table.controller.js',
'dashboard/project/lbaasv2/loadbalancers/detail.controller.js',
'dashboard/project/lbaasv2/loadbalancers/filters.js',
]
@@ -43,9 +44,10 @@ ADD_JS_SPEC_FILES = [
'dashboard/project/lbaasv2/lbaasv2.module.spec.js',
'dashboard/project/lbaasv2/loadbalancers/loadbalancers.module.spec.js',
'dashboard/project/lbaasv2/loadbalancers/table.controller.spec.js',
'dashboard/project/lbaasv2/loadbalancers/detail.controller.spec.js',
'dashboard/project/lbaasv2/loadbalancers/filters.spec.js',
]
#
# ADD_SCSS_FILES = [
#
# ]
ADD_SCSS_FILES = [
'dashboard/project/lbaasv2/lbaasv2.scss',
]