mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 00:23:13 +08:00
Manual fixes
This commit is contained in:
@@ -17,8 +17,8 @@ export default {
|
||||
} if (this.status === 2) {
|
||||
return "warning"
|
||||
}
|
||||
return "secondary"
|
||||
|
||||
return "secondary"
|
||||
},
|
||||
|
||||
text() {
|
||||
@@ -29,8 +29,8 @@ export default {
|
||||
} if (this.status === 2) {
|
||||
return "Pending"
|
||||
}
|
||||
return "Unknown"
|
||||
|
||||
return "Unknown"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user