mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
refactor: Connect page web component button sizes
This commit is contained in:
@@ -22,7 +22,9 @@ const { authAction, stateData } = storeToRefs(serverStore);
|
||||
<BrandButton
|
||||
:disabled="authAction?.disabled"
|
||||
:icon="authAction.icon"
|
||||
size="12px"
|
||||
:text="t(authAction.text)"
|
||||
:title="authAction?.title ? t(authAction?.title) : undefined"
|
||||
@click="authAction.click()"
|
||||
/>
|
||||
</span>
|
||||
|
||||
@@ -30,6 +30,7 @@ const downloadUrl = computed(() => new URL(`/graphql/api/logs?apiKey=${apiKey.va
|
||||
:external="true"
|
||||
:href="downloadUrl.toString()"
|
||||
:icon="ArrowDownTrayIcon"
|
||||
size="12px"
|
||||
:text="t('Download unraid-api Logs')"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user