mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-18 19:17:59 -04:00
fix icon for "Resume"
This commit is contained in:
parent
f9a10d1672
commit
4b86c84c36
5 changed files with 473 additions and 8 deletions
|
@ -15,7 +15,7 @@
|
|||
<font-awesome-icon icon="pause" /> Pause
|
||||
</button>
|
||||
<button v-if="! monitor.active" class="btn btn-primary" @click="resumeMonitor">
|
||||
<font-awesome-icon icon="pause" /> Resume
|
||||
<font-awesome-icon icon="play" /> Resume
|
||||
</button>
|
||||
<router-link :to=" '/edit/' + monitor.id " class="btn btn-secondary">
|
||||
<font-awesome-icon icon="edit" /> Edit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue