dashboard-shell-shell 3.0.5-tsh.6 → 3.0.5-tsh.7

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.
@@ -58,8 +58,7 @@ export function matches(pl) {
58
58
  }
59
59
 
60
60
  export function getVendor() {
61
-
62
- return 'HCI';
61
+ return '云翼云管平台';
63
62
  }
64
63
  // export function getVendor() {
65
64
  // if ( vendor === SETTING.PL_RANCHER_VALUE ) {
@@ -84,7 +83,7 @@ export function setTitle() {
84
83
  if (v === 'Harvester') {
85
84
  const ico = require(`~shell/assets/images/pl/harvester.png`);
86
85
 
87
- document.title = 'HCI';
86
+ document.title = '云翼云管平台';
88
87
  const link = document.createElement('link');
89
88
 
90
89
  link.hid = 'icon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-tsh.6",
3
+ "version": "3.0.5-tsh.7",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",