dashboard-shell-shell 3.0.5-logTest.1 → 3.0.5-logTest.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-logTest.1",
3
+ "version": "3.0.5-logTest.2",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
Binary file
package/public/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <meta charset="utf-8">
6
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
7
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
8
- <link rel="shortcut icon" type="image/x-icon" href="/favicon.png">
8
+ <link rel="shortcut icon" type="image/x-icon" href="./favicon.png">
9
9
  <title>HCI</title>
10
10
  </head>
11
11
 
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  # 执行命令示例:
4
- # TAG=shell-pkg-v3.0.5-logTest.1 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-logTest.2 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7