summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html
diff options
context:
space:
mode:
authorchen.qiaomin@99cloud.net <chen.qiaomin@99cloud.net>2016-07-22 11:32:09 +0800
committerCindy Lu <clu@us.ibm.com>2017-01-04 11:54:59 -0800
commit001c2a1879fd4e2f0dc594da4d4429be0c43c9a5 (patch)
tree7491059c19e581864957f84dae7abe04e6314e0c /openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html
parente5dac64cb0aac2176d5a608b155976f5375d6a7e (diff)
downloadhorizon-001c2a1879fd4e2f0dc594da4d4429be0c43c9a5.tar.gz
Adding identity ng-roles panel
This patch adds an angular roles table. To be added in subsequent patches: - Actions - filterFacets - Integration to Searchlight To test, v3 needs to be enabled in local_settings.py and set 'roles_panel' to True in settings.py Change-Id: Ie0eb168774f15536c778917abeb293e79d3b34e8 Co-Authored-By: Allen <chen.qiaomin@99cloud.net> Co-Authored-By: kenji-i <ken-ishii@sx.jp.nec.com> Co-Authored-By: Richard Jones <r1chardj0n3s@gmail.com> Partially-implements: blueprint ng-roles
Diffstat (limited to 'openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html')
-rw-r--r--openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html b/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html
new file mode 100644
index 000000000..0026ad7db
--- /dev/null
+++ b/openstack_dashboard/dashboards/identity/static/dashboard/identity/roles/panel.html
@@ -0,0 +1,4 @@
+<hz-resource-panel resource-type-name="OS::Keystone::Role">
+ <hz-resource-table resource-type-name="OS::Keystone::Role">
+ </hz-resource-table>
+</hz-resource-panel>