for api servers, without the VPN config, the management tab will be selected by default
This commit is contained in:
parent
151e662027
commit
a2badd46c4
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ PageType {
|
||||||
|
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
currentIndex: (ServersModel.getProcessedServerData("isServerFromApi")
|
||||||
|
&& !ServersModel.getProcessedServerData("hasInstalledContainers")) ? 2 : 0
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue