Merge "Reproduce navigations"

This commit is contained in:
Zuul 2018-04-09 06:49:29 +00:00 committed by Gerrit Code Review
commit bd0b01d86f

View File

@ -83,9 +83,8 @@
function run(registry, zun, basePath, resourceType, containerService) {
registry.getResourceType(resourceType)
.setNames(gettext('Container'), gettext('Containers'))
// for detail summary view on table row.
.setSummaryTemplateUrl(basePath + 'details/drawer.html')
// for table row items and detail summary view.
.setDefaultIndexUrl('/project/container/containers/')
.setProperties(containerProperties())
.setListFunction(containerService.getContainersPromise)
.tableColumns