mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Changed the color of delete button in dashboard from red to grey (#4307)
This commit is contained in:
parent
5ebea3134a
commit
23e80882c6
@ -58,7 +58,7 @@
|
|||||||
<router-link :to=" '/clone/' + monitor.id " class="btn btn-normal">
|
<router-link :to=" '/clone/' + monitor.id " class="btn btn-normal">
|
||||||
<font-awesome-icon icon="clone" /> {{ $t("Clone") }}
|
<font-awesome-icon icon="clone" /> {{ $t("Clone") }}
|
||||||
</router-link>
|
</router-link>
|
||||||
<button class="btn btn-danger" @click="deleteDialog">
|
<button class="btn btn-normal text-danger" @click="deleteDialog">
|
||||||
<font-awesome-icon icon="trash" /> {{ $t("Delete") }}
|
<font-awesome-icon icon="trash" /> {{ $t("Delete") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user