horizon/openstack_dashboard/dashboards/identity/static/dashboard/identity/domains
Shu Muto 8275d67949 Reproduce navigations on refreshing ngdetails view
To setup proper navigation to side bar and breadcrumb,
this patch adds new 'defaultIndexUrl' parameter and
its getter/setter into resource-type-service.

The 'defaultIndexUrl' parameter makes details view
enable to set navigations properly in Angular-side.

Each panel module should set URL for default index view
using 'defaultIndexUrl' parameter. So, this patch adds
the `defaultIndexUrl` parameter into existing panel
modules that have Angularized details view.

Also, if query string has 'nav' parameter, the
navigation setting will be overwitten with it.
This URL overwriting may be used by panels that has
multiple index panels, like images panel.

Change-Id: I2edd44e55eb10114e5282cec1762e9635881f733
Closes-Bug: #1746706
2018-03-29 15:01:59 +09:00
..
details Adding identity domains table 2017-01-12 13:55:46 +09:00
domains.module.js Reproduce navigations on refreshing ngdetails view 2018-03-29 15:01:59 +09:00
domains.module.spec.js Adding identity domains table 2017-01-12 13:55:46 +09:00
domains.service.js NG details view route should not be '/project/...' 2017-02-13 13:24:02 -08:00
domains.service.spec.js NG details view route should not be '/project/...' 2017-02-13 13:24:02 -08:00
panel.html Adding identity domains table 2017-01-12 13:55:46 +09:00