mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(network): cleanup and UI polish
This commit is contained in:
@@ -725,6 +725,66 @@
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "wifi.enterprise.eap-method",
|
||||
"descriptionKey": null,
|
||||
"widget": "NComboBox",
|
||||
"tab": 16,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.wifi",
|
||||
"visibleWhen": [
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "wifi.enterprise.phase2-auth",
|
||||
"descriptionKey": null,
|
||||
"widget": "NComboBox",
|
||||
"tab": 16,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.wifi",
|
||||
"visibleWhen": [
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "wifi.enterprise.anonymous-identity",
|
||||
"descriptionKey": null,
|
||||
"widget": "NTextInput",
|
||||
"tab": 16,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.wifi",
|
||||
"visibleWhen": [
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "wifi.enterprise.ca-cert",
|
||||
"descriptionKey": null,
|
||||
"widget": "NTextInput",
|
||||
"tab": 16,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.wifi",
|
||||
"visibleWhen": [
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "wifi.enterprise.username",
|
||||
"descriptionKey": null,
|
||||
"widget": "NTextInput",
|
||||
"tab": 16,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.wifi",
|
||||
"visibleWhen": [
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "common.password",
|
||||
"descriptionKey": null,
|
||||
@@ -737,6 +797,30 @@
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "wifi.panel.show-password",
|
||||
"descriptionKey": null,
|
||||
"widget": "NCheckbox",
|
||||
"tab": 16,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.wifi",
|
||||
"visibleWhen": [
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "wifi.panel.hidden-network",
|
||||
"descriptionKey": null,
|
||||
"widget": "NCheckbox",
|
||||
"tab": 16,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 0,
|
||||
"subTabLabel": "common.wifi",
|
||||
"visibleWhen": [
|
||||
"false"
|
||||
]
|
||||
},
|
||||
{
|
||||
"labelKey": "common.position",
|
||||
"descriptionKey": "panels.control-center.position-description",
|
||||
|
||||
Reference in New Issue
Block a user