mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-29 07:43:36 -05:00
UI/UX: Added no tags found message to tags filter (#3676)
This commit is contained in:
parent
6e887b056c
commit
283d52a861
@ -141,6 +141,11 @@
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li v-if="tagsList.length === 0">
|
||||
<div class="dropdown-item disabled px-3">
|
||||
{{ $t('No tags found.') }}
|
||||
</div>
|
||||
</li>
|
||||
</template>
|
||||
</MonitorListFilterDropdown>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user