dashboard-shell-shell 3.0.5-test.14 → 3.0.5-test.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -867,6 +867,7 @@ export default {
867
867
  @click="hide()"
868
868
  >
869
869
  <router-link
870
+ v-if="a.value !== 'fleet'"
870
871
  class="option"
871
872
  :class="{'active-menu-link': a.isMenuActive }"
872
873
  :to="a.to"
@@ -923,7 +924,7 @@ export default {
923
924
  <div
924
925
  class="footer"
925
926
  >
926
- <div
927
+ <!-- <div
927
928
  v-if="canEditSettings"
928
929
  class="support"
929
930
  @click="hide()"
@@ -948,7 +949,7 @@ export default {
948
949
  >
949
950
  {{ aboutText }}
950
951
  </router-link>
951
- </div>
952
+ </div> -->
952
953
  </div>
953
954
  </div>
954
955
  </transition>
@@ -158,7 +158,7 @@ export default {
158
158
  <div v-else style="display: flex; align-items: center;" class="labelKey_menu">
159
159
  <i v-if="!type.labelDisplay || (type.labelDisplay && type.labelDisplay.indexOf('</i>') === -1)" class="icon icon-fw icon-globe" style="color: var(--muted);width: 32px;text-align: left;"></i>
160
160
  <span
161
- v-clean-html="type.labelDisplay.replace('设置', '基础设置') || type.label"
161
+ v-clean-html="type.labelDisplay || type.label"
162
162
  class="label"
163
163
  :class="{'no-icon': !type.icon}"
164
164
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.14",
3
+ "version": "3.0.5-test.16",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -183,7 +183,7 @@ export default {
183
183
  </button>
184
184
  </div>
185
185
  </div>
186
- <button
186
+ <!-- <button
187
187
  v-if="apiKeySchema"
188
188
  role="button"
189
189
  :aria-label="t('accountAndKeys.apiKeys.add.label')"
@@ -192,7 +192,7 @@ export default {
192
192
  @click="addKey"
193
193
  >
194
194
  {{ t('accountAndKeys.apiKeys.add.label') }}
195
- </button>
195
+ </button> -->
196
196
  </div>
197
197
 
198
198
  <div class="account_card mb-20">
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  # 执行命令示例:
4
- # TAG=shell-pkg-v3.0.5-test.8 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-test.16 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7