From 31e6f4273d9856ae9268747c79a81887f962416e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Thu, 21 Mar 2024 13:35:15 +0100 Subject: [PATCH] Adjust columns from md to lg breakpoint --- .../src/components/Apigw/CSettingsEditor.vue | 7 +- .../Application/CApplicationEditorUnify.vue | 63 ++-- .../Authclient/CAuthclientEditorInfo.vue | 6 +- .../Connection/CConnectionEditorDAL.vue | 19 +- .../Settings/System/Auth/ExternalOIDC.vue | 9 +- .../Settings/System/Auth/ExternalSAML.vue | 275 +++++++++--------- .../Settings/System/Auth/ExternalSecurity.vue | 8 +- .../Settings/System/Auth/ExternalStd.vue | 7 +- .../System/CSystemEditorAuthBgScreen.vue | 2 +- .../Settings/System/CSystemEditorExternal.vue | 1 + .../Settings/UI/CUIBrandingEditor.vue | 2 +- .../src/components/User/CUserEditorAvatar.vue | 4 +- .../components/User/CUserEditorPassword.vue | 8 +- client/web/admin/src/views/Dashboard.vue | 1 + .../src/views/System/Actionlog/Index.vue | 45 ++- .../compose/src/components/Admin/Import.vue | 2 +- .../components/Chart/Report/FunnelChart.vue | 4 +- .../components/Chart/Report/GaugeChart.vue | 8 +- .../components/Chart/Report/GenericChart.vue | 42 +-- .../components/Chart/Report/RadarChart.vue | 4 +- .../components/Chart/Report/ReportEdit.vue | 34 +-- .../ModuleFields/Configurator/File.vue | 28 +- .../ModuleFields/Configurator/Number.vue | 20 +- .../ModuleFields/Configurator/validation.vue | 4 +- .../CalendarConfigurator/CalendarDisplay.vue | 2 +- .../PageBlocks/CommentConfigurator.vue | 51 ++-- .../components/PageBlocks/Configurator.vue | 69 +++-- .../PageBlocks/FileConfigurator.vue | 28 +- .../GeometryConfigurator/Configurator.vue | 27 +- .../PageBlocks/Navigation/Configurator.vue | 21 +- .../Navigation/NavTypes/ComposePage.vue | 2 - .../PageBlocks/Nylas/NylasConfigurator.vue | 8 +- .../PageBlocks/ProgressConfigurator.vue | 30 +- .../PageBlocks/RecordConfigurator.vue | 16 +- .../PageBlocks/RecordListConfigurator.vue | 46 +-- .../RecordOrganizerConfigurator.vue | 21 -- .../PageBlocks/Shared/AutomationTab.vue | 6 +- .../PageBlocks/TabsConfigurator.vue | 20 +- .../Public/Record/Exporter/index.vue | 17 +- .../compose/src/views/Admin/Charts/Edit.vue | 20 +- .../compose/src/views/Admin/Modules/Edit.vue | 4 +- .../src/views/Admin/Modules/Records/View.vue | 2 +- .../compose/src/views/Admin/Pages/Edit.vue | 8 +- .../web/discovery/src/components/Search.vue | 4 +- .../web/one/src/components/CAppSelector.vue | 5 +- .../src/components/Common/ModuleRecords.vue | 1 - .../src/views/Privacy/DataOverview/index.vue | 1 - .../DisplayElements/Configurators/Chart.vue | 32 +- .../components/Report/Datasources/Join.vue | 20 +- .../components/Report/Datasources/Link.vue | 20 +- client/web/reporter/src/views/Report/Edit.vue | 4 +- .../system.actionlog.yaml | 45 +-- .../corteza-webapp-admin/system.settings.yaml | 1 + 53 files changed, 524 insertions(+), 610 deletions(-) diff --git a/client/web/admin/src/components/Apigw/CSettingsEditor.vue b/client/web/admin/src/components/Apigw/CSettingsEditor.vue index 38a7f403d..597680a2c 100644 --- a/client/web/admin/src/components/Apigw/CSettingsEditor.vue +++ b/client/web/admin/src/components/Apigw/CSettingsEditor.vue @@ -15,13 +15,11 @@ > - - - - - - + + + + - - - - - - + + + + - + - + - + - + - +
- + @@ -28,7 +25,6 @@ @@ -44,7 +40,6 @@ @@ -54,7 +49,6 @@ @@ -64,7 +58,6 @@ diff --git a/client/web/admin/src/components/Settings/System/Auth/ExternalSAML.vue b/client/web/admin/src/components/Settings/System/Auth/ExternalSAML.vue index 4caf4a2f4..57e693592 100644 --- a/client/web/admin/src/components/Settings/System/Auth/ExternalSAML.vue +++ b/client/web/admin/src/components/Settings/System/Auth/ExternalSAML.vue @@ -1,8 +1,6 @@