Bert Verhelst
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
1 deletions
-
src/components/HeartbeatBar.vue
-
src/components/MonitorList.vue
|
|
@ -183,6 +183,8 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.hp-bar-big { |
|
|
|
height: 20px; |
|
|
|
|
|
|
|
.beat { |
|
|
|
display: inline-block; |
|
|
|
background-color: $primary; |
|
|
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
<Tag v-for="tag in item.tags" :key="tag" :item="tag" :size="'sm'" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div v-show="$root.userHeartbeatBar == 'normal'" :key="$root.userHeartbeatBar" class="col-3 col-md-4"> |
|
|
|
<div v-show="$root.userHeartbeatBar == 'normal'" :key="$root.userHeartbeatBar" class="col-3 col-md-4 small-padding"> |
|
|
|
<HeartbeatBar size="small" :monitor-id="item.id" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|