mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-30 19:09:22 +08:00 
			
		
		
		
	fix: Clickable link monitors aren't underlined when editing status page (#3820)
This commit is contained in:
		| @@ -163,7 +163,7 @@ export default { | ||||
|             if (this.$parent.editMode && ignoreSendUrl && Object.keys(this.$root.monitorList).length) { | ||||
|                 return this.$root.monitorList[monitor.element.id].type === "http" || this.$root.monitorList[monitor.element.id].type === "keyword" || this.$root.monitorList[monitor.element.id].type === "json-query"; | ||||
|             } | ||||
|             return monitor.element.sendUrl && monitor.element.url && monitor.element.url !== "https://" && !this.editMode; | ||||
|             return monitor.element.sendUrl && monitor.element.url && monitor.element.url !== "https://"; | ||||
|         }, | ||||
|  | ||||
|         /** | ||||
|   | ||||
		Reference in New Issue
	
	Block a user