mirror of
https://github.com/unraid/api.git
synced 2026-01-16 05:37:25 -06:00
fix: container sizes modla overlay
This commit is contained in:
1
web/components.d.ts
vendored
1
web/components.d.ts
vendored
@@ -37,6 +37,7 @@ declare module 'vue' {
|
||||
ConfirmDialog: typeof import('./src/components/ConfirmDialog.vue')['default']
|
||||
'ConnectSettings.standalone': typeof import('./src/components/ConnectSettings/ConnectSettings.standalone.vue')['default']
|
||||
Console: typeof import('./src/components/Docker/Console.vue')['default']
|
||||
ContainerSizesModal: typeof import('./src/components/Docker/ContainerSizesModal.vue')['default']
|
||||
'CriticalNotifications.standalone': typeof import('./src/components/Notifications/CriticalNotifications.standalone.vue')['default']
|
||||
Detail: typeof import('./src/components/LayoutViews/Detail/Detail.vue')['default']
|
||||
DetailContentHeader: typeof import('./src/components/LayoutViews/Detail/DetailContentHeader.vue')['default']
|
||||
|
||||
@@ -138,7 +138,7 @@ async function handleRefresh() {
|
||||
<UModal
|
||||
v-model:open="isOpen"
|
||||
title="Container Sizes"
|
||||
:ui="{ footer: 'justify-end', overlay: 'z-50', content: 'sm:max-w-4xl' }"
|
||||
:ui="{ footer: 'justify-end', content: 'sm:max-w-4xl' }"
|
||||
>
|
||||
<template #body>
|
||||
<div class="space-y-4">
|
||||
|
||||
Reference in New Issue
Block a user