diff --git a/magnum_ui/static/dashboard/containers/baymodels/table/table.html b/magnum_ui/static/dashboard/containers/baymodels/table/table.html index 8473ce97..8f6e3ba3 100644 --- a/magnum_ui/static/dashboard/containers/baymodels/table/table.html +++ b/magnum_ui/static/dashboard/containers/baymodels/table/table.html @@ -1,144 +1,134 @@ - +
+ + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - -
- - -
- -
- - - Name - - ID - - COE - - Network Driver - - Actions -
- - - - - {$ bm.name|noName $}{$ bm.id $}{$ bm.coe $}{$ bm.network_driver $} +
+ + + Name + + ID + + COE + + Network Driver + + Actions +
+ + + + + {$ bm.name|noName $}{$ bm.id $}{$ bm.coe $}{$ bm.network_driver $} + + +
+ +
+ +
+
ID
+
{$ bm.id $}
+
+
+
Network Driver
+
{$ bm.network_driver $}
+
+
+
+
+
+
Image ID
+
{$ bm.image_id $}
+
+
+
Registry Enabled
+
{$ bm.registry_enabled $}
+
+
+
Labels
+
{$ lbl $}
+
+
+
- -
- -
-
ID
-
{$ bm.id $}
-
-
-
Network Driver
-
{$ bm.network_driver $}
-
-
-
-
-
-
Image ID
-
{$ bm.image_id $}
-
-
-
Registry Enabled
-
{$ bm.registry_enabled $}
-
-
-
Labels
-
{$ lbl $}
-
-
-
+ + + + diff --git a/magnum_ui/static/dashboard/containers/bays/table/table.html b/magnum_ui/static/dashboard/containers/bays/table/table.html index d0ffa18e..330062ec 100644 --- a/magnum_ui/static/dashboard/containers/bays/table/table.html +++ b/magnum_ui/static/dashboard/containers/bays/table/table.html @@ -1,149 +1,139 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +
- - -
- -
- - - Name - - ID - - Status - - Master Count - - Node Count - - Actions -
- - - - - {$ b.name|noName $}{$ b.id $}{$ b.status $}{$ b.master_count $}{$ b.node_count $} +
+ + + + + + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - -
+ + + Name + + ID + + Status + + Master Count + + Node Count + + Actions +
+ + + + + {$ b.name|noName $}{$ b.id $}{$ b.status $}{$ b.master_count $}{$ b.node_count $} + + +
+ +
+ +
+
ID
+
{$ b.id $}
+
+
+
Master Count
+
{$ b.master_count $}
+
+
+
Node Count
+
{$ b.node_count $}
+
+
+
+
+
+
Baymodel
+
{$ b.baymodel_id $}
+
+
+
Node Addresses
+
{$ addr $}
+
+
+
- -
- -
-
ID
-
{$ b.id $}
-
-
-
Master Count
-
{$ b.master_count $}
-
-
-
Node Count
-
{$ b.node_count $}
-
-
-
-
-
-
Baymodel
-
{$ b.baymodel_id $}
-
-
-
Node Addresses
-
{$ addr $}
-
-
-
+
+ + \ No newline at end of file diff --git a/magnum_ui/static/dashboard/containers/containers.scss b/magnum_ui/static/dashboard/containers/containers.scss index 9bf5fef7..0ab5596e 100644 --- a/magnum_ui/static/dashboard/containers/containers.scss +++ b/magnum_ui/static/dashboard/containers/containers.scss @@ -1,7 +1,7 @@ @import "baymodels/baymodels"; @import "bays/bays"; -.table > thead > .action-row > th > actions { +.batch-action { float: right; action-list { padding-left: 0.3em;