dashboard-shell-shell 3.0.5-test.50 → 3.0.5-test.51

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.
@@ -514,9 +514,8 @@ export default {
514
514
  </div>
515
515
 
516
516
  <!-- 自定义插槽,可插入额外内容 -->
517
- <div :class=" isDialog? 'namespace-item-row mb-20': 'col span-6'">
518
- <slot name="customize" />
519
- </div>
517
+ <slot name="customize" />
518
+
520
519
  <!-- <div
521
520
  v-show="!descriptionHidden"
522
521
  :data-testid="componentTestid + '-description'"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.50",
3
+ "version": "3.0.5-test.51",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -312,7 +312,7 @@ export default {
312
312
  this.$store.dispatch('auth/setInitialPass', this.password);
313
313
  this.$router.push({ name: 'auth-setup' });
314
314
  } else {
315
- this.$router.push({ name: 'home' });
315
+ this.$router.push({ name: 'index' });
316
316
  }
317
317
 
318
318
  } catch (err) {
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  # 执行命令示例:
4
- # TAG=shell-pkg-v3.0.5-test.50 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-test.51 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7