dashboard-shell-shell 3.0.5-test.61 → 3.0.5-test.80

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.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  # 执行命令示例:
4
- # TAG=shell-pkg-v3.0.5-test.61 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-test.80 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7
 
package/store/index.js CHANGED
@@ -519,10 +519,10 @@ export const getters = {
519
519
  (!isAll && filteredMap && filteredMap[out] );
520
520
  }
521
521
 
522
- out = rootGetters['prefs/get'](LAST_NAMESPACE);
523
- if ( isOk() ) {
524
- return out;
525
- }
522
+ // out = rootGetters['prefs/get'](LAST_NAMESPACE);
523
+ // if ( isOk() ) {
524
+ // return out;
525
+ // }
526
526
 
527
527
  out = 'default';
528
528
  if ( isOk() ) {
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "translations": [
3
+ {
4
+ "pattern": "the status of pod readiness gate "kubevirt\\.io/virtual-machine-unpaused" is not "true", but false",
5
+ "replacement": "这个只有当虚拟机处于运行状态(非暂停)时,才能进行暂停操作",
6
+ "flags": "gi"
7
+ },
3
8
  {
4
9
  "pattern": "can't delete vlanconfig (\\S+) because the storage network nad (\\S+) is still attached",
5
10
  "replacement": "无法删除 VLAN 配置 '$1':存储网络附加定义 '$2' 仍在使用",
package/utils/title.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export function updatePageTitle(...breadcrumb: (string | null | undefined | false)[]): void {
2
- document.title = breadcrumb.filter((s) => s).join(' - ').replace(/<i[^>]*>|<\/i>/g, '').replace('Harvester', '云翼云管平台');
2
+ document.title = breadcrumb.filter((s) => s).join(' - ').replace(/<i[^>]*>|<\/i>/g, '').replace('Harvester', '威努特超融合');
3
3
  }
Binary file