diff --git a/ui/home.vue b/ui/home.vue index 8d57d7e..d81d979 100644 --- a/ui/home.vue +++ b/ui/home.vue @@ -68,9 +68,7 @@ @updated="tabUpdated" >
An Open Source Web SSH Client that enables you to connect to SSH diff --git a/ui/widgets/connect.vue b/ui/widgets/connect.vue index b2e17aa..7bf87cb 100644 --- a/ui/widgets/connect.vue +++ b/ui/widgets/connect.vue @@ -138,7 +138,7 @@ export default { }, data() { return { - tab: "new", + tab: !this.restrictedToPresets ? "new" : "known", canSelect: true, }; }, diff --git a/ui/widgets/connect_known.vue b/ui/widgets/connect_known.vue index a9e2cf5..d10b747 100644 --- a/ui/widgets/connect_known.vue +++ b/ui/widgets/connect_known.vue @@ -112,8 +112,8 @@