From 80a555ae740a0a4f720b014e698c3eabbdcbf6ad Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 3 Jun 2025 14:16:28 -0700 Subject: [PATCH] feat: ui dialog responsiveness --- .../include/CreateDocker.php | 14 +- .../javascript/docker.js | 6 +- .../dynamix.vm.manager/VMMachines.page | 8 +- .../dynamix.vm.manager/VMTemplates.page | 4 +- emhttp/plugins/dynamix/Browse.page | 23 +-- emhttp/plugins/dynamix/BrowseButton.page | 13 +- emhttp/plugins/dynamix/DashStats.page | 2 +- emhttp/plugins/dynamix/include/Templates.php | 135 +++++++++++++----- .../plugins/dynamix/sheets/BrowseButton.css | 31 ++-- .../dynamix/styles/default-dynamix.css | 30 ++++ 10 files changed, 179 insertions(+), 87 deletions(-) diff --git a/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php b/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php index cd81b656a..d0e1d86c7 100644 --- a/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php +++ b/emhttp/plugins/dynamix.docker.manager/include/CreateDocker.php @@ -606,7 +606,7 @@ function addConfigPopup() { popup.dialog({ title: title, height: 'auto', - width: 900, + width: 'auto', resizable: false, modal: true, buttons: { @@ -678,7 +678,7 @@ function editConfigPopup(num,disabled) { popup.dialog({ title: title, height: 'auto', - width: 900, + width: 'auto', resizable: false, modal: true, buttons: { @@ -1471,27 +1471,27 @@ _(Config Type)_: _(Name)_: : -
+
_(Target)_: :
-
+
_(Value)_: :
-
+
_(Default Value)_: :
-
+
_(Description)_: : -
+
_(Display)_: :
-  -:   - _(New folder name)_: : @@ -63,10 +60,18 @@ _(Source folder)_: _(Target folder)_: : -_(Use sparse option)_
-_(Overwrite existing files)_ -: - +  +: + + + +
@@ -81,9 +86,18 @@ _(Source folder)_: _(Target folder)_: : -_(Use sparse option)_
-_(Overwrite existing files)_ -: +  +: + + + +
@@ -124,9 +138,18 @@ _(Source file)_: _(Target file)_: : -_(Use sparse option)_
-_(Overwrite existing files)_ -: +  +: + + + +
_(This copies the selected file)_
@@ -141,9 +164,18 @@ _(Source file)_: _(Target file)_: : -_(Use sparse option)_
-_(Overwrite existing files)_ -: +  +: + + + +
_(This moves the selected file)_
@@ -181,9 +213,18 @@ _(Source)_: _(Target)_: : -_(Use sparse option)_
-_(Overwrite existing files)_ -: +  +: + + + +
_(This copies all the selected sources)_
@@ -198,9 +239,18 @@ _(Source)_: _(Target)_: : -_(Use sparse option)_
-_(Overwrite existing files)_ -: +  +: + + + +
_(This moves all the selected sources)_
@@ -233,22 +283,30 @@ _(Source)_: _(New permission)_: : - _(Owner)_: - _(Group)_: - _(Other)_: - + + +   : @@ -310,7 +368,6 @@ $('#dfm_viewer').click();