mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-30 16:23:24 -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>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
<li v-if="tagsList.length === 0">
|
||||||
|
<div class="dropdown-item disabled px-3">
|
||||||
|
{{ $t('No tags found.') }}
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
</template>
|
</template>
|
||||||
</MonitorListFilterDropdown>
|
</MonitorListFilterDropdown>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user