mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
feat: WIP sidebar filter select
This commit is contained in:
committed by
Pujit Mehrotra
parent
57802c2ea0
commit
6a57924fbf
@@ -23,7 +23,6 @@ const showExternalIconOnHover = computed(() => props.item?.external && props.ite
|
||||
:is="item?.click ? 'button' : 'a'"
|
||||
:disabled="item?.disabled"
|
||||
:href="item?.href ?? null"
|
||||
:title="item?.title ? t(item?.title) : null"
|
||||
:target="item?.external ? '_blank' : null"
|
||||
:rel="item?.external ? 'noopener noreferrer' : null"
|
||||
class="text-left text-14px w-full flex flex-row items-center justify-between gap-x-8px px-8px py-8px cursor-pointer"
|
||||
|
||||
Reference in New Issue
Block a user