mirror of
https://github.com/ShaYmez/allmon2-last-heard.git
synced 2024-10-31 15:07:13 -04:00
Add style for errors
This commit is contained in:
parent
fbb72da6ee
commit
6063b2421b
@ -72,4 +72,8 @@ tr.keyed:first-child, tr.keyed:first-child a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
tr.keyed:first-child {
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
[v-cloak] {display: none}
|
@ -37,7 +37,7 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody v-cloak>
|
||||
<tr v-for="row in logs" :class="{ keyed: isKeyedNow(row) }">
|
||||
<tr v-for="row in logs" :class="{ keyed: isKeyedNow(row), error: (row.node == 0000) }">
|
||||
<td><lt-node-link :node="row.node" :type="row.type" /></td>
|
||||
<td>{{ row.via }}</td>
|
||||
<td>{{ row.keyed }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user