Minor changes

This commit is contained in:
fbsanchez 2021-03-18 10:03:26 +01:00
parent 1729e158ca
commit f00ef1cd54
2 changed files with 9 additions and 0 deletions

View File

@ -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);

View File

@ -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;
}