fixed display of notification about successful clearing of cached profiles

- limited the input for the Port field to only numeric values, in the range 1-65535
This commit is contained in:
vladimir.kuznetsov 2023-08-28 14:18:41 +03:00
parent fe08fd3f0a
commit 639c18395b
9 changed files with 22 additions and 32 deletions

View file

@ -107,31 +107,6 @@ PageType {
goToPage(PageEnum.PageSetupWizardEasy)
}
}
// BasicButtonType {
// Layout.fillWidth: true
// Layout.topMargin: -8
// defaultColor: "transparent"
// hoveredColor: Qt.rgba(1, 1, 1, 0.08)
// pressedColor: Qt.rgba(1, 1, 1, 0.12)
// disabledColor: "#878B91"
// textColor: "#D7D8DB"
// borderWidth: 1
// text: qsTr("Select protocol to install")
// onClicked: function() {
// if (!isCredentialsFilled()) {
// return
// }
// InstallController.setShouldCreateServer(true)
// InstallController.setCurrentlyInstalledServerCredentials(hostname.textField.text, username.textField.text, secretData.textField.text)
// goToPage(PageEnum.PageSetupWizardProtocols)
// }
// }
}
}