mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
libantosdk: do not includes sdk api to package, API files shall be featched from delivery page
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<afx-app-window apptitle="__(AntOSDK Builder)" width="600" height="500" data-id="SDKBuilder">
|
||||
<afx-hbox>
|
||||
<afx-hbox padding="10">
|
||||
<afx-vbox data-width="150">
|
||||
<div data-height="10"></div>
|
||||
<afx-list-view data-id="target-list"></afx-list-view>
|
||||
<div data-height="5"></div>
|
||||
<afx-hbox data-height="23" style="text-align: left;">
|
||||
<afx-button data-id="btnopen" data-width="25" iconclass ="bi bi-file-arrow-up-fill"></afx-button>
|
||||
<afx-button data-id="btnrefresh" data-width="25" iconclass ="fa fa-refresh"></afx-button>
|
||||
<afx-button data-id="btnopen" data-width="content" iconclass ="bi bi-file-arrow-up-fill"></afx-button>
|
||||
<afx-button data-id="btnrefresh" data-width="content" iconclass ="fa fa-refresh"></afx-button>
|
||||
<afx-button data-id="btnbuild" text="__(Run)"></afx-button>
|
||||
<div data-width="5"></div>
|
||||
</afx-hbox>
|
||||
|
Reference in New Issue
Block a user