mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 17:48:21 +01:00
21 lines
971 B
HTML
21 lines
971 B
HTML
|
<afx-app-window data-id="Syslog" width='500' height='350' apptitle = "__(System error log)" >
|
||
|
<afx-hbox>
|
||
|
<afx-list-view data-id = "loglist" data-width="200"> </afx-list-view>
|
||
|
<afx-resizer data-width = "2" />
|
||
|
<afx-vbox>
|
||
|
<div data-id = "container">
|
||
|
<pre><code data-id="logdetail"></code></pre>
|
||
|
</div>
|
||
|
<div data-height="10" />
|
||
|
<afx-hbox style="text-align:right;" data-height = "27">
|
||
|
<afx-button data-width ="20"
|
||
|
tooltip = "ct:__(Clear all logs)" iconclass = "fa fa-trash-o" data-id = "btclean" />
|
||
|
<input type = "text" data-id = "txturi" />
|
||
|
<afx-button data-width ="80" text = "__(Report)"
|
||
|
iconclass = "fa fa-bug" data-id = "btnreport" />
|
||
|
<div data-width="10" />
|
||
|
</afx-hbox>
|
||
|
<div data-height="10" />
|
||
|
</afx-vbox>
|
||
|
</afx-hbox>
|
||
|
</afx-app-window>
|