change deafult value in WebUI

This commit is contained in:
Sukchan Lee 2020-01-12 11:53:55 +09:00
parent c4cc7f60ba
commit 65b262a7f9
2 changed files with 8 additions and 22 deletions

View File

@ -102,7 +102,7 @@ const schema = {
"type": "number",
"title": "QoS Class Identifier (QCI)*",
"enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 65, 66, 69, 70 ],
"default": 9,
"default": 5,
},
"arp" : {
"type": "object",
@ -111,7 +111,7 @@ const schema = {
"priority_level": {
"type": "number",
"title": "ARP Priority Level (1-15)*",
"default": 8,
"default": 1,
"minimum": 1,
"maximum": 15,
"required": true
@ -134,13 +134,6 @@ const schema = {
}
}
},
"type": {
"type": "number",
"title": "Type*",
"enum": [0, 1, 2],
"enumNames": ["IPv4", "IPv6", "IPv4v6"],
"default": 0,
},
"ambr": {
"type": "object",
"title": "",
@ -235,7 +228,7 @@ const schema = {
"type": "number",
"title": "QoS Class Identifier (QCI)*",
"enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 65, 66, 69, 70 ],
"default": 9,
"default": 1,
},
"arp" : {
"type": "object",
@ -244,7 +237,7 @@ const schema = {
"priority_level": {
"type": "number",
"title": "ARP Priority Level (1-15)*",
"default": 8,
"default": 2,
"minimum": 1,
"maximum": 15,
"required": true

View File

@ -108,7 +108,7 @@ const schema = {
"type": "number",
"title": "QoS Class Identifier (QCI)*",
"enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 65, 66, 69, 70 ],
"default": 9,
"default": 5,
},
"arp" : {
"type": "object",
@ -117,7 +117,7 @@ const schema = {
"priority_level": {
"type": "number",
"title": "ARP Priority Level (1-15)*",
"default": 8,
"default": 1,
"minimum": 1,
"maximum": 15,
"required": true
@ -140,13 +140,6 @@ const schema = {
}
}
},
"type": {
"type": "number",
"title": "Type*",
"enum": [0, 1, 2],
"enumNames": ["IPv4", "IPv6", "IPv4v6"],
"default": 0,
},
"ambr": {
"type": "object",
"title": "",
@ -241,7 +234,7 @@ const schema = {
"type": "number",
"title": "QoS Class Identifier (QCI)*",
"enum": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 65, 66, 69, 70 ],
"default": 9,
"default": 1,
},
"arp" : {
"type": "object",
@ -250,7 +243,7 @@ const schema = {
"priority_level": {
"type": "number",
"title": "ARP Priority Level (1-15)*",
"default": 8,
"default": 2,
"minimum": 1,
"maximum": 15,
"required": true