dashboard-shell-shell 3.0.5-test.20 → 3.0.5-test.22

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.
@@ -56,7 +56,9 @@ ul{
56
56
  }
57
57
 
58
58
  :deep() .vs__actions:after {
59
- padding-top: 10px;
59
+ // padding-top: 10px;
60
+ display: flex;
61
+ align-items: center;
60
62
  }
61
63
  .TEXTAREA{
62
64
  border: solid var(--border-width) var(--input-border);
@@ -159,9 +159,10 @@
159
159
  content: $icon-chevron-down;
160
160
  font-family: 'icons';
161
161
  height: 32px;
162
- padding-top: 8px;
163
162
  color: var(--secondary);
164
163
  margin-right: 9px;
164
+ display: flex;
165
+ align-items: center;
165
166
  }
166
167
  }
167
168
 
@@ -595,6 +595,7 @@ assignTo:
595
595
  workspace: 工作空间
596
596
 
597
597
  stateLabel:
598
+ Pending migration: 待迁移
598
599
  VM error: 错误
599
600
  Locked: 锁定
600
601
  Bound: 已绑定
@@ -266,7 +266,9 @@ export default {
266
266
  :deep() .vs__dropdown-toggle .vs__actions {
267
267
  &:after {
268
268
  color: var(--accent-btn-hover-text);
269
- padding-top: 10px;
269
+ // padding-top: 10px;
270
+ display: flex;
271
+ align-items: center;
270
272
  }
271
273
  }
272
274
  }
@@ -2661,7 +2661,9 @@ export default {
2661
2661
 
2662
2662
  .pageSelect{
2663
2663
  &:deep() .vs__actions:after{
2664
- padding-top: 10px;
2664
+ // padding-top: 10px;
2665
+ display: flex;
2666
+ align-items: center;
2665
2667
  }
2666
2668
  }
2667
2669
  .sort-table-div{
@@ -470,6 +470,8 @@ export default {
470
470
  }
471
471
  .remove {
472
472
  text-align: right;
473
+ display: flex;
474
+ align-items: center;
473
475
 
474
476
  button{
475
477
  min-width: auto;
@@ -532,7 +532,9 @@ export default {
532
532
  // LabeledSelect.
533
533
  // padding-bottom: 1px;
534
534
  &:deep() .vs__actions:after {
535
- padding-top: 10px;
535
+ // padding-top: 10px;
536
+ display: flex;
537
+ align-items: center;
536
538
  }
537
539
 
538
540
  &.no-label.compact-input {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dashboard-shell-shell",
3
- "version": "3.0.5-test.20",
3
+ "version": "3.0.5-test.22",
4
4
  "description": "Rancher Dashboard Shell",
5
5
  "repository": "https://github.com/rancherlabs/dashboard",
6
6
  "license": "Apache-2.0",
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
3
  # 执行命令示例:
4
- # TAG=shell-pkg-v3.0.5-test.20 ./shell/scripts/publish-shell.sh
4
+ # TAG=shell-pkg-v3.0.5-test.19 ./shell/scripts/publish-shell.sh
5
5
 
6
6
  set -euo pipefail
7
7
 
@@ -1,5 +1,35 @@
1
1
  {
2
2
  "translations": [
3
+ {
4
+ "pattern": "storage class must contain (csi\\.storage\\.k8s\\.io/(?:provisioner|node-stage|node-publish)-secret-(?:name|namespace)(?:,\\s*|$))+",
5
+ "replacement": "密钥不能为空",
6
+ "flags": "gi"
7
+ },
8
+ {
9
+ "pattern": "can't delete vlanconfig (\\S+) because it is blocked by vm\\(s\\) ([^,]+(?:,\\s*[^,\\s]+)*) which must be stopped at first",
10
+ "replacement": "无法删除 VLAN 配置 '$1':需先停止虚拟机 '$2'",
11
+ "flags": "gi"
12
+ },
13
+ {
14
+ "pattern": "spec\\.template\\.spec\\.podaffinity\\.requiredduringschedulingignoredduringexecution\\[(\\d+)\\]\\.topologykey: required value: can not be empty[\\s\\S]*?invalid value: \"\"[\\s\\S]*?must start and end with an alphanumeric character",
15
+ "replacement": "拓扑键不能为空",
16
+ "flags": "gi"
17
+ },
18
+ {
19
+ "pattern": "can't delete vlanconfig (\\S+) because it is blocked by vm\\(s\\) ([^,]+(?:,\\s*[^,\\s]+)*) which must be stopped at first",
20
+ "replacement": "无法删除 VLAN 配置 '$1':需先停止虚拟机 '$2'",
21
+ "flags": "gi"
22
+ },
23
+ {
24
+ "pattern": "spec\\.template\\.spec\\.podaffinity\\.requiredduringschedulingignoredduringexecution\\[(\\d+)\\]\\.topologykey: required value: can not be empty[\\s\\S]*?invalid value: \"\"[\\s\\S]*?must start and end with an alphanumeric character",
25
+ "replacement": "拓扑键不能为空",
26
+ "flags": "gi"
27
+ },
28
+ {
29
+ "pattern": "failed to list objects with param:[\\s\\S]*?authorizationheadermalformed[\\s\\S]*?the region is wrong; expecting '([^']+)'[\\s\\S]*",
30
+ "replacement": "参数错误,无法连接到服务器",
31
+ "flags": "gi"
32
+ },
3
33
  {
4
34
  "pattern": "The new password must not be the same as the current password",
5
35
  "replacement": "新密码不能与当前密码相同,请重新设置",
@@ -238,7 +268,7 @@
238
268
  },
239
269
  {
240
270
  "pattern": "validation 失败 in api",
241
- "replacement": "API 校验失败",
271
+ "replacement": "校验失败",
242
272
  "flags": "gi"
243
273
  },
244
274
  {