From f00ef1cd54cad87061966f811fcebd4dcbe74d27 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 18 Mar 2021 10:03:26 +0100 Subject: [PATCH] Minor changes --- pandora_console/include/constants.php | 1 + pandora_console/include/styles/wizard.css | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 19520f9791..c6c4a190e4 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -626,6 +626,7 @@ define('DISCOVERY_APP_SAP', 10); define('DISCOVERY_APP_DB2', 11); define('DISCOVERY_APP_MICROSOFT_SQL_SERVER', 12); define('DISCOVERY_CLOUD_GCP_COMPUTE_ENGINE', 13); +define('DISCOVERY_CLOUD_AWS_S3', 14); // Force task build tmp results. define('DISCOVERY_REVIEW', 0); diff --git a/pandora_console/include/styles/wizard.css b/pandora_console/include/styles/wizard.css index 45c77b8746..88e0a2bc42 100644 --- a/pandora_console/include/styles/wizard.css +++ b/pandora_console/include/styles/wizard.css @@ -165,3 +165,11 @@ ul.wizard li > textarea { justify-content: space-evenly !important; flex: 1 1 auto; } + +ul.wizard li.mrgn_0px { + margin: 0; +} + +ul.wizard li.pdd_0px { + padding: 0; +}