mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
12 lines
446 B
HTML
12 lines
446 B
HTML
<afx-app-window apptitle="LibGitGraph" width="650" height="500" data-id="GitGraph">
|
|
<afx-vbox>
|
|
<afx-hbox data-height="35">
|
|
<afx-button data-width="24" iconclass = "bi bi-folder2-open" data-id="btn-open"></afx-button>
|
|
<afx-label data-id="txt-repo"></afx-label>
|
|
</afx-hbox>
|
|
<afx-hbox >
|
|
<div data-id="git-graph">
|
|
</div>
|
|
</afx-hbox>
|
|
</afx-vbox>
|
|
</afx-app-window> |