From e84837f439b89d12e583dbd1d4beda01b027d9a1 Mon Sep 17 00:00:00 2001 From: ben salim Date: Fri, 19 Aug 2022 15:22:01 +0200 Subject: [PATCH] resizing moduleDialog --- .../Client/Pages/EdgeModels/EdgeModelDetailPage.razor | 2 +- .../Client/Pages/EdgeModels/EdgeModule/ModuleDialog.razor | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModelDetailPage.razor b/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModelDetailPage.razor index 920a58f11..11d128fb9 100644 --- a/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModelDetailPage.razor +++ b/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModelDetailPage.razor @@ -245,7 +245,7 @@ var parameters = new DialogParameters(); parameters.Add("module", module); - DialogOptions options = new DialogOptions() { MaxWidth = MaxWidth.Small, FullWidth = true, CloseButton = true }; + DialogOptions options = new DialogOptions() { MaxWidth = MaxWidth.Medium, FullWidth = true, CloseButton = true }; if (!string.IsNullOrWhiteSpace(module.ModuleName)) { diff --git a/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModule/ModuleDialog.razor b/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModule/ModuleDialog.razor index d3bc3c1ca..496687084 100644 --- a/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModule/ModuleDialog.razor +++ b/src/AzureIoTHub.Portal/Client/Pages/EdgeModels/EdgeModule/ModuleDialog.razor @@ -4,8 +4,8 @@ @inject IJSRuntime JS @inject ISnackbar Snackbar - - + +