bfg-common 1.5.183 → 1.5.184
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/img/icons/icons-sprite-dark-3.svg +227 -227
- package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
- package/assets/img/icons/icons-sprite-light-3.svg +227 -227
- package/assets/img/icons/icons-sprite-light-5.svg +488 -488
- package/assets/localization/local_be.json +5 -0
- package/assets/localization/local_en.json +5 -0
- package/assets/localization/local_hy.json +5 -0
- package/assets/localization/local_kk.json +5 -0
- package/assets/localization/local_ru.json +6 -1
- package/assets/localization/local_zh.json +5 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +1040 -1040
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +16 -71
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue +0 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/TooltipNew.vue +10 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +4 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +5 -0
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/ToolsOld.vue +12 -9
- package/components/common/vm/actions/common/lib/config/capabilities.ts +6 -0
- package/package.json +1 -1
|
@@ -211,74 +211,15 @@ const themeMode = useLocalStorage('themeMode')
|
|
|
211
211
|
margin-top: 12px;
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
//
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
// .ui-arrow-icon {
|
|
224
|
-
// color: #e9eaec;
|
|
225
|
-
// }
|
|
226
|
-
// }
|
|
227
|
-
// :deep(.stack-block-expanded > .stack-block-label .combobox-input) {
|
|
228
|
-
// color: #e9eaec;
|
|
229
|
-
// }
|
|
230
|
-
// :deep(.stack-block-expanded > .stack-block-label .ui-selected-text) {
|
|
231
|
-
// color: #e9eaec;
|
|
232
|
-
// }
|
|
233
|
-
//
|
|
234
|
-
// :deep(.stack-block-label .ui-main-input) {
|
|
235
|
-
// background-color: #ffffff;
|
|
236
|
-
// }
|
|
237
|
-
// :deep(.stack-block-expanded > .stack-block-label .ui-main-input) {
|
|
238
|
-
// background-color: #1b2a371f;
|
|
239
|
-
// border-color: #e9ebed3d;
|
|
240
|
-
// color: #e9eaec;
|
|
241
|
-
// }
|
|
242
|
-
//}
|
|
243
|
-
//
|
|
244
|
-
//.dark-theme {
|
|
245
|
-
// :deep(.stack-block-label .ui-main-select-toggle) {
|
|
246
|
-
// background-color: #1b2a371f;
|
|
247
|
-
// }
|
|
248
|
-
// :deep(.stack-block-expanded > .stack-block-label .ui-main-select-toggle) {
|
|
249
|
-
// background-color: #ffffff;
|
|
250
|
-
// border-color: #d3d6da;
|
|
251
|
-
//
|
|
252
|
-
// .ui-arrow-icon {
|
|
253
|
-
// color: #182531;
|
|
254
|
-
// }
|
|
255
|
-
// }
|
|
256
|
-
// :deep(.stack-block-expanded > .stack-block-label .combobox-input) {
|
|
257
|
-
// color: #182531;
|
|
258
|
-
// }
|
|
259
|
-
// :deep(.stack-block-expanded > .stack-block-label .ui-selected-text) {
|
|
260
|
-
// color: #182531;
|
|
261
|
-
// }
|
|
262
|
-
//
|
|
263
|
-
// :deep(.stack-block-label .ui-main-input) {
|
|
264
|
-
// background-color: #1b2a371f;
|
|
265
|
-
// }
|
|
266
|
-
// :deep(.stack-block-expanded > .stack-block-label .ui-main-input) {
|
|
267
|
-
// background-color: #ffffff;
|
|
268
|
-
// border-color: #d3d6da;
|
|
269
|
-
// color: #182531;
|
|
270
|
-
// }
|
|
271
|
-
// :deep(.ui-select-toggle-button:disabled) {
|
|
272
|
-
// background-color: linear-gradient(
|
|
273
|
-
// 0deg,
|
|
274
|
-
// rgba(189, 195, 199, 0.08) 0%,
|
|
275
|
-
// rgba(189, 195, 199, 0.08) 100%
|
|
276
|
-
// ),
|
|
277
|
-
// rgba(27, 42, 55, 0.12);
|
|
278
|
-
// border-color: #D3D6DA14;
|
|
279
|
-
// color: #BDC3C770;
|
|
280
|
-
// }
|
|
281
|
-
//}
|
|
214
|
+
|
|
215
|
+
:deep(.stack-block .stack-block-label .stack-view-key) {
|
|
216
|
+
//flex: 0 0 280px;
|
|
217
|
+
max-width: 280px;
|
|
218
|
+
margin-right: 12px;
|
|
219
|
+
}
|
|
220
|
+
:deep(.stack-block .stack-block-label .stack-block-content) {
|
|
221
|
+
width: unset;
|
|
222
|
+
}
|
|
282
223
|
</style>
|
|
283
224
|
<style lang="scss">
|
|
284
225
|
.light-theme {
|
|
@@ -287,12 +228,16 @@ const themeMode = useLocalStorage('themeMode')
|
|
|
287
228
|
}
|
|
288
229
|
.stack-block-expanded > .stack-block-label .ui-main-select-toggle {
|
|
289
230
|
background-color: #1b2a371f;
|
|
290
|
-
border-color: #e9ebed3d;
|
|
291
231
|
|
|
292
|
-
.
|
|
293
|
-
color: #
|
|
232
|
+
&:not(.open) {
|
|
233
|
+
border-color: #e9ebed3d;
|
|
234
|
+
|
|
235
|
+
.ui-arrow-icon {
|
|
236
|
+
color: #e9eaec;
|
|
237
|
+
}
|
|
294
238
|
}
|
|
295
239
|
}
|
|
240
|
+
|
|
296
241
|
.stack-block-expanded > .stack-block-label .combobox-input {
|
|
297
242
|
color: #e9eaec;
|
|
298
243
|
}
|
package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue
CHANGED
|
@@ -477,13 +477,4 @@ const onAddDevice = (data: number): void => {
|
|
|
477
477
|
padding-bottom: 12px;
|
|
478
478
|
background-color: var(--vm-wizard-block-view-bg-color);
|
|
479
479
|
}
|
|
480
|
-
|
|
481
|
-
:deep(.stack-block .stack-block-label .stack-view-key) {
|
|
482
|
-
//flex: 0 0 280px;
|
|
483
|
-
max-width: 280px;
|
|
484
|
-
margin-right: 12px;
|
|
485
|
-
}
|
|
486
|
-
:deep(.stack-block .stack-block-label .stack-block-content) {
|
|
487
|
-
width: unset;
|
|
488
|
-
}
|
|
489
480
|
</style>
|
|
@@ -77,10 +77,10 @@ const isShowCpuHelp = ref<boolean>(false)
|
|
|
77
77
|
|
|
78
78
|
<style>
|
|
79
79
|
:root {
|
|
80
|
-
--cpu-help-icon-color: #4d5d69;
|
|
80
|
+
--cpu-help-icon-hover-color: #4d5d69;
|
|
81
81
|
}
|
|
82
82
|
:root.dark-theme {
|
|
83
|
-
--cpu-help-icon-color: #e9eaec;
|
|
83
|
+
--cpu-help-icon-hover-color: #e9eaec;
|
|
84
84
|
}
|
|
85
85
|
</style>
|
|
86
86
|
<style lang="scss" scoped>
|
|
@@ -88,7 +88,7 @@ const isShowCpuHelp = ref<boolean>(false)
|
|
|
88
88
|
color: #9da6ad; // for light and dark
|
|
89
89
|
|
|
90
90
|
&:hover {
|
|
91
|
-
color: var(--cpu-help-icon-color);
|
|
91
|
+
color: var(--cpu-help-icon-hover-color);
|
|
92
92
|
}
|
|
93
93
|
&.active {
|
|
94
94
|
color: #008fd6;
|
|
@@ -128,3 +128,10 @@ const isShowCpuHelp = ref<boolean>(false)
|
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
</style>
|
|
131
|
+
<style lang="scss">
|
|
132
|
+
.light-theme {
|
|
133
|
+
.stack-block-expanded {
|
|
134
|
+
--cpu-help-icon-hover-color: #e9eaec;
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
</style>
|
|
@@ -94,9 +94,12 @@ const emits = defineEmits<{
|
|
|
94
94
|
|
|
95
95
|
<style scoped lang="scss">
|
|
96
96
|
.vm-options {
|
|
97
|
+
height: calc(100% - 20px);
|
|
97
98
|
display: flex;
|
|
98
99
|
flex-direction: column;
|
|
99
100
|
gap: 12px;
|
|
100
|
-
|
|
101
|
+
margin-top: 20px;
|
|
102
|
+
padding: 0 32px 12px;
|
|
103
|
+
overflow: auto;
|
|
101
104
|
}
|
|
102
105
|
</style>
|
|
@@ -131,6 +131,11 @@ const localization = computed<UI_I_Localization>(() => useLocal())
|
|
|
131
131
|
gap: 4px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
+
.vsphere-icon-vm {
|
|
135
|
+
width: 20px;
|
|
136
|
+
height: 20px;
|
|
137
|
+
}
|
|
138
|
+
|
|
134
139
|
:deep(.guest-os-family-select .ui-main-select-toggle),
|
|
135
140
|
:deep(.guest-machine-type-select .ui-main-select-toggle) {
|
|
136
141
|
width: 108px;
|
|
@@ -16,15 +16,18 @@
|
|
|
16
16
|
{{ localization.common.toolsEnable }}
|
|
17
17
|
</template>
|
|
18
18
|
<template #stackBlockContent>
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
19
|
+
<div :title="localization.common.inDevelopment" class="cursor-not-allowed">
|
|
20
|
+
<input
|
|
21
|
+
id="tools-2"
|
|
22
|
+
v-model="tools"
|
|
23
|
+
disabled
|
|
24
|
+
data-id="tools-2-checkbox"
|
|
25
|
+
type="checkbox"
|
|
26
|
+
/>
|
|
27
|
+
<label for="tools-2" class="label-text-normal cursor-not-allowed" >{{
|
|
28
|
+
localization.common.enable
|
|
29
|
+
}}</label>
|
|
30
|
+
</div>
|
|
28
31
|
</template>
|
|
29
32
|
</atoms-stack-block>
|
|
30
33
|
</template>
|
|
@@ -357,6 +357,12 @@ setTimeout(() => {
|
|
|
357
357
|
capabilities.value.compatibility[0].text = newValue.common.compatibilityItem1
|
|
358
358
|
capabilities.value.compatibility[1].text = newValue.common.compatibilityItem2
|
|
359
359
|
capabilities.value.compatibility[2].text = newValue.common.compatibilityItem3
|
|
360
|
+
capabilities.value.guestOsFamilies[2].text = newValue.common.other
|
|
361
|
+
capabilities.value.guestOsVersions.linux[19].text = newValue.common.guestOsVersionsItem1
|
|
362
|
+
capabilities.value.guestOsVersions.linux[20].text = newValue.common.guestOsVersionsItem2
|
|
363
|
+
capabilities.value.guestOsVersions.other[4].text = newValue.common.guestOsVersionsItem3
|
|
364
|
+
capabilities.value.guestOsVersions.other[5].text = newValue.common.guestOsVersionsItem4
|
|
365
|
+
|
|
360
366
|
},
|
|
361
367
|
{ deep: true }
|
|
362
368
|
)
|