mirror of
https://github.com/unraid/api.git
synced 2026-01-04 07:29:48 -06:00
Compare commits
1 Commits
v4.26.2
...
refactor/d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c89302d42 |
@@ -83,6 +83,7 @@ const downgradeButton = ref<UserProfileLink>({
|
|||||||
<div v-if="downgradeButton" class="flex flex-col sm:flex-shrink-0 items-center gap-16px">
|
<div v-if="downgradeButton" class="flex flex-col sm:flex-shrink-0 items-center gap-16px">
|
||||||
<BrandButton
|
<BrandButton
|
||||||
:btn-style="'underline'"
|
:btn-style="'underline'"
|
||||||
|
class="w-full"
|
||||||
:icon="InformationCircleIcon"
|
:icon="InformationCircleIcon"
|
||||||
:text="t('{0} Release Notes', [version])"
|
:text="t('{0} Release Notes', [version])"
|
||||||
@click="updateOsActionsStore.viewReleaseNotes(t('{0} Release Notes', [version]), '/boot/previous/changes.txt')"
|
@click="updateOsActionsStore.viewReleaseNotes(t('{0} Release Notes', [version]), '/boot/previous/changes.txt')"
|
||||||
@@ -90,6 +91,7 @@ const downgradeButton = ref<UserProfileLink>({
|
|||||||
<BrandButton
|
<BrandButton
|
||||||
v-if="diagnosticsButton"
|
v-if="diagnosticsButton"
|
||||||
:btn-style="'gray'"
|
:btn-style="'gray'"
|
||||||
|
class="w-full"
|
||||||
:icon="diagnosticsButton.icon"
|
:icon="diagnosticsButton.icon"
|
||||||
:name="diagnosticsButton.name"
|
:name="diagnosticsButton.name"
|
||||||
:text="diagnosticsButton.text"
|
:text="diagnosticsButton.text"
|
||||||
@@ -97,6 +99,7 @@ const downgradeButton = ref<UserProfileLink>({
|
|||||||
/>
|
/>
|
||||||
<BrandButton
|
<BrandButton
|
||||||
:btn-style="'gray'"
|
:btn-style="'gray'"
|
||||||
|
class="w-full"
|
||||||
:external="true"
|
:external="true"
|
||||||
:href="FORUMS_BUG_REPORT.toString()"
|
:href="FORUMS_BUG_REPORT.toString()"
|
||||||
:icon="LifebuoyIcon"
|
:icon="LifebuoyIcon"
|
||||||
@@ -104,6 +107,7 @@ const downgradeButton = ref<UserProfileLink>({
|
|||||||
:text="t('Open a bug report')"
|
:text="t('Open a bug report')"
|
||||||
/>
|
/>
|
||||||
<BrandButton
|
<BrandButton
|
||||||
|
class="w-full"
|
||||||
:external="downgradeButton?.external"
|
:external="downgradeButton?.external"
|
||||||
:icon="ArrowUturnDownIcon"
|
:icon="ArrowUturnDownIcon"
|
||||||
:name="downgradeButton?.name"
|
:name="downgradeButton?.name"
|
||||||
|
|||||||
Reference in New Issue
Block a user