antos-frontend/src/packages/Syslog/scheme.html

21 lines
1.0 KiB
HTML
Raw Normal View History

2023-01-01 03:14:48 +01:00
<afx-app-window data-id="Syslog" width='600' height='450' apptitle = "__(System error log)" >
2020-05-20 23:11:58 +02:00
<afx-hbox>
<afx-list-view data-id = "loglist" data-width="200"> </afx-list-view>
<afx-resizer data-width = "2" ></afx-resizer>
2020-05-20 23:11:58 +02:00
<afx-vbox>
<div data-id = "container">
<pre><code data-id="logdetail"></code></pre>
</div>
<div data-height="10" ></div>
2023-01-01 03:14:48 +01:00
<afx-hbox style="text-align:right;" data-height = "35">
<afx-button data-width ="content"
tooltip = "ct:__(Clear all logs)" iconclass = "fa fa-trash-o" data-id = "btclean" ></afx-button>
<input type = "text" data-id = "txturi" ></input>
2023-01-01 03:14:48 +01:00
<afx-button data-width ="content" text = "__(Report)"
iconclass = "fa fa-bug" data-id = "btnreport" ></afx-button>
<div data-width="10" ></div>
2020-05-20 23:11:58 +02:00
</afx-hbox>
<div data-height="10" ></div>
2020-05-20 23:11:58 +02:00
</afx-vbox>
</afx-hbox>
</afx-app-window>