|
1 | 1 | <div class="container-fluid"> |
2 | 2 | <div class="row"> |
3 | 3 | <div class="col-md-6 d-flex align-items-stretch"> |
4 | | - <div class="jumbotron jumbotron--full-width"> |
| 4 | + <div class="jumbotron jumbotron--full-width width100percent"> |
5 | 5 | <div class="d-flex align-items-start justify-content-between"> |
6 | 6 | <h3>{{ "DATATARGET.TEST_CONNECTION.TEST-CONNECTION" | translate }}</h3> |
7 | 7 | <div class="spinner-placeholder"> |
@@ -51,36 +51,36 @@ <h3>{{ "DATATARGET.TEST_CONNECTION.TEST-CONNECTION" | translate }}</h3> |
51 | 51 | </div> |
52 | 52 | </div> |
53 | 53 | <div class="col-md-6 d-flex align-items-stretch min-height-400"> |
54 | | - <div class="jumbotron jumbotron--full-width"> |
| 54 | + <div class="jumbotron jumbotron--full-width width100percent"> |
55 | 55 | <h3>{{ "DATATARGET.TEST_CONNECTION.CHOSEN-DATA-PACKAGE" | translate }}</h3> |
56 | 56 | <ngx-monaco-editor |
57 | 57 | [(ngModel)]="payloadData" |
58 | 58 | [ngModelOptions]="{ standalone: true }" |
59 | | - [options]="editorJsonOutpuOptions" |
| 59 | + [options]="editorJsonInputOptions" |
60 | 60 | class="height-85" |
61 | 61 | > |
62 | 62 | </ngx-monaco-editor> |
63 | 63 | </div> |
64 | 64 | </div> |
65 | 65 | <div class="col-md-6 d-flex align-items-stretch min-height-400"> |
66 | | - <div class="jumbotron jumbotron--full-width"> |
| 66 | + <div class="jumbotron jumbotron--full-width width100percent"> |
67 | 67 | <h3>{{ "DATATARGET.TEST_CONNECTION.SENT-DECODED-REQUEST" | translate }}</h3> |
68 | 68 | <ngx-monaco-editor |
69 | 69 | [(ngModel)]="decodedData" |
70 | 70 | [ngModelOptions]="{ standalone: true }" |
71 | | - [options]="editorJsonOutpuOptions" |
| 71 | + [options]="editorJsonOutputOptions" |
72 | 72 | class="height-85" |
73 | 73 | > |
74 | 74 | </ngx-monaco-editor> |
75 | 75 | </div> |
76 | 76 | </div> |
77 | 77 | <div class="col-md-6 d-flex align-items-stretch min-height-400"> |
78 | | - <div class="jumbotron jumbotron--full-width"> |
| 78 | + <div class="jumbotron jumbotron--full-width width100percent"> |
79 | 79 | <h3>{{ "DATATARGET.TEST_CONNECTION.RECEIVED-RESPONSE" | translate }}</h3> |
80 | 80 | <ngx-monaco-editor |
81 | 81 | [(ngModel)]="testResponse" |
82 | 82 | [ngModelOptions]="{ standalone: true }" |
83 | | - [options]="editorJsonOutpuOptions" |
| 83 | + [options]="editorJsonOutputOptions" |
84 | 84 | class="height-85" |
85 | 85 | > |
86 | 86 | </ngx-monaco-editor> |
|
0 commit comments