mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-27 16:54:04 +00:00
UI/UX: Added no tags found message to tags filter (#3676)
This commit is contained in:
parent
6e887b056c
commit
283d52a861
1 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue