From 2994f6c2bf4a8a15f5504466dd8c3a8c4789b127 Mon Sep 17 00:00:00 2001 From: Diana Whitten Date: Tue, 15 Mar 2016 14:49:37 -0700 Subject: [PATCH] ngTables should use themable checkboxes. This change makes ngimages and ngusers use the themable checkboxes. Change-Id: I2b577d17413bbbbe1a6e2671453f6510461c1b31 --- .../dashboard/identity/users/table/table.html | 12 ++++++++++-- .../app/core/images/table/images-table.html | 15 +++++++++++---- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.html b/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.html index 8c7a279f7c..08267ba92a 100644 --- a/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.html +++ b/openstack_dashboard/dashboards/identity/static/dashboard/identity/users/table/table.html @@ -25,7 +25,12 @@ Include action-col if you want to perform actions. --> - + +
+ + +
+ User Name Email @@ -47,7 +52,10 @@ ng-class="{'st-selected': checked[user.id]}"> - +
+ + +
diff --git a/openstack_dashboard/static/app/core/images/table/images-table.html b/openstack_dashboard/static/app/core/images/table/images-table.html index 6f3530c5ae..e9a93752f7 100644 --- a/openstack_dashboard/static/app/core/images/table/images-table.html +++ b/openstack_dashboard/static/app/core/images/table/images-table.html @@ -27,7 +27,10 @@ Include action-col if you want to perform actions. --> - +
+ + +
@@ -55,9 +58,13 @@ - +
+ + +