From 49dca581257e8f29b7d8d337d17a47521759cbba Mon Sep 17 00:00:00 2001 From: Peter Piela Date: Thu, 12 May 2016 10:47:59 -0400 Subject: [PATCH] Fix node list magic search bar Recent changes to the magic search bar caused the existing code to stop working. This fix addresses those changes. Change-Id: I4fc5cde241b2579676fba3a53a5a3b1db4fc587a --- .../admin/ironic/node-list/node-list.html | 335 +++++++++--------- 1 file changed, 168 insertions(+), 167 deletions(-) diff --git a/ironic_ui/static/dashboard/admin/ironic/node-list/node-list.html b/ironic_ui/static/dashboard/admin/ironic/node-list/node-list.html index b1d8723b..8dbcfc88 100644 --- a/ironic_ui/static/dashboard/admin/ironic/node-list/node-list.html +++ b/ironic_ui/static/dashboard/admin/ironic/node-list/node-list.html @@ -1,170 +1,171 @@ - +
-
- - - - - - - + + + - - - - - - - - - - - - +
- - -
- - - - - {$ 'Power on' | translate $} - - - - {$ 'Power off' | translate $} - - - {$ 'Maintenance on' | translate $} - - - {$ 'Maintenance off' | translate $} - - - - {$ 'Delete nodes' | translate $} - - - -
- - - Node Name - - Instance ID - - Power State - - Provisioning State - - Maintenance - - Ports - - Driver - - Actions -
- - - - - - - - - - - - - - -
- - - - {$ node.name || node.uuid $} - - - - - {$ node.instance_uuid $} - - {$ 'No Instance' | translate $} - -
- {$ node.power_state $} -
-
{$ node.provision_state $}{$ node.maintenance $}{$ node.ports.length $}{$ node.driver $} - - - {$ 'Power on' | translate $} - - - - {$ 'Power off' | translate $} - - - {$ 'Maintenance on' | translate $} - - - {$ 'Maintenance off' | translate $} - - - - {$ 'Delete node' | translate $} - - - -
+ + + + + + + + + {$ 'Power on' | translate $} + + + + {$ 'Power off' | translate $} + + + {$ 'Maintenance on' | translate $} + + + {$ 'Maintenance off' | translate $} + + + + {$ 'Delete nodes' | translate $} + + + + + + + + + + + + Node Name + + + Instance ID + + + Power State + + + Provisioning State + + + Maintenance + + + Ports + + + Driver + + + Actions + + + + + + + + + + + + {$ node.name || node.uuid $} + + + + + + {$ node.instance_uuid $} + + {$ 'No Instance' | translate $} + + +
+ {$ node.power_state $} +
+ + {$ node.provision_state $} + {$ node.maintenance $} + {$ node.ports.length $} + {$ node.driver $} + + + + {$ 'Power on' | translate $} + + + + {$ 'Power off' | translate $} + + + {$ 'Maintenance on' | translate $} + + + {$ 'Maintenance off' | translate $} + + + + {$ 'Delete node' | translate $} + + + + + + + + + +