mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-27 01:19:20 +08:00
[status page]
This commit is contained in:
@@ -368,3 +368,9 @@ h2 {
|
||||
background-color: #f8d7da;
|
||||
border-color: #f8d7da;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
color: #fff;
|
||||
background-color: #4caf50;
|
||||
border-color: #4caf50;
|
||||
}
|
||||
|
@@ -31,6 +31,10 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-4">
|
||||
Free text here.
|
||||
</div>
|
||||
|
||||
<div class="shadow-box list p-4 overall-status mt-4">
|
||||
<div v-if="false">
|
||||
<font-awesome-icon icon="check-circle" class="ok" />
|
||||
|
Reference in New Issue
Block a user