mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 06:04:26 +02:00
regen all archive using antos build system
This commit is contained in:
@ -1,17 +1,15 @@
|
||||
<afx-app-window apptitle="__(Server system log)" width="600" height="400" data-id="ServerLogClient">
|
||||
<afx-vbox >
|
||||
<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>
|
||||
<input type="text" data-id="txt-reg"></input>
|
||||
<afx-label class="field-label" text="__(Keep up to)" data-width="content"></afx-label>
|
||||
<input type="text" data-width="50" data-id="txt-n-log"></input>
|
||||
<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>
|
||||
</afx-hbox>
|
||||
<div data-id="log-container">
|
||||
|
||||
</div>
|
||||
</afx-vbox>
|
||||
<afx-hbox padding="5">
|
||||
<afx-stack-menu data-id="menu-level" data-width="content"></afx-stack-menu>
|
||||
<afx-vbox>
|
||||
<afx-hbox data-height="45" data-id="top-header">
|
||||
<afx-button text="__(Clear)" data-id="btn-clear" data-width="content"></afx-button>
|
||||
<afx-input type="text" data-id="txt-reg"label = "__(Filter)" ></afx-input>
|
||||
<afx-input type="text" label="__(Keep)" data-width="50" data-id="txt-n-log"></afx-input>
|
||||
<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>
|
||||
</afx-hbox>
|
||||
<div data-id="log-container"></div>
|
||||
</afx-vbox>
|
||||
</afx-hbox>
|
||||
</afx-app-window>
|
Reference in New Issue
Block a user