mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-26 10:49:49 +02:00
Update major applications to support AntOS v2.0.x
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
"clean": {
|
||||
"jobs": [
|
||||
{
|
||||
"name": "vfs-rm",
|
||||
"name": "vfs-rm_no_error",
|
||||
"data": ["build/debug","build/release"]
|
||||
}
|
||||
]
|
||||
|
@ -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">
|
||||
|
||||
|
Binary file not shown.
@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user