Skip to content

Commit e0d8247

Browse files
author
Anders Breid
authored
Fix key value pair vs raw body issues. (#106)
Multiple improvements to EI Bridge front end GUI * Individual values for JSON raw body and key value pars values * Validate both raw body and key value pars field * Indicates problem individually on all fields * fixed JSON format in templates
1 parent a87fffe commit e0d8247

File tree

4 files changed

+318
-185
lines changed

4 files changed

+318
-185
lines changed

src/main/resources/static/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ body {
4848
.table-responsive>.table-bordered {
4949
border: 1px solid #dee2e6;
5050
}
51+
.flex-non-important {
52+
display: flex;
53+
}
5154
/* Information page start */
5255
.table-text-setting {
5356
margin: auto;

0 commit comments

Comments
 (0)