2021-09-18 13:13:16 +02:00
|
|
|
<afx-app-window apptitle="__(Server system log)" width="600" height="400" data-id="ServerLogClient">
|
|
|
|
<afx-vbox >
|
2023-01-01 01:54:04 +01:00
|
|
|
<afx-hbox data-height="35" data-id="top-header">
|
|
|
|
<afx-button text="__(Clear)" data-id="btn-clear" data-width="content"></afx-button>
|
|
|
|
<afx-menu data-id="menu-level" data-width="content"></afx-menu>
|
|
|
|
<afx-label class="field-label" text="__(Filter)" data-width="content"></afx-label>
|
2021-09-18 13:13:16 +02:00
|
|
|
<input type="text" data-id="txt-reg"></input>
|
2023-01-01 01:54:04 +01:00
|
|
|
<afx-label class="field-label" text="__(Keep up to)" data-width="content"></afx-label>
|
2021-09-18 13:13:16 +02:00
|
|
|
<input type="text" data-width="50" data-id="txt-n-log"></input>
|
2023-01-01 01:54:04 +01:00
|
|
|
<afx-label class="field-label" text="__(Record)" data-width="content"></afx-label>
|
|
|
|
<afx-switch swon="true" data-id="sw-record" data-width="content"></afx-switch>
|
2021-09-18 13:13:16 +02:00
|
|
|
</afx-hbox>
|
|
|
|
<div data-id="log-container">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</afx-vbox>
|
|
|
|
</afx-app-window>
|