Display current node cleaning step
Display the clean_step node attribute in the Provisioning Status section of the node-details/overview page. Change-Id: Ifa96a4d68d99a9dd50f473ae7b4780835aa7cfcd Closes-Bug: 1648550
This commit is contained in:
parent
1e68565998
commit
3353882296
@ -41,6 +41,8 @@
|
||||
<dd>{$ ctrl.node.provision_state | noValue $}</dd>
|
||||
<dt translate>Target Provision State</dt>
|
||||
<dd>{$ ctrl.node.target_provision_state | noValue $}</dd>
|
||||
<dt translate>Clean Step</dt>
|
||||
<dd>{$ ctrl.node.clean_step $}</dd>
|
||||
<dt translate>Last Error</dt>
|
||||
<dd>{$ ctrl.node.last_error | noValue $}</dd>
|
||||
<dt translate>Updated At</dt>
|
||||
|
Loading…
Reference in New Issue
Block a user