mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
Changed Status Page buttons to btn-primary (#5918)
This commit is contained in:
parent
55817061c0
commit
9bc58a5eba
1 changed files with 2 additions and 2 deletions
|
@ -157,12 +157,12 @@
|
|||
<!-- Admin functions -->
|
||||
<div v-if="hasToken" class="mb-4">
|
||||
<div v-if="!enableEditMode">
|
||||
<button class="btn btn-info me-2" data-testid="edit-button" @click="edit">
|
||||
<button class="btn btn-primary me-2" data-testid="edit-button" @click="edit">
|
||||
<font-awesome-icon icon="edit" />
|
||||
{{ $t("Edit Status Page") }}
|
||||
</button>
|
||||
|
||||
<a href="/manage-status-page" class="btn btn-info">
|
||||
<a href="/manage-status-page" class="btn btn-primary">
|
||||
<font-awesome-icon icon="tachometer-alt" />
|
||||
{{ $t("Go to Dashboard") }}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue