bfg-common 1.3.211 → 1.3.214
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/localization/local_be.json +19 -21
- package/assets/localization/local_en.json +7 -9
- package/assets/localization/local_hy.json +15 -17
- package/assets/localization/local_kk.json +21 -23
- package/assets/localization/local_ru.json +2346 -2348
- package/assets/localization/local_zh.json +10 -12
- package/assets/scss/common/icons/icons-4.scss +266 -267
- package/assets/scss/common/normalize.scss +0 -3
- package/components/atoms/alert/Alert.vue +95 -95
- package/components/atoms/alert/Notification.vue +170 -170
- package/components/atoms/switch/Switch.vue +111 -111
- package/components/atoms/table/compact/Compact.vue +526 -526
- package/components/atoms/tooltip/Signpost.vue +225 -225
- package/components/common/pages/Tasks.vue +120 -120
- package/components/common/recursionTree/RecursionTree.vue +203 -203
- package/components/common/vm/actions/add/Add.vue +575 -575
- package/components/common/vm/actions/clone/Clone.vue +518 -518
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +269 -269
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +693 -693
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +220 -220
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +59 -59
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +294 -294
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +165 -165
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +166 -166
- package/components/common/vm/actions/editSettings/EditSettings.vue +313 -313
- package/components/common/weekSelect/WeekSelect.vue +112 -112
- package/components/common/weekSelect/lib/config/options.ts +10 -10
- package/composables/productNameLocal.ts +22 -0
- package/composables/useAppVersion.ts +21 -21
- package/composables/useEnvLanguage.ts +20 -20
- package/composables/useLocal.ts +18 -9
- package/lib/utils/sendTask.ts +72 -72
- package/minify.js +146 -146
- package/package.json +1 -1
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console/network/spicechannel.js +369 -369
- package/store/main/lib/interfaces.ts +9 -9
- package/store/tasks/actions.ts +133 -133
- package/store/tasks/getters.ts +25 -25
- package/store/tasks/lib/models/interfaces.ts +18 -18
- package/store/tasks/mutations.ts +58 -58
- package/store/tasks/state.ts +16 -16
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"addHosts": "添加节点",
|
|
38
38
|
"addIdentitySource": "添加身份源",
|
|
39
39
|
"addIdentitySourceAlert": "集成 Windows 身份验证将在 {version} 中弃用。 {version} 中继续提供对 IWA 的支持,并将在未来版本中逐步取消",
|
|
40
|
-
"addIdentitySourceAlert1": "您无法继续,因为
|
|
40
|
+
"addIdentitySourceAlert1": "您无法继续,因为 {productName} Single Sign-On 服务器当前未加入任何域。请转至 Active Directory 域页面将节点加入 Active Directory 域。",
|
|
41
41
|
"addIscAdapter": "添加 iSCSI 适配器",
|
|
42
42
|
"additionalDetails": "額外細節",
|
|
43
43
|
"additionalHardware": "附加硬件",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"assignFreePhysicalNetworkAdaptersToTheNewSwitch": "为新交换机分配空闲物理网络适配器。",
|
|
105
105
|
"assignLicense": "分配許可證",
|
|
106
106
|
"assignmentValidation": "分配驗證",
|
|
107
|
-
"assignmentValidationFor": "{0} 的分配验证",
|
|
108
107
|
"assignPhysicalNetworkAdaptersToTheSwitch": "为交换机分配物理网络适配器。",
|
|
109
108
|
"assignTag": "分配标签",
|
|
110
109
|
"atLeast": "至少",
|
|
@@ -859,8 +858,8 @@
|
|
|
859
858
|
"localVmfs": "本地 (VMFS)",
|
|
860
859
|
"location": "地点",
|
|
861
860
|
"lockdownMode": "锁定模式",
|
|
862
|
-
"lockdownNormal": "主机只能通过本地控制台或
|
|
863
|
-
"lockdownStrict": "该主机只能通过
|
|
861
|
+
"lockdownNormal": "主机只能通过本地控制台或 {productName} 服务器访问",
|
|
862
|
+
"lockdownStrict": "该主机只能通过 {productName} 访问。 直接控制台 UI 服务器已停止",
|
|
864
863
|
"locked": "封锁",
|
|
865
864
|
"lockGuestOperatingSystemLastRemoteUserDisconnects": "当最后一个远程用户断开连接时锁定客户操作系统",
|
|
866
865
|
"lockoutPolicy": "停工政策",
|
|
@@ -1433,7 +1432,7 @@
|
|
|
1433
1432
|
"september": "九月",
|
|
1434
1433
|
"serialNumber": "序列号",
|
|
1435
1434
|
"server": "服务器",
|
|
1436
|
-
"serverExtensions": "
|
|
1435
|
+
"serverExtensions": "{productName} 服务器扩展",
|
|
1437
1436
|
"serversToBeAdded": "待添加的服务器",
|
|
1438
1437
|
"serverUrl": "服务器地址",
|
|
1439
1438
|
"serviceName": "服务名称",
|
|
@@ -1725,7 +1724,7 @@
|
|
|
1725
1724
|
"vc": "风险投资公司",
|
|
1726
1725
|
"vCenterHome": "vCenter首页",
|
|
1727
1726
|
"vCenterServer": "虚拟中心服务器",
|
|
1728
|
-
"vCenterServers": "
|
|
1727
|
+
"vCenterServers": "{productName} 服务器",
|
|
1729
1728
|
"vendor": "供應商",
|
|
1730
1729
|
"vendorId": "供应商编号",
|
|
1731
1730
|
"vendorName": "供应商名称",
|
|
@@ -2119,10 +2118,10 @@
|
|
|
2119
2118
|
"usedBy": "使用者",
|
|
2120
2119
|
"destinationNetwork": "目的地网络",
|
|
2121
2120
|
"vm": "虚拟机",
|
|
2122
|
-
"savedVCenterServers": "已保存的
|
|
2123
|
-
"newVCenterServer": "新的
|
|
2121
|
+
"savedVCenterServers": "已保存的 {productName} 服务器",
|
|
2122
|
+
"newVCenterServer": "新的 {productName} 服务器",
|
|
2124
2123
|
"noSavedVCenterServerAddressesFound": "找不到已保存的 Sphere Zone 地址。",
|
|
2125
|
-
"vCenterServerAddress": "
|
|
2124
|
+
"vCenterServerAddress": "{productName} 服务器地址",
|
|
2126
2125
|
"saveVCenterServerAddress": "保存 Sphere Zone 地址",
|
|
2127
2126
|
"discard": "丢弃",
|
|
2128
2127
|
"ioControl": "IO控制",
|
|
@@ -2204,7 +2203,7 @@
|
|
|
2204
2203
|
"editIscsiAuthenticationDescription": "启动器使用这些设置对所有目标进行身份验证,除非特定目标设置另有复盖。 确保这些参数在存储端匹配。",
|
|
2205
2204
|
"clusterAutomationLevel": "集群自动化水平",
|
|
2206
2205
|
"noAutomationManualMode": "无自动化(手动模式)",
|
|
2207
|
-
"noAutomationManualModeDesc": "
|
|
2206
|
+
"noAutomationManualModeDesc": "{productName} Server 将为虚拟机存储提出迁移建议,但不会执行自动迁移。",
|
|
2208
2207
|
"fullyAutomatedDesc": "文件将自动迁移以优化资源使用。",
|
|
2209
2208
|
"datastoreClusterName": "数据存储集群名称",
|
|
2210
2209
|
"spaceBalanceAutomationLevel": "空间平衡自动化水平",
|
|
@@ -2337,6 +2336,5 @@
|
|
|
2337
2336
|
"weekShort": "周",
|
|
2338
2337
|
"monthShort": "月",
|
|
2339
2338
|
"yearShort": "年",
|
|
2340
|
-
"noNetworks": "没有网络"
|
|
2341
|
-
"licenseName": "许可证名称"
|
|
2339
|
+
"noNetworks": "没有网络"
|
|
2342
2340
|
}
|
|
@@ -1,267 +1,266 @@
|
|
|
1
|
-
/* _____BACKGROUND POSITION_____ */
|
|
2
|
-
.vx-icon-vmEdit {
|
|
3
|
-
background-position: 0 98.7324883256%;
|
|
4
|
-
}
|
|
5
|
-
.vx-icon-vmManageSnapshots {
|
|
6
|
-
background-position: 0 100%;
|
|
7
|
-
}
|
|
8
|
-
.vm-ui-icon-vmSuspend {
|
|
9
|
-
background-position: 0 8.7391594396%;
|
|
10
|
-
}
|
|
11
|
-
.vsphere-icon-vm-pending, // TODO найти нужный
|
|
12
|
-
.vsphere-icon-vm {
|
|
13
|
-
background-position: 0 63.242161441%;
|
|
14
|
-
}
|
|
15
|
-
.vsphere-icon-vm-suspended {
|
|
16
|
-
background-position: 0 94.9299533022%;
|
|
17
|
-
}
|
|
18
|
-
.vsphere-icon-vm-on {
|
|
19
|
-
background-position: 0 75.9172781855%;
|
|
20
|
-
}
|
|
21
|
-
.vsphere-icon-vm-error {
|
|
22
|
-
background-position: 0 70.8472%;
|
|
23
|
-
}
|
|
24
|
-
.vsphere-icon-vm-warning {
|
|
25
|
-
background-position: 0 97.465%;
|
|
26
|
-
}
|
|
27
|
-
.vsphere-icon-vm-template {
|
|
28
|
-
background-position: 0 96.1974649767%;
|
|
29
|
-
}
|
|
30
|
-
.vsphere-icon-vm-add {
|
|
31
|
-
background-position: 0 64.5096731154%;
|
|
32
|
-
}
|
|
33
|
-
.icon32-error {
|
|
34
|
-
background-position: 0 22.6817878586%;
|
|
35
|
-
}
|
|
36
|
-
.icon-toolbar-remove {
|
|
37
|
-
background-position: 0 23.949299533%;
|
|
38
|
-
}
|
|
39
|
-
.icon-remove {
|
|
40
|
-
background-position: 0 74.649766511%;
|
|
41
|
-
}
|
|
42
|
-
.vsphere-icon-vcenter {
|
|
43
|
-
background-position: 0 54.3695797198%;
|
|
44
|
-
}
|
|
45
|
-
.vsphere-icon-vm-templates-24x {
|
|
46
|
-
background-position: 0 96.1974649767%;
|
|
47
|
-
}
|
|
48
|
-
.icon-tags-custom-attributes {
|
|
49
|
-
background-position: 0 12.541694463%;
|
|
50
|
-
}
|
|
51
|
-
.vsphere-icon-user {
|
|
52
|
-
background-position: 0 37.891927952%;
|
|
53
|
-
}
|
|
54
|
-
.icon-tasks {
|
|
55
|
-
background-position: 0 17.6117411608%;
|
|
56
|
-
}
|
|
57
|
-
.icon-vm-customizationManager-32x {
|
|
58
|
-
background-position: 0 65.79%;
|
|
59
|
-
}
|
|
60
|
-
.icon-storage-profile-32x {
|
|
61
|
-
background-position: 0 2.6%;
|
|
62
|
-
}
|
|
63
|
-
.vsphere-icon-vapp {
|
|
64
|
-
background-position: 0 40.4269513009%;
|
|
65
|
-
}
|
|
66
|
-
.vsphere-icon-vapp-add {
|
|
67
|
-
background-position: 0 41.6944629753%;
|
|
68
|
-
}
|
|
69
|
-
.vsphere-icon-vapp-edit {
|
|
70
|
-
background-position: 0 42.9619746498%;
|
|
71
|
-
}
|
|
72
|
-
.vsphere-icon-vapp-managed {
|
|
73
|
-
background-position: 0 44.2294863242%;
|
|
74
|
-
}
|
|
75
|
-
.vsphere-icon-vapp-running {
|
|
76
|
-
background-position: 0 45.4969979987%;
|
|
77
|
-
}
|
|
78
|
-
.vsphere-icon-vapp-running {
|
|
79
|
-
background-position: 0 45.4969979987%;
|
|
80
|
-
}
|
|
81
|
-
.vsphere-icon-vapp-running-managed {
|
|
82
|
-
background-position: 0 46.7645096731%;
|
|
83
|
-
}
|
|
84
|
-
.vsphere-icon-vapp-suspended {
|
|
85
|
-
background-position: 0 48.0320213476%;
|
|
86
|
-
}
|
|
87
|
-
.vsphere-icon-vapp-suspended-managed {
|
|
88
|
-
background-position: 0 49.299533022%;
|
|
89
|
-
}
|
|
90
|
-
.vsphere-icon-vapp-template {
|
|
91
|
-
background-position: 0 50.5670446965%;
|
|
92
|
-
}
|
|
93
|
-
.vsphere-icon-virtual-port-group {
|
|
94
|
-
background-position: 0 55.6370913943%;
|
|
95
|
-
}
|
|
96
|
-
.icon-vSphere-dsVmDisk {
|
|
97
|
-
background-position: 0 67.0446964643%;
|
|
98
|
-
}
|
|
99
|
-
.vsphere-icon-snapshot-run {
|
|
100
|
-
background-position: 0 91%;
|
|
101
|
-
}
|
|
102
|
-
.icon-roll-back {
|
|
103
|
-
background-position: 0 26.4843228819%;
|
|
104
|
-
}
|
|
105
|
-
.vsphere-icon-tag-assign {
|
|
106
|
-
background-position: 0 15.0767178119%;
|
|
107
|
-
}
|
|
108
|
-
.vsphere-icon-tag-remove {
|
|
109
|
-
background-position: 0 16.3442294863%;
|
|
110
|
-
}
|
|
111
|
-
.vx-icon-removeIcon {
|
|
112
|
-
background-position: 0 74.649766511%;
|
|
113
|
-
}
|
|
114
|
-
.vsphere-icon-storage-system-refresh {
|
|
115
|
-
background-position: 0 3.8025350233%;
|
|
116
|
-
}
|
|
117
|
-
.vx-icon-temp {
|
|
118
|
-
background-position: 0 18.8792528352%;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
.icon-
|
|
124
|
-
.icon-
|
|
125
|
-
.vsphere-icon-
|
|
126
|
-
.vsphere-icon-vapp,
|
|
127
|
-
.vsphere-icon-vapp-
|
|
128
|
-
.vsphere-icon-vapp-
|
|
129
|
-
.vsphere-icon-vapp-
|
|
130
|
-
.vsphere-icon-vapp-running,
|
|
131
|
-
.vsphere-icon-vapp-
|
|
132
|
-
.vsphere-icon-vapp-suspended,
|
|
133
|
-
.vsphere-icon-vapp-
|
|
134
|
-
.vsphere-icon-
|
|
135
|
-
.vsphere-icon-tag-
|
|
136
|
-
.
|
|
137
|
-
.vx-icon-
|
|
138
|
-
.
|
|
139
|
-
.
|
|
140
|
-
.vsphere-icon-vm
|
|
141
|
-
.vsphere-icon-vm,
|
|
142
|
-
.vsphere-icon-vm-
|
|
143
|
-
.vsphere-icon-vm-
|
|
144
|
-
.vsphere-icon-vm-
|
|
145
|
-
.vsphere-icon-vm-
|
|
146
|
-
.vsphere-icon-vm-
|
|
147
|
-
.
|
|
148
|
-
.
|
|
149
|
-
.icon-
|
|
150
|
-
|
|
151
|
-
.vsphere-icon-
|
|
152
|
-
.
|
|
153
|
-
.icon-
|
|
154
|
-
.
|
|
155
|
-
.icon-
|
|
156
|
-
.icon-
|
|
157
|
-
.icon-
|
|
158
|
-
.
|
|
159
|
-
.vsphere-icon-
|
|
160
|
-
.
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
.active .icon-
|
|
168
|
-
.active .icon-
|
|
169
|
-
.active .vsphere-icon-
|
|
170
|
-
.active .vsphere-icon-vapp,
|
|
171
|
-
.active .vsphere-icon-vapp-
|
|
172
|
-
.active .vsphere-icon-vapp-
|
|
173
|
-
.active .vsphere-icon-vapp-
|
|
174
|
-
.active .vsphere-icon-vapp-running,
|
|
175
|
-
.active .vsphere-icon-vapp-
|
|
176
|
-
.active .vsphere-icon-vapp-suspended,
|
|
177
|
-
.active .vsphere-icon-vapp-
|
|
178
|
-
.active .vsphere-icon-
|
|
179
|
-
.active .vsphere-icon-tag-
|
|
180
|
-
.active .
|
|
181
|
-
.active .vx-icon-
|
|
182
|
-
.active .
|
|
183
|
-
.active .
|
|
184
|
-
.active .vsphere-icon-vm
|
|
185
|
-
.active .vsphere-icon-vm,
|
|
186
|
-
.active .vsphere-icon-vm-
|
|
187
|
-
.active .vsphere-icon-vm-
|
|
188
|
-
.active .vsphere-icon-vm-
|
|
189
|
-
.active .vsphere-icon-vm-
|
|
190
|
-
.active .vsphere-icon-vm-
|
|
191
|
-
.active .
|
|
192
|
-
.active .
|
|
193
|
-
.active .icon-
|
|
194
|
-
|
|
195
|
-
.active .
|
|
196
|
-
.active .icon-
|
|
197
|
-
.active .
|
|
198
|
-
.active .icon-
|
|
199
|
-
.active .icon-
|
|
200
|
-
.active .
|
|
201
|
-
.active .vsphere-icon-
|
|
202
|
-
.active .
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
width: 32px;
|
|
214
|
-
|
|
215
|
-
height: 32px;
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
width: 26px;
|
|
221
|
-
|
|
222
|
-
height: 26px;
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
.icon-
|
|
228
|
-
.icon-
|
|
229
|
-
.vsphere-icon-
|
|
230
|
-
.vsphere-icon-vapp,
|
|
231
|
-
.vsphere-icon-vapp-
|
|
232
|
-
.vsphere-icon-vapp-
|
|
233
|
-
.vsphere-icon-vapp-
|
|
234
|
-
.vsphere-icon-vapp-running,
|
|
235
|
-
.vsphere-icon-vapp-
|
|
236
|
-
.vsphere-icon-vapp-suspended,
|
|
237
|
-
.vsphere-icon-vapp-
|
|
238
|
-
.vsphere-icon-
|
|
239
|
-
.vsphere-icon-tag-
|
|
240
|
-
.
|
|
241
|
-
.vx-icon-
|
|
242
|
-
.
|
|
243
|
-
.
|
|
244
|
-
.vsphere-icon-vm
|
|
245
|
-
.vsphere-icon-vm,
|
|
246
|
-
.vsphere-icon-vm-
|
|
247
|
-
.vsphere-icon-vm-
|
|
248
|
-
.vsphere-icon-vm-
|
|
249
|
-
.vsphere-icon-vm-
|
|
250
|
-
.vsphere-icon-vm-
|
|
251
|
-
.
|
|
252
|
-
.icon-
|
|
253
|
-
.icon-
|
|
254
|
-
.
|
|
255
|
-
.icon-
|
|
256
|
-
.icon-
|
|
257
|
-
.
|
|
258
|
-
.
|
|
259
|
-
.vsphere-icon-
|
|
260
|
-
.
|
|
261
|
-
|
|
262
|
-
width: 18px;
|
|
263
|
-
|
|
264
|
-
height: 18px;
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
}
|
|
1
|
+
/* _____BACKGROUND POSITION_____ */
|
|
2
|
+
.vx-icon-vmEdit {
|
|
3
|
+
background-position: 0 98.7324883256%;
|
|
4
|
+
}
|
|
5
|
+
.vx-icon-vmManageSnapshots {
|
|
6
|
+
background-position: 0 100%;
|
|
7
|
+
}
|
|
8
|
+
.vm-ui-icon-vmSuspend {
|
|
9
|
+
background-position: 0 8.7391594396%;
|
|
10
|
+
}
|
|
11
|
+
.vsphere-icon-vm-pending, // TODO найти нужный
|
|
12
|
+
.vsphere-icon-vm {
|
|
13
|
+
background-position: 0 63.242161441%;
|
|
14
|
+
}
|
|
15
|
+
.vsphere-icon-vm-suspended {
|
|
16
|
+
background-position: 0 94.9299533022%;
|
|
17
|
+
}
|
|
18
|
+
.vsphere-icon-vm-on {
|
|
19
|
+
background-position: 0 75.9172781855%;
|
|
20
|
+
}
|
|
21
|
+
.vsphere-icon-vm-error {
|
|
22
|
+
background-position: 0 70.8472%;
|
|
23
|
+
}
|
|
24
|
+
.vsphere-icon-vm-warning {
|
|
25
|
+
background-position: 0 97.465%;
|
|
26
|
+
}
|
|
27
|
+
.vsphere-icon-vm-template {
|
|
28
|
+
background-position: 0 96.1974649767%;
|
|
29
|
+
}
|
|
30
|
+
.vsphere-icon-vm-add {
|
|
31
|
+
background-position: 0 64.5096731154%;
|
|
32
|
+
}
|
|
33
|
+
.icon32-error {
|
|
34
|
+
background-position: 0 22.6817878586%;
|
|
35
|
+
}
|
|
36
|
+
.icon-toolbar-remove {
|
|
37
|
+
background-position: 0 23.949299533%;
|
|
38
|
+
}
|
|
39
|
+
.icon-remove {
|
|
40
|
+
background-position: 0 74.649766511%;
|
|
41
|
+
}
|
|
42
|
+
.vsphere-icon-vcenter {
|
|
43
|
+
//background-position: 0 54.3695797198%;
|
|
44
|
+
}
|
|
45
|
+
.vsphere-icon-vm-templates-24x {
|
|
46
|
+
background-position: 0 96.1974649767%;
|
|
47
|
+
}
|
|
48
|
+
.icon-tags-custom-attributes {
|
|
49
|
+
background-position: 0 12.541694463%;
|
|
50
|
+
}
|
|
51
|
+
.vsphere-icon-user {
|
|
52
|
+
background-position: 0 37.891927952%;
|
|
53
|
+
}
|
|
54
|
+
.icon-tasks {
|
|
55
|
+
background-position: 0 17.6117411608%;
|
|
56
|
+
}
|
|
57
|
+
.icon-vm-customizationManager-32x {
|
|
58
|
+
background-position: 0 65.79%;
|
|
59
|
+
}
|
|
60
|
+
.icon-storage-profile-32x {
|
|
61
|
+
background-position: 0 2.6%;
|
|
62
|
+
}
|
|
63
|
+
.vsphere-icon-vapp {
|
|
64
|
+
background-position: 0 40.4269513009%;
|
|
65
|
+
}
|
|
66
|
+
.vsphere-icon-vapp-add {
|
|
67
|
+
background-position: 0 41.6944629753%;
|
|
68
|
+
}
|
|
69
|
+
.vsphere-icon-vapp-edit {
|
|
70
|
+
background-position: 0 42.9619746498%;
|
|
71
|
+
}
|
|
72
|
+
.vsphere-icon-vapp-managed {
|
|
73
|
+
background-position: 0 44.2294863242%;
|
|
74
|
+
}
|
|
75
|
+
.vsphere-icon-vapp-running {
|
|
76
|
+
background-position: 0 45.4969979987%;
|
|
77
|
+
}
|
|
78
|
+
.vsphere-icon-vapp-running {
|
|
79
|
+
background-position: 0 45.4969979987%;
|
|
80
|
+
}
|
|
81
|
+
.vsphere-icon-vapp-running-managed {
|
|
82
|
+
background-position: 0 46.7645096731%;
|
|
83
|
+
}
|
|
84
|
+
.vsphere-icon-vapp-suspended {
|
|
85
|
+
background-position: 0 48.0320213476%;
|
|
86
|
+
}
|
|
87
|
+
.vsphere-icon-vapp-suspended-managed {
|
|
88
|
+
background-position: 0 49.299533022%;
|
|
89
|
+
}
|
|
90
|
+
.vsphere-icon-vapp-template {
|
|
91
|
+
background-position: 0 50.5670446965%;
|
|
92
|
+
}
|
|
93
|
+
.vsphere-icon-virtual-port-group {
|
|
94
|
+
background-position: 0 55.6370913943%;
|
|
95
|
+
}
|
|
96
|
+
.icon-vSphere-dsVmDisk {
|
|
97
|
+
background-position: 0 67.0446964643%;
|
|
98
|
+
}
|
|
99
|
+
.vsphere-icon-snapshot-run {
|
|
100
|
+
background-position: 0 91%;
|
|
101
|
+
}
|
|
102
|
+
.icon-roll-back {
|
|
103
|
+
background-position: 0 26.4843228819%;
|
|
104
|
+
}
|
|
105
|
+
.vsphere-icon-tag-assign {
|
|
106
|
+
background-position: 0 15.0767178119%;
|
|
107
|
+
}
|
|
108
|
+
.vsphere-icon-tag-remove {
|
|
109
|
+
background-position: 0 16.3442294863%;
|
|
110
|
+
}
|
|
111
|
+
.vx-icon-removeIcon {
|
|
112
|
+
background-position: 0 74.649766511%;
|
|
113
|
+
}
|
|
114
|
+
.vsphere-icon-storage-system-refresh {
|
|
115
|
+
background-position: 0 3.8025350233%;
|
|
116
|
+
}
|
|
117
|
+
.vx-icon-temp {
|
|
118
|
+
background-position: 0 18.8792528352%;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* _____BACKGROUND IMAGE_____ */
|
|
122
|
+
.icon-roll-back,
|
|
123
|
+
.icon-vSphere-dsVmDisk,
|
|
124
|
+
.vsphere-icon-virtual-port-group,
|
|
125
|
+
.vsphere-icon-vapp,
|
|
126
|
+
.vsphere-icon-vapp-add,
|
|
127
|
+
.vsphere-icon-vapp-edit,
|
|
128
|
+
.vsphere-icon-vapp-managed,
|
|
129
|
+
.vsphere-icon-vapp-running,
|
|
130
|
+
.vsphere-icon-vapp-running-managed,
|
|
131
|
+
.vsphere-icon-vapp-suspended,
|
|
132
|
+
.vsphere-icon-vapp-suspended-managed,
|
|
133
|
+
.vsphere-icon-vapp-template,
|
|
134
|
+
.vsphere-icon-tag-assign,
|
|
135
|
+
.vsphere-icon-tag-remove,
|
|
136
|
+
.vx-icon-vmEdit,
|
|
137
|
+
.vx-icon-vmManageSnapshots,
|
|
138
|
+
.vm-ui-icon-vmSuspend,
|
|
139
|
+
.vsphere-icon-vm-pending,
|
|
140
|
+
.vsphere-icon-vm,
|
|
141
|
+
.vsphere-icon-vm-suspended,
|
|
142
|
+
.vsphere-icon-vm-on,
|
|
143
|
+
.vsphere-icon-vm-error,
|
|
144
|
+
.vsphere-icon-vm-warning,
|
|
145
|
+
.vsphere-icon-vm-template,
|
|
146
|
+
.vsphere-icon-vm-add,
|
|
147
|
+
.icon32-error,
|
|
148
|
+
.icon-toolbar-remove,
|
|
149
|
+
.icon-remove,
|
|
150
|
+
//.vsphere-icon-vcenter,
|
|
151
|
+
.vsphere-icon-vm-templates-24x,
|
|
152
|
+
.icon-tags-custom-attributes,
|
|
153
|
+
.vsphere-icon-user,
|
|
154
|
+
.icon-vm-customizationManager-32x,
|
|
155
|
+
.icon-storage-profile-32x,
|
|
156
|
+
.icon-tasks,
|
|
157
|
+
.vx-icon-removeIcon,
|
|
158
|
+
.vsphere-icon-storage-system-refresh,
|
|
159
|
+
.vsphere-icon-snapshot-run,
|
|
160
|
+
.vx-icon-temp {
|
|
161
|
+
background-image: url('assets/img/icons/icons-sprite-light-4.svg');
|
|
162
|
+
html.dark-theme & {
|
|
163
|
+
background-image: url('assets/img/icons/icons-sprite-dark-4.svg');
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
.active .icon-roll-back,
|
|
167
|
+
.active .icon-vSphere-dsVmDisk,
|
|
168
|
+
.active .vsphere-icon-virtual-port-group,
|
|
169
|
+
.active .vsphere-icon-vapp,
|
|
170
|
+
.active .vsphere-icon-vapp-add,
|
|
171
|
+
.active .vsphere-icon-vapp-edit,
|
|
172
|
+
.active .vsphere-icon-vapp-managed,
|
|
173
|
+
.active .vsphere-icon-vapp-running,
|
|
174
|
+
.active .vsphere-icon-vapp-running-managed,
|
|
175
|
+
.active .vsphere-icon-vapp-suspended,
|
|
176
|
+
.active .vsphere-icon-vapp-suspended-managed,
|
|
177
|
+
.active .vsphere-icon-vapp-template,
|
|
178
|
+
.active .vsphere-icon-tag-assign,
|
|
179
|
+
.active .vsphere-icon-tag-remove,
|
|
180
|
+
.active .vx-icon-vmEdit,
|
|
181
|
+
.active .vx-icon-vmManageSnapshots,
|
|
182
|
+
.active .vm-ui-icon-vmSuspend,
|
|
183
|
+
.active .vsphere-icon-vm-pending,
|
|
184
|
+
.active .vsphere-icon-vm,
|
|
185
|
+
.active .vsphere-icon-vm-suspended,
|
|
186
|
+
.active .vsphere-icon-vm-on,
|
|
187
|
+
.active .vsphere-icon-vm-error,
|
|
188
|
+
.active .vsphere-icon-vm-warning,
|
|
189
|
+
.active .vsphere-icon-vm-template,
|
|
190
|
+
.active .vsphere-icon-vm-add,
|
|
191
|
+
.active .icon32-error,
|
|
192
|
+
.active .icon-toolbar-remove,
|
|
193
|
+
.active .icon-remove,
|
|
194
|
+
//.active .vsphere-icon-vcenter,
|
|
195
|
+
.active .icon-tags-custom-attributes,
|
|
196
|
+
.active .vsphere-icon-user,
|
|
197
|
+
.active .icon-vm-customizationManager-32x .active .icon-tasks,
|
|
198
|
+
.active .icon-tasks,
|
|
199
|
+
.active .vx-icon-removeIcon,
|
|
200
|
+
.active .vsphere-icon-storage-system-refresh,
|
|
201
|
+
.active .vsphere-icon-snapshot-run,
|
|
202
|
+
.active .vx-icon-temp {
|
|
203
|
+
background-image: url('assets/img/icons/icons-sprite-dark-4.svg');
|
|
204
|
+
|
|
205
|
+
html.dark-theme & {
|
|
206
|
+
background-image: url('assets/img/icons/icons-sprite-light-4.svg');
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/* _____ICONS COMMON STYLES_____ */
|
|
211
|
+
.icon32-error {
|
|
212
|
+
width: 32px;
|
|
213
|
+
min-width: 32px;
|
|
214
|
+
height: 32px;
|
|
215
|
+
min-height: 32px;
|
|
216
|
+
background-size: 100% auto;
|
|
217
|
+
}
|
|
218
|
+
.vsphere-icon-vm-templates-24x {
|
|
219
|
+
width: 26px;
|
|
220
|
+
min-width: 26px;
|
|
221
|
+
height: 26px;
|
|
222
|
+
min-height: 26px;
|
|
223
|
+
background-size: 100% auto;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.icon-roll-back,
|
|
227
|
+
.icon-vSphere-dsVmDisk,
|
|
228
|
+
.vsphere-icon-virtual-port-group,
|
|
229
|
+
.vsphere-icon-vapp,
|
|
230
|
+
.vsphere-icon-vapp-add,
|
|
231
|
+
.vsphere-icon-vapp-edit,
|
|
232
|
+
.vsphere-icon-vapp-managed,
|
|
233
|
+
.vsphere-icon-vapp-running,
|
|
234
|
+
.vsphere-icon-vapp-running-managed,
|
|
235
|
+
.vsphere-icon-vapp-suspended,
|
|
236
|
+
.vsphere-icon-vapp-suspended-managed,
|
|
237
|
+
.vsphere-icon-vapp-template,
|
|
238
|
+
.vsphere-icon-tag-assign,
|
|
239
|
+
.vsphere-icon-tag-remove,
|
|
240
|
+
.vx-icon-vmEdit,
|
|
241
|
+
.vx-icon-vmManageSnapshots,
|
|
242
|
+
.vm-ui-icon-vmSuspend,
|
|
243
|
+
.vsphere-icon-vm-pending,
|
|
244
|
+
.vsphere-icon-vm,
|
|
245
|
+
.vsphere-icon-vm-suspended,
|
|
246
|
+
.vsphere-icon-vm-on,
|
|
247
|
+
.vsphere-icon-vm-error,
|
|
248
|
+
.vsphere-icon-vm-warning,
|
|
249
|
+
.vsphere-icon-vm-template,
|
|
250
|
+
.vsphere-icon-vm-add,
|
|
251
|
+
.icon-toolbar-remove,
|
|
252
|
+
.icon-remove,
|
|
253
|
+
.vsphere-icon-vcenter,
|
|
254
|
+
.icon-tags-custom-attributes,
|
|
255
|
+
.icon-tasks,
|
|
256
|
+
.vsphere-icon-user,
|
|
257
|
+
.vx-icon-removeIcon,
|
|
258
|
+
.vsphere-icon-storage-system-refresh,
|
|
259
|
+
.vsphere-icon-snapshot-run,
|
|
260
|
+
.vx-icon-temp {
|
|
261
|
+
width: 18px;
|
|
262
|
+
min-width: 18px;
|
|
263
|
+
height: 18px;
|
|
264
|
+
min-height: 18px;
|
|
265
|
+
background-size: 100% auto;
|
|
266
|
+
}
|