UI/UX: Added no tags found message to tags filter (#3676)

This commit is contained in:
Brandon De Rose 2023-09-02 18:14:14 +12:00 committed by GitHub
parent 6e887b056c
commit 283d52a861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>