mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 20:02:29 +08:00
Merge remote-tracking branch 'origin/master' into mathiash98/clone-monitor
# Conflicts: # src/languages/en.js # src/pages/EditMonitor.vue
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
displayText() {
|
||||
if (this.item.value === "") {
|
||||
if (this.item.value === "" || this.item.value === undefined) {
|
||||
return this.item.name;
|
||||
} else {
|
||||
return `${this.item.name}: ${this.item.value}`;
|
||||
|
Reference in New Issue
Block a user