mirror of
https://github.com/unraid/api.git
synced 2026-01-07 17:19:52 -06:00
refactor: check update response modal styling
This commit is contained in:
@@ -133,7 +133,7 @@ const renderMainSlot = computed(() => {
|
||||
<BrandLoading v-if="checkForUpdatesLoading" class="w-[150px] mx-auto my-24px" />
|
||||
<div v-else-if="available || availableWithRenewal" class="mx-auto my-24px">
|
||||
<SwitchGroup>
|
||||
<div class="flex items-center gap-2 p-8px rounded">
|
||||
<div class="flex items-center gap-8px p-8px rounded">
|
||||
<Switch
|
||||
v-model="ignoreThisRelease"
|
||||
:class="ignoreThisRelease ? 'bg-gradient-to-r from-unraid-red to-orange' : 'bg-gray-200'"
|
||||
|
||||
Reference in New Issue
Block a user