Update major applications to support AntOS v2.0.x

This commit is contained in:
DanyLE
2023-01-01 01:54:04 +01:00
parent 695044704b
commit 7171a7eb3b
212 changed files with 2135 additions and 3806 deletions

View File

@ -1,14 +1,14 @@
<afx-app-window apptitle="__(Server system log)" width="600" height="400" data-id="ServerLogClient">
<afx-vbox >
<afx-hbox data-height="25" data-id="top-header">
<afx-button data-height="25" text="__(Clear)" data-id="btn-clear" data-width="60"></afx-button>
<afx-menu data-id="menu-level" data-width="100"></afx-menu>
<afx-label class="field-label" text="__(Filter)" data-width="50"></afx-label>
<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 upto)" data-width="70"></afx-label>
<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="50"></afx-label>
<afx-switch swon="true" data-id="sw-record" data-width="30"></afx-switch>
<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">