aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/jest.config.js1
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss8
-rw-r--r--workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json6
3 files changed, 11 insertions, 4 deletions
diff --git a/workflow/workflow-designer-ui/src/main/frontend/jest.config.js b/workflow/workflow-designer-ui/src/main/frontend/jest.config.js
index 58bfdf5d..43c12ef2 100644
--- a/workflow/workflow-designer-ui/src/main/frontend/jest.config.js
+++ b/workflow/workflow-designer-ui/src/main/frontend/jest.config.js
@@ -33,6 +33,7 @@ module.exports = {
'^src(.*)$': '<rootDir>/src$1',
'^config(.*)$': '<rootDir>/src/config$1',
'^features(.*)$': '<rootDir>/src/features$1',
+ '^wfapp(.*)$': '<rootDir>/src$1',
'^common(.*)$': '<rootDir>/common$1',
'^services(.*)$': '<rootDir>/src/services$1',
'^shared(.*)$': '<rootDir>/src/shared$1',
diff --git a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss b/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
index 9bfe6cbc..45338039 100644
--- a/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
+++ b/workflow/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
@@ -6,7 +6,6 @@
}
padding: 0 100px 20px 100px;
flex: 1;
- overflow: auto;
&__title {
height: 110px;
@@ -83,6 +82,7 @@
padding: 20px;
color: $dark-gray;
@include body-1;
+ @include semi-bold;
justify-content: center;
}
@@ -124,6 +124,9 @@
&__td,
&__th {
+ .sdc-checkbox {
+ height: 14px;
+ }
&--unflex {
flex: unset;
justify-content: center;
@@ -134,6 +137,9 @@
width: 100px;
.svg-icon-wrapper {
cursor: pointer;
+ &:hover {
+ fill: $blue;
+ }
}
}
& + & {
diff --git a/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json b/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json
index 0a1fd02f..986cf128 100644
--- a/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json
+++ b/workflow/workflow-designer-ui/src/main/frontend/src/i18n/languages.json
@@ -49,9 +49,9 @@
"name": "Name",
"type": "Type",
"mandatory": "Mandatory",
- "noData": "No data to display",
- "addInput": "ADD INPUT",
- "addOutput": "ADD OUTPUT",
+ "noData": "No Parameters to Show",
+ "addInput": "Add Input",
+ "addOutput": "Add Output",
"inputs": "Inputs",
"outputs": "Outputs",
"DELETE": "DELETE",