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.
- package/assets/images/login-logo.svg +105 -32
- package/assets/images/logo.svg +118 -36
- package/assets/images/pl/dark/logo.svg +129 -0
- package/assets/images/pl/logo.svg +129 -0
- package/assets/translations/en-us.yaml +3 -0
- package/assets/translations/zh-hans.yaml +5 -2
- package/components/ResourceList/Masthead.vue +5 -0
- package/components/actionButton/index.vue +649 -0
- package/components/nav/TopLevelMenu.vue +1 -1
- package/config/private-label.js +2 -2
- package/package.json +1 -1
- package/pages/auth/login.vue +3 -3
- package/public/index.html +1 -1
- package/scripts/publish-shell.sh +1 -1
- package/store/index.js +4 -4
- package/utils/errorTranslate.json +5 -0
- package/utils/title.ts +1 -1
- package/assets/images/logo.png +0 -0
package/scripts/publish-shell.sh
CHANGED
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
|
-
|
|
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
|
}
|
package/assets/images/logo.png
DELETED
|
Binary file
|