mirror of https://github.com/nicolargo/glances.git
chg: containers - webui inconsistent with curses
removes color for `uptime` col
continuation of 5e7cb1d0
(commit msg has wrong name)
This commit is contained in:
parent
8836738886
commit
f0aed7a8ca
|
|
@ -47,7 +47,7 @@
|
|||
<div class="table-cell" :class="container.status == 'Paused' ? 'careful' : 'ok'">
|
||||
{{ container.status }}
|
||||
</div>
|
||||
<div class="table-cell" :class="container.status == 'Paused' ? 'careful' : 'ok'">
|
||||
<div class="table-cell">
|
||||
{{ container.uptime }}
|
||||
</div>
|
||||
<div class="table-cell">
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue