mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Remove spaces to fix lint error
This commit is contained in:
parent
488504c3fd
commit
a34ca83844
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<div class="info">
|
||||
<font-awesome-icon v-if="editMode" icon="arrows-alt-v" class="action drag me-3" />
|
||||
<font-awesome-icon v-if="editMode" icon="times" class="action remove me-3" @click="removeMonitor(group.index, monitor.index)" />
|
||||
|
||||
|
||||
<Status v-if="hideUptimePercentage" :status="statusOfLastHeartbeat(monitor.element.id)" />
|
||||
<Uptime v-if="!hideUptimePercentage" :monitor="monitor.element" type="24" :pill="true" />
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue