occupied -> populated
This commit is contained in:
parent
daedbadaff
commit
4c02817848
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@
|
|||
border-color: red;
|
||||
}
|
||||
|
||||
.status-occupied {
|
||||
.status-populated {
|
||||
border-color: green;
|
||||
}
|
||||
|
||||
|
@ -50,8 +50,8 @@
|
|||
<h1>/|\ Anabasis Clients</h1>
|
||||
<h2>STATUS</h2>
|
||||
<div class="status-container">
|
||||
<div class="status status-{{'occupied' if status.open else 'empty'}}">
|
||||
{{'OCCUPIED' if status.open else 'EMPTY'}}
|
||||
<div class="status status-{{'populated' if status.open else 'empty'}}">
|
||||
{{'POPULATED' if status.open else 'EMPTY'}}
|
||||
</div>
|
||||
<div class="status-explanation">{{status.text}}</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue