removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / app / nodes / dialog-overview-example-dialog.html
diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/nodes/dialog-overview-example-dialog.html b/blueprints/common/eliot-ui/frontend-src/src/app/nodes/dialog-overview-example-dialog.html
deleted file mode 100644 (file)
index d085af9..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-<h1 mat-dialog-title>{{credential}}</h1>
-
-<div mat-dialog-content >
-    <mat-form-field style="width: 100%;justify-content: center;">
-        <input matInput placeholder="IP of edge node" required>
-    </mat-form-field>
-
-    <mat-form-field style="width: 100%;justify-content: center;">
-        <input matInput placeholder="Username of edge node" required>
-    </mat-form-field>
-
-    <mat-form-field style="width: 100%;justify-content: center;">
-        <input matInput placeholder="Password of edge node"  required [type]="hide ? 'password' : 'text'">
-        <mat-icon matSuffix (click)="hide = !hide">{{hide ? 'visibility_off':'visibility'}}</mat-icon>
-    </mat-form-field>
-
-</div>
-
-<div mat-dialog-content *ngIf="deleteNode">
-    <mat-form-field style="width: 100%;justify-content: center;">
-        <input matInput placeholder="IP of edge node" required>
-    </mat-form-field>
-</div>
-
-<div mat-dialog-content *ngIf="editNode">
-    <mat-form-field style="width: 100%;justify-content: center;">
-        <input matInput placeholder="IP of edge node" required>
-    </mat-form-field>
-</div>
-
-<div mat-dialog-actions style="display:flex; justify-content: center;">
-    <button mat-button [mat-dialog-close]="data.animal" cdkFocusInitial >Submit</button>
-    <button mat-button (click)="onNoClick()">Cancel</button>
-</div>
\ No newline at end of file