Pipline test
This commit is contained in:
parent
a73bff6a7e
commit
ddf90e1789
@ -24,4 +24,4 @@
|
|||||||
You navigated here from <b>{{selectedItem.title }}</b>
|
You navigated here from <b>{{selectedItem.title }}</b>
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
</ion-content>
|
</ion-content>
|
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<ng-container>
|
<ng-container>
|
||||||
<div class="editor-root ion-padding">
|
<!-- <div class="editor-root ion-padding">
|
||||||
<div class="host-container ion-padding">
|
<div class="host-container ion-padding">
|
||||||
<editor-host #editorHosts *ngFor="let record of hostRecords" [(record)]="record"
|
<editor-host #editorHosts *ngFor="let record of hostRecords" [(record)]="record"
|
||||||
(newHostRequested)="onNewHostRequested($event)" (destroyHostRequested)="onDestroyHostRequested($event)">
|
(newHostRequested)="onNewHostRequested($event)" (destroyHostRequested)="onDestroyHostRequested($event)">
|
||||||
</editor-host>
|
</editor-host>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<div class="editor-buttons">
|
<div class="editor-buttons">
|
||||||
<ion-button (click)="onAddClick()" class="ion-padding ion-margin">Add Node</ion-button>
|
<ion-button (click)="onAddClick()" class="ion-padding ion-margin">Add Node</ion-button>
|
||||||
<ion-button (click)="onSaveClick()" class="ion-padding ion-margin">Save</ion-button>
|
<ion-button (click)="onSaveClick()" class="ion-padding ion-margin">Save</ion-button>
|
||||||
|
Loading…
Reference in New Issue
Block a user