mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-18 06:49:47 +02:00
15 lines
675 B
HTML
15 lines
675 B
HTML
<afx-vbox data-id="startup">
|
|
<div data-height="5"></div>
|
|
<afx-hbox>
|
|
<div data-width="10"></div>
|
|
<afx-vbox>
|
|
<afx-label text = "__(Startup services)" iconclass = "fa fa-tasks" class = "header" data-height="23"></afx-label>
|
|
<afx-list-view data-id="srvlist"></afx-list-view>
|
|
<div data-height="5"></div>
|
|
<afx-label text = "__(Startup applications)" iconclass = "fa fa-adn" class = "header" data-height="23"></afx-label>
|
|
<afx-list-view data-id="applist"></afx-list-view>
|
|
<div data-height="10"></div>
|
|
</afx-vbox>
|
|
<div data-width="10"></div>
|
|
</afx-hbox>
|
|
</afx-vbox> |