Merge "Reproduce navigations"
This commit is contained in:
commit
bd0b01d86f
@ -83,9 +83,8 @@
|
|||||||
function run(registry, zun, basePath, resourceType, containerService) {
|
function run(registry, zun, basePath, resourceType, containerService) {
|
||||||
registry.getResourceType(resourceType)
|
registry.getResourceType(resourceType)
|
||||||
.setNames(gettext('Container'), gettext('Containers'))
|
.setNames(gettext('Container'), gettext('Containers'))
|
||||||
// for detail summary view on table row.
|
|
||||||
.setSummaryTemplateUrl(basePath + 'details/drawer.html')
|
.setSummaryTemplateUrl(basePath + 'details/drawer.html')
|
||||||
// for table row items and detail summary view.
|
.setDefaultIndexUrl('/project/container/containers/')
|
||||||
.setProperties(containerProperties())
|
.setProperties(containerProperties())
|
||||||
.setListFunction(containerService.getContainersPromise)
|
.setListFunction(containerService.getContainersPromise)
|
||||||
.tableColumns
|
.tableColumns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user