mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-01-28 01:47:19 +01:00
add uci upgrade section to uci.js
This commit is contained in:
parent
c365f00e7d
commit
b1d925c3d8
1 changed files with 6 additions and 0 deletions
|
|
@ -112,6 +112,12 @@ angular.module("luci")
|
|||
"host": {
|
||||
"hostname": { dvalue: "", type: String, required: true},
|
||||
"macaddr": { dvalue: "", type: String, match: /^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$/, required: true}
|
||||
},
|
||||
"upgrade": {
|
||||
"fw_check_url": { dvalue: "", type: String, required: false},
|
||||
"fw_path_url": { dvalue: "", type: String, required: false},
|
||||
"fw_find_ext": { dvalue: "", type: String, required: false},
|
||||
"fw_down_path": { dvalue: "", type: String, required: false}
|
||||
}
|
||||
};
|
||||
function UCI(){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue