mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 02:59:39 +08:00
@@ -48,7 +48,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
displayText() {
|
displayText() {
|
||||||
if (this.item.value === "" || this.item.value === undefined) {
|
if (this.item.value === "" || this.item.value === undefined || this.item.value === null) {
|
||||||
return this.item.name;
|
return this.item.name;
|
||||||
} else {
|
} else {
|
||||||
return `${this.item.name}: ${this.item.value}`;
|
return `${this.item.name}: ${this.item.value}`;
|
||||||
|
Reference in New Issue
Block a user