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 $} + + + + + + + + + +