moved protocol config generation to VpnConfigirationsController (#665)
Moved protocol config generation to VpnConfigurationsController
This commit is contained in:
parent
82a9e7e27d
commit
a6ca1b12da
70 changed files with 1314 additions and 1458 deletions
|
|
@ -17,16 +17,16 @@ Button {
|
|||
implicitWidth: 190
|
||||
implicitHeight: 190
|
||||
|
||||
text: ConnectionController.connectionStateText
|
||||
|
||||
Connections {
|
||||
target: ConnectionController
|
||||
|
||||
function onConnectionErrorOccurred(errorMessage) {
|
||||
PageController.showErrorMessage(errorMessage)
|
||||
function onPreparingConfig() {
|
||||
PageController.showNotificationMessage(qsTr("Unable to disconnect during configuration preparation"))
|
||||
}
|
||||
}
|
||||
|
||||
text: ConnectionController.connectionStateText
|
||||
|
||||
// enabled: !ConnectionController.isConnectionInProgress
|
||||
|
||||
background: Item {
|
||||
|
|
@ -139,6 +139,6 @@ Button {
|
|||
|
||||
onClicked: {
|
||||
ServersModel.setProcessedServerIndex(ServersModel.defaultIndex)
|
||||
ApiController.updateServerConfigFromApi()
|
||||
ConnectionController.connectButtonClicked()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue