for api servers, without the VPN config, the management tab will be selected by default

This commit is contained in:
vladimir.kuznetsov 2024-04-15 21:33:20 +05:00
parent 151e662027
commit a2badd46c4

View file

@ -145,6 +145,9 @@ PageType {
Layout.fillWidth: true
currentIndex: (ServersModel.getProcessedServerData("isServerFromApi")
&& !ServersModel.getProcessedServerData("hasInstalledContainers")) ? 2 : 0
background: Rectangle {
color: "transparent"
}