summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/devel/build/build.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/devel/build/build.component.html')
-rw-r--r--webapp/src/app/devel/build/build.component.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/webapp/src/app/devel/build/build.component.html b/webapp/src/app/devel/build/build.component.html
index 2bcd2c7..0cf0290 100644
--- a/webapp/src/app/devel/build/build.component.html
+++ b/webapp/src/app/devel/build/build.component.html
@@ -18,9 +18,9 @@
<th>Cross SDK</th>
<td>
<!-- FIXME why not working ?
- <sdk-select-dropdown [sdks]="(sdks$ | async)"></sdk-select-dropdown>
+ <xds-sdk-select-dropdown [sdks]="(sdks$ | async)"></xds-sdk-select-dropdown>
-->
- <sdk-select-dropdown></sdk-select-dropdown>
+ <xds-sdk-select-dropdown></xds-sdk-select-dropdown>
</td>
</tr>
<tr>
@@ -83,7 +83,6 @@
<button class="btn btn-primary btn-large" (click)="build()" [disabled]="!curProject">Build</button>
<button class="btn btn-primary btn-large" (click)="populate()" [disabled]="!curProject ">Populate</button>
<button *ngIf="debugEnable" class="btn btn-primary btn-large" (click)="execCmd()" [disabled]="!curProject ">Execute command</button>
- <button *ngIf="debugEnable" class="btn btn-primary btn-large" (click)="make()" [disabled]="!curProject ">Make</button>
</div>
</div>
</div>