mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-14 05:14:46 +00:00
Compare commits
4 commits
a9198e5e90
...
bb1d7dfcf3
Author | SHA1 | Date | |
---|---|---|---|
|
bb1d7dfcf3 | ||
|
c486e5bff9 | ||
|
08a45637c8 | ||
|
39da894598 |
1 changed files with 3 additions and 0 deletions
|
@ -327,6 +327,9 @@ export default {
|
|||
const loweredSearchText = this.searchText.toLowerCase();
|
||||
searchTextMatch =
|
||||
monitor.name.toLowerCase().includes(loweredSearchText)
|
||||
|| monitor.url?.toLowerCase().includes(loweredSearchText)
|
||||
|| monitor.hostname?.toLowerCase().includes(loweredSearchText)
|
||||
|| monitor.dns_resolve_server?.toLowerCase().includes(loweredSearchText)
|
||||
|| monitor.tags.find(tag => tag.name.toLowerCase().includes(loweredSearchText)
|
||||
|| tag.value?.toLowerCase().includes(loweredSearchText));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue