aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/devel/deploy/deploy.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/devel/deploy/deploy.component.html')
-rw-r--r--webapp/src/app/devel/deploy/deploy.component.html31
1 files changed, 0 insertions, 31 deletions
diff --git a/webapp/src/app/devel/deploy/deploy.component.html b/webapp/src/app/devel/deploy/deploy.component.html
deleted file mode 100644
index 7a15fa6..0000000
--- a/webapp/src/app/devel/deploy/deploy.component.html
+++ /dev/null
@@ -1,31 +0,0 @@
-<div class="panel panel-default">
- <div class="panel-heading">
- <h2 class="panel-title">Deployment</h2>
- </div>
- <div class="panel-body">
- <form [formGroup]="deployForm">
- <div class="col-xs-12">
- <table class="table table-borderless table-center">
- <tbody>
- <tr>
- <th>Board IP</th>
- <td> <input type="text" style="width:99%;" formControlName="boardIP" placeholder="1.2.3.4"> </td>
- </tr>
- <tr>
- <th>File to deploy</th>
- <td> <input type="text" style="width:99%;" formControlName="wgtFile"> </td>
- </tr>
- </tbody>
- </table>
- </div>
- <div class="row">
- <div class="col-xs-12 text-center">
- <div class="btn-group blocks">
- <button class="btn btn-primary btn-large" (click)="deploy()" [disabled]="!curProject ">Deploy</button>
- </div>
- </div>
- </div>
- </form>
-
- </div>
-</div> \ No newline at end of file