added ui for proxy container (#762)

Added proxy container
This commit is contained in:
Nethius
2024-06-10 18:35:24 +07:00
committed by GitHub
parent 4f8f873682
commit c22f9ff08a
22 changed files with 633 additions and 11 deletions
@@ -261,6 +261,11 @@ PageType {
Keys.onTabPressed: lastItemTabClicked(focusItem)
clickedFunc: function() {
if (!port.textField.acceptableInput) {
port.errorText = qsTr("The port must be in the range of 1 to 65535")
return
}
PageController.goToPage(PageEnum.PageSetupWizardInstalling);
InstallController.install(dockerContainer, port.textFieldText, transportProtoSelector.currentIndex)
}