NewServerConfiguringLogic
NewServerProtocolsLogic
This commit is contained in:
parent
deda2e158e
commit
7c28fe2795
13 changed files with 132 additions and 94 deletions
|
@ -79,7 +79,7 @@ Window {
|
|||
if (item instanceof PageNewServer) {
|
||||
return PageEnum.NewServer
|
||||
}
|
||||
if (item instanceof PageNewServerProtocol) {
|
||||
if (item instanceof PageNewServerProtocols) {
|
||||
return PageEnum.NewServerProtocols
|
||||
}
|
||||
if (item instanceof PageSetupWizard) {
|
||||
|
@ -288,7 +288,7 @@ Window {
|
|||
}
|
||||
Component {
|
||||
id: page_new_server_protocols
|
||||
PageNewServerProtocol {}
|
||||
PageNewServerProtocols {}
|
||||
}
|
||||
Component {
|
||||
id: page_vpn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue