mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
fix(web): no plugin, don't show restart api button
This commit is contained in:
@@ -42,7 +42,7 @@ const showExpireTime = computed(() => {
|
||||
/>
|
||||
</header>
|
||||
<ul v-if="stateData.actions" class="list-reset flex flex-col gap-y-8px px-16px">
|
||||
<li v-if="unraidApiStatus !== 'online'">
|
||||
<li v-if="connectPluginInstalled && unraidApiStatus !== 'online'">
|
||||
<BrandButton
|
||||
class="w-full"
|
||||
:disabled="unraidApiStatus === 'connecting' || unraidApiStatus === 'restarting'"
|
||||
|
||||
Reference in New Issue
Block a user