mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
refactor: remove old code
This commit is contained in:
parent
c444d78706
commit
66573934f6
1 changed files with 0 additions and 4 deletions
|
@ -164,10 +164,6 @@ export default {
|
||||||
monitorURL(id) {
|
monitorURL(id) {
|
||||||
return getMonitorRelativeURL(id);
|
return getMonitorRelativeURL(id);
|
||||||
},
|
},
|
||||||
// /** Clear the search bar */
|
|
||||||
// clearSearchText() {
|
|
||||||
// this.searchText = "";
|
|
||||||
// }
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue