mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-27 08:45:53 -04:00
Fix styleline, fix css format issues globally
This commit is contained in:
parent
649f3106e1
commit
3436e26ed4
16 changed files with 23 additions and 21 deletions
|
@ -46,7 +46,7 @@
|
|||
<input v-model="token" type="text" maxlength="6" class="form-control">
|
||||
<button class="btn btn-outline-primary" type="button" @click="verifyToken()">{{ $t("Verify Token") }}</button>
|
||||
</div>
|
||||
<p v-show="tokenValid" class="mt-2" style="color: green">{{ $t("tokenValidSettingsMsg") }}</p>
|
||||
<p v-show="tokenValid" class="mt-2" style="color: green;">{{ $t("tokenValidSettingsMsg") }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue