File tree 3 files changed +6
-4
lines changed
perlenkette/perlenkette-node
editor-main-view/data-views
editor-side-view/editor-node-detail-view
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 25
25
height ="28px "
26
26
/>
27
27
< text x ="8 " y ="55 " class ="node_text "> {{ perlenketteNode.shortName }}</ text >
28
- < text x ="88 " y ="55 " text-anchor ="end " class ="node_connection_time ">
28
+ < text x ="88 " y ="55 " text-anchor ="end " class ="node_connection_time " *ngIf =" false " >
29
29
{{ perlenketteNode.connectionTime }}
30
30
</ text >
31
31
336
336
[attr.y] ="55 + heightConnectionSurplus "
337
337
text-anchor ="end "
338
338
class ="node_connection_time "
339
+ *ngIf ="false "
339
340
>
340
341
{{ perlenketteNode.connectionTime }}
341
342
</ text >
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ export class NodesView {
183
183
this . makeAnalyticsTextLeftArea ( groupEnter ) ;
184
184
this . makeAnalyticsTextRightArea ( groupEnter ) ;
185
185
this . makeLabelText ( groupEnter ) ;
186
- this . makeLabelConnectionText ( groupEnter ) ;
186
+ // this.makeLabelConnectionText(groupEnter);
187
187
}
188
188
189
189
makeNodeLODLevel3 ( groupEnter : any ) {
@@ -196,7 +196,7 @@ export class NodesView {
196
196
this . makeAnalyticsTextLeftArea ( groupEnter ) ;
197
197
this . makeAnalyticsTextRightArea ( groupEnter ) ;
198
198
this . makeLabelText ( groupEnter ) ;
199
- this . makeLabelConnectionText ( groupEnter ) ;
199
+ // this.makeLabelConnectionText(groupEnter);
200
200
}
201
201
202
202
makeNodeLODLevel2 ( groupEnter : any ) {
@@ -207,7 +207,7 @@ export class NodesView {
207
207
this . makeNodeDockable ( groupEnter ) ;
208
208
this . makeAnalyticsArea ( groupEnter ) ;
209
209
this . makeLabelText ( groupEnter ) ;
210
- this . makeLabelConnectionText ( groupEnter ) ;
210
+ // this.makeLabelConnectionText(groupEnter);
211
211
}
212
212
213
213
makeNodeLODLevel1 ( groupEnter : any ) {
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ <h2 class="SummaryTitle">
29
29
< sbb-form-field [label] ="'app.view.editor-side-view.editor-node-detail-view.connection-time' | translate "
30
30
class ="sbb-form-field-long "
31
31
[class.readonly] ="!versionControlService.getVariantIsWritable() "
32
+ *ngIf ="false "
32
33
>
33
34
< input
34
35
sbbInput
You can’t perform that action at this time.
0 commit comments