mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-12 08:20:30 -04:00
Merge branch 'master' into master
This commit is contained in:
commit
42f931f6cf
13 changed files with 460 additions and 48 deletions
|
@ -5,8 +5,14 @@
|
|||
<script>
|
||||
export default {
|
||||
props: {
|
||||
monitor: Object,
|
||||
type: String,
|
||||
monitor: {
|
||||
type: Object,
|
||||
default: null,
|
||||
},
|
||||
type: {
|
||||
type: String,
|
||||
default: null,
|
||||
},
|
||||
pill: {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue