status pending style in vm-list
This commit is contained in:
parent
fdb5039c02
commit
0c3f605735
2 changed files with 3 additions and 3 deletions
|
@ -521,7 +521,7 @@
|
||||||
color: #87B6EA;
|
color: #87B6EA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vm-status, .vm-status-active, .vm-status-failed {
|
.vm-status, .vm-status-active, .vm-status-failed, .vm-status-pending {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
.vm-status-active {
|
.vm-status-active {
|
||||||
|
@ -530,7 +530,7 @@
|
||||||
.vm-status-failed {
|
.vm-status-failed {
|
||||||
color: #eb4d5c;
|
color: #eb4d5c;
|
||||||
}
|
}
|
||||||
.vm-status-failed {
|
.vm-status-pending {
|
||||||
color: #e47f2f;
|
color: #e47f2f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
{% elif vm.state == 'FAILED' %}
|
{% elif vm.state == 'FAILED' %}
|
||||||
<span class="vm-status-failed"><strong>{{vm.state|title}}</strong></span>
|
<span class="vm-status-failed"><strong>{{vm.state|title}}</strong></span>
|
||||||
{% else %}
|
{% else %}
|
||||||
<span class="vm-status"><strong>{{vm.state|title}}</strong></span>
|
<span class="vm-status-pending"><strong>{{vm.state|title}}</strong></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td class="text-right last-td">
|
<td class="text-right last-td">
|
||||||
|
|
Loading…
Reference in a new issue