| commit | 488554fc5a7721500f8a6d57c52c4002f1da6e5b | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Wed Oct 02 16:41:26 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Oct 03 12:45:27 2024 +0400 |
| tree | a41328703051a02fe60532c2e60f66e8e98601a2 | |
| parent | dd213159a7a44ae9b35524de154f6ca6ccd568f3 [diff] [blame] |
AppManager: Always default to default cluster. Change-Id: I36ca1d710092cb3214d77ef24434ca817ba0b64d
diff --git a/core/installer/welcome/appmanager-tmpl/app.html b/core/installer/welcome/appmanager-tmpl/app.html index c1387ad..2629ccf 100644 --- a/core/installer/welcome/appmanager-tmpl/app.html +++ b/core/installer/welcome/appmanager-tmpl/app.html
@@ -31,6 +31,9 @@ {{ $schema.Name }} <details class="dropdown"> {{ $selectedCluster := index $data $name }} + {{ if not $selectedCluster }} + {{ $selectedCluster = "default" }} + {{ end }} <summary id="{{ $name }}">{{ $selectedCluster }}</summary> <ul> {{ range $clusters }}