mirror of
https://github.com/unraid/api.git
synced 2026-04-23 15:51:24 -05:00
refactor: key actions to use button component
This commit is contained in:
@@ -35,6 +35,8 @@ const showExpireTime = computed(() => {
|
||||
<BrandButton
|
||||
class="w-full"
|
||||
@click="action.click()"
|
||||
:external="action?.external"
|
||||
:href="action?.href"
|
||||
:icon="action.icon"
|
||||
:text="action.text"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user