mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 14:38:28 +01:00
11 lines
460 B
HTML
11 lines
460 B
HTML
|
<afx-app-window data-id = "am-window" apptitle="" width="400" height="300">
|
||
|
<afx-hbox>
|
||
|
<div data-width="7"></div>
|
||
|
<afx-vbox>
|
||
|
<div data-height="7"></div>
|
||
|
<afx-grid-view data-id = "mygrid"></afx-grid-view>
|
||
|
<afx-button data-height="30" data-id = "btkill" text = "__(Kill process)" iconclass="fa fa-times"></afx-button>
|
||
|
</afx-vbox>
|
||
|
<div data-width="7"></div>
|
||
|
</afx-hbox>
|
||
|
</afx-app-window>
|