bfg-common 1.2.200 → 1.2.201
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 +1 -3
- package/assets/localization/local_en.json +1 -3
- package/assets/localization/local_hy.json +1 -3
- package/assets/localization/local_kk.json +1 -3
- package/assets/localization/local_ru.json +1 -3
- package/assets/localization/local_zh.json +1 -3
- package/assets/scss/common/icons/icons-2.scss +222 -222
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/atoms/wizard/Wizard.vue +1 -0
- package/components/atoms/wizard/utils/utils.ts +486 -538
- package/components/common/BadBrowser.vue +114 -114
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
- package/components/common/feedback/Feedback.vue +261 -261
- package/components/common/feedback/VisitPortal.vue +53 -53
- package/components/common/help/navbar/left/utils/constructAccordion.ts +27 -27
- package/components/common/recursionTree/RecursionTree.vue +201 -201
- package/components/common/vm/actions/add/Add.vue +568 -687
- package/components/common/vm/actions/add/utils.ts +238 -118
- package/components/common/vm/actions/addOld/Add.vue +690 -0
- package/components/common/vm/actions/addOld/FolderTreeView.vue +83 -0
- package/components/common/vm/actions/addOld/utils.ts +118 -0
- package/components/common/vm/actions/clone/Clone.vue +545 -545
- package/components/common/vm/actions/clone/select/options/Options.vue +65 -65
- package/components/common/vm/actions/clone/utils.ts +43 -43
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +9 -6
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareOld.vue +267 -0
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +109 -109
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +234 -234
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +316 -316
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/config/memoryOptions.ts +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +235 -235
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +197 -197
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +51 -51
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +253 -253
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +55 -55
- package/components/common/vm/actions/common/select/name/Name.vue +10 -5
- package/components/common/vm/actions/common/select/name/NameOld.vue +215 -0
- package/components/common/vm/actions/common/select/storage/Storage.vue +6 -4
- package/components/common/vm/actions/common/select/storage/StorageOld.vue +194 -0
- package/components/common/vm/actions/common/select/storage/config/config.ts +154 -154
- package/components/common/vm/utils/powerActions.ts +55 -55
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
- package/components/layout/theHeader/utils/localization.ts +32 -32
- package/composables/useLocal.ts +38 -38
- package/minify.js +146 -146
- package/models/interfaces.ts +49 -49
- package/models/store/interfaces.ts +37 -37
- package/models/store/storage/interfaces.ts +32 -32
- package/models/store/types.ts +43 -43
- package/modules/fixContentBuild/utils/methods.ts +114 -114
- 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/utils/contentBuild.ts +34 -34
- package/utils/sendTask.ts +77 -77
|
@@ -2146,7 +2146,5 @@
|
|
|
2146
2146
|
"removeNetworkPortBindingDesc": "Выдаліць прывязку сеткавага порта {adapter}",
|
|
2147
2147
|
"detailsFor": "Падрабязная інфармацыя аб {adapter}",
|
|
2148
2148
|
"close": "Блізка",
|
|
2149
|
-
"physicalAdapter": "Фізічны адаптар"
|
|
2150
|
-
"addSoftwareIscsiAdapter": "Дадайце праграмны адаптар iSCSI",
|
|
2151
|
-
"addSoftwareIscsiAdapterDesc": "У спіс будзе дададзены новы праграмны адаптар iSCSI. Пасля таго, як ён быў дададзены, абярыце адаптар і скарыстайцеся раздзелам Падрабязнасці адаптара, каб завяршыць канфігурацыю."
|
|
2149
|
+
"physicalAdapter": "Фізічны адаптар"
|
|
2152
2150
|
}
|
|
@@ -2149,7 +2149,5 @@
|
|
|
2149
2149
|
"removeNetworkPortBindingDesc": "Remove network port binding {adapter}",
|
|
2150
2150
|
"detailsFor": "Details for {adapter}",
|
|
2151
2151
|
"close": "Close",
|
|
2152
|
-
"physicalAdapter": "Physical Adapter"
|
|
2153
|
-
"addSoftwareIscsiAdapter": "Add Software iSCSI adapter",
|
|
2154
|
-
"addSoftwareIscsiAdapterDesc": "A new software iSCSI adapter will be added to the list. After it has been added, select the adapter and use the Adapter Details section to complete the configuration."
|
|
2152
|
+
"physicalAdapter": "Physical Adapter"
|
|
2155
2153
|
}
|
|
@@ -2149,7 +2149,5 @@
|
|
|
2149
2149
|
"removeNetworkPortBindingDesc": "Հեռացնել ցանցի միացքի կապը {adapter}",
|
|
2150
2150
|
"detailsFor": "Մանրամասներ {adapter}-ի համար",
|
|
2151
2151
|
"close": "փակել",
|
|
2152
|
-
"physicalAdapter": "Ֆիզիկական ադապտեր"
|
|
2153
|
-
"addSoftwareIscsiAdapter": "Ավելացնել Ծրագրային ապահովման iSCSI ադապտեր",
|
|
2154
|
-
"addSoftwareIscsiAdapterDesc": "Նոր ծրագրային iSCSI ադապտեր կավելացվի ցանկին:Այն ավելացվելուց հետո ընտրեք ադապտեր և օգտագործեք «Ադապտերի մանրամասներ» բաժինը՝ կազմաձևումն ավարտելու համար:"
|
|
2152
|
+
"physicalAdapter": "Ֆիզիկական ադապտեր"
|
|
2155
2153
|
}
|
|
@@ -2149,7 +2149,5 @@
|
|
|
2149
2149
|
"removeNetworkPortBindingDesc": "Желі портының байланысын жою {adapter}",
|
|
2150
2150
|
"detailsFor": "{adapter} мәліметтері",
|
|
2151
2151
|
"close": "Жабық",
|
|
2152
|
-
"physicalAdapter": "Физикалық адаптер"
|
|
2153
|
-
"addSoftwareIscsiAdapter": "Бағдарламалық құрал iSCSI адаптерін қосыңыз",
|
|
2154
|
-
"addSoftwareIscsiAdapterDesc": "Тізімге жаңа бағдарламалық құрал iSCSI адаптері қосылады.Ол қосылғаннан кейін адаптерді таңдап, конфигурацияны аяқтау үшін Адаптер мәліметтері бөлімін пайдаланыңыз."
|
|
2152
|
+
"physicalAdapter": "Физикалық адаптер"
|
|
2155
2153
|
}
|
|
@@ -2149,7 +2149,5 @@
|
|
|
2149
2149
|
"removeNetworkPortBindingDesc": "Удалить привязку сетевого порта {adapter}",
|
|
2150
2150
|
"detailsFor": "Подробности о {adapter}",
|
|
2151
2151
|
"close": "Закрывать",
|
|
2152
|
-
"physicalAdapter": "Физический адаптер"
|
|
2153
|
-
"addSoftwareIscsiAdapter": "Добавить программный адаптер iSCSI",
|
|
2154
|
-
"addSoftwareIscsiAdapterDesc": "В список будет добавлен новый программный адаптер iSCSI. После добавления выберите адаптер и используйте раздел «Сведения об адаптере» для завершения настройки."
|
|
2152
|
+
"physicalAdapter": "Физический адаптер"
|
|
2155
2153
|
}
|
|
@@ -2149,7 +2149,5 @@
|
|
|
2149
2149
|
"removeNetworkPortBindingDesc": "删除网络端口绑定{adapter}",
|
|
2150
2150
|
"detailsFor": "{适配器}的详细信息",
|
|
2151
2151
|
"close": "关闭",
|
|
2152
|
-
"physicalAdapter": "物理适配器"
|
|
2153
|
-
"addSoftwareIscsiAdapter": "添加软件 iSCSI 适配器",
|
|
2154
|
-
"addSoftwareIscsiAdapterDesc": "新的软件 iSCSI 适配器将添加到列表中。添加后,选择适配器并使用适配器详细信息部分完成配置。"
|
|
2152
|
+
"physicalAdapter": "物理适配器"
|
|
2155
2153
|
}
|
|
@@ -1,222 +1,222 @@
|
|
|
1
|
-
/* _____BACKGROUND POSITION_____ */
|
|
2
|
-
.host-ui-icon-shutdown {
|
|
3
|
-
background-position: 0 62.0253164557%;
|
|
4
|
-
}
|
|
5
|
-
.host-ui-icon-standby {
|
|
6
|
-
background-position: 0 73.417721519%;
|
|
7
|
-
}
|
|
8
|
-
.host-ui-icon-poweron {
|
|
9
|
-
background-position: 0 70.8860759494%;
|
|
10
|
-
}
|
|
11
|
-
.vsphere-icon-folder-add {
|
|
12
|
-
background-position: 0 46.835443038%;
|
|
13
|
-
}
|
|
14
|
-
.vsphere-icon-folder {
|
|
15
|
-
background-position: 0 45.5696202532%;
|
|
16
|
-
}
|
|
17
|
-
.icon-disk {
|
|
18
|
-
background-position: 0 6.3291139241%;
|
|
19
|
-
}
|
|
20
|
-
.icon-drag-handle {
|
|
21
|
-
background-position: 0 10.1265822785%;
|
|
22
|
-
}
|
|
23
|
-
.icon-memory-summary {
|
|
24
|
-
background-position: 0 100%;
|
|
25
|
-
}
|
|
26
|
-
.icon-datastore-24x,
|
|
27
|
-
.icon-storage-summary,
|
|
28
|
-
.vsphere-icon-datastore {
|
|
29
|
-
background-position: 0 0;
|
|
30
|
-
}
|
|
31
|
-
.vsphere-icon-datastore-warning {
|
|
32
|
-
background-position: 0 1.2658227848%;
|
|
33
|
-
}
|
|
34
|
-
.vsphere-icon-host {
|
|
35
|
-
background-position: 0 54.4303797469%;
|
|
36
|
-
}
|
|
37
|
-
.vsphere-icon-host-disconnected,
|
|
38
|
-
.vsphere-icon-host-not-responding,
|
|
39
|
-
.vsphere-icon-host-error {
|
|
40
|
-
background-position: 0 58.2278%;
|
|
41
|
-
}
|
|
42
|
-
.vsphere-icon-host-warning {
|
|
43
|
-
background-position: 0 63.2911%;
|
|
44
|
-
}
|
|
45
|
-
.vsphere-icon-host-maintenance {
|
|
46
|
-
background-position: 0 60.7594936709%;
|
|
47
|
-
}
|
|
48
|
-
.icon-events {
|
|
49
|
-
background-position: 0 31.6455696203%;
|
|
50
|
-
}
|
|
51
|
-
.icon-developer-center {
|
|
52
|
-
background-position: 0 3.7974683544%;
|
|
53
|
-
}
|
|
54
|
-
.icon-info-standart {
|
|
55
|
-
background-position: 0 79.75%;
|
|
56
|
-
}
|
|
57
|
-
.vsphere-icon-status-warning {
|
|
58
|
-
background-position: 0 36.7088607595%;
|
|
59
|
-
}
|
|
60
|
-
.vsphere-icon-status-error {
|
|
61
|
-
background-position: 0 35.443%;
|
|
62
|
-
}
|
|
63
|
-
.icon-home {
|
|
64
|
-
background-position: 0 53.164556962%;
|
|
65
|
-
}
|
|
66
|
-
.vx-icon-export {
|
|
67
|
-
background-position: 0 40.5063291139%;
|
|
68
|
-
}
|
|
69
|
-
.vx-icon-import {
|
|
70
|
-
background-position: 0 8.88%;
|
|
71
|
-
}
|
|
72
|
-
.vsphere-icon-dv-switch {
|
|
73
|
-
background-position: 0 15.1898734177%;
|
|
74
|
-
}
|
|
75
|
-
.icon-vSphere-dsFile {
|
|
76
|
-
background-position: 0 43.0379746835%;
|
|
77
|
-
}
|
|
78
|
-
.icon-vSphere-dsIsoImage {
|
|
79
|
-
background-position: 0 12.6582278481%;
|
|
80
|
-
}
|
|
81
|
-
.icon-vSphere-dsVmLog {
|
|
82
|
-
background-position: 0 31.6455696203%;
|
|
83
|
-
}
|
|
84
|
-
.icon-vSphere-dsVmNvram {
|
|
85
|
-
background-position: 0 13.9240506329%;
|
|
86
|
-
}
|
|
87
|
-
.vx-icon-license {
|
|
88
|
-
background-position: 0 88.6075949367%;
|
|
89
|
-
}
|
|
90
|
-
.vx-icon-licenseAssigned {
|
|
91
|
-
background-position: 0 92.4050632911%;
|
|
92
|
-
}
|
|
93
|
-
.vsphere-icon-snapshot-here {
|
|
94
|
-
background-position: 0 98.7341772152%;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
/* _____BACKGROUND IMAGE_____ */
|
|
98
|
-
.icon-vSphere-dsVmNvram,
|
|
99
|
-
.icon-vSphere-dsVmLog,
|
|
100
|
-
.icon-vSphere-dsIsoImage,
|
|
101
|
-
.icon-vSphere-dsFile,
|
|
102
|
-
.vsphere-icon-dv-switch,
|
|
103
|
-
.vx-icon-export,
|
|
104
|
-
.vx-icon-import,
|
|
105
|
-
.host-ui-icon-shutdown,
|
|
106
|
-
.host-ui-icon-standby,
|
|
107
|
-
.host-ui-icon-poweron,
|
|
108
|
-
.vsphere-icon-folder-add,
|
|
109
|
-
.vsphere-icon-folder,
|
|
110
|
-
.icon-disk,
|
|
111
|
-
.icon-drag-handle,
|
|
112
|
-
.icon-memory-summary,
|
|
113
|
-
.icon-storage-summary,
|
|
114
|
-
.vsphere-icon-host,
|
|
115
|
-
.vsphere-icon-host-disconnected,
|
|
116
|
-
.vsphere-icon-host-not-responding,
|
|
117
|
-
.vsphere-icon-host-error,
|
|
118
|
-
.vsphere-icon-host-warning,
|
|
119
|
-
.vsphere-icon-host-maintenance,
|
|
120
|
-
.vsphere-icon-datastore,
|
|
121
|
-
.vsphere-icon-datastore-warning,
|
|
122
|
-
.icon-datastore-24x,
|
|
123
|
-
.icon-events,
|
|
124
|
-
.icon-developer-center,
|
|
125
|
-
.icon-info-standart,
|
|
126
|
-
.vsphere-icon-status-warning,
|
|
127
|
-
.vsphere-icon-status-error,
|
|
128
|
-
.vx-icon-license,
|
|
129
|
-
.vx-icon-licenseAssigned,
|
|
130
|
-
.icon-home,
|
|
131
|
-
.vsphere-icon-snapshot-here {
|
|
132
|
-
background-image: url('@/assets/img/icons/icons-sprite-light-2.svg');
|
|
133
|
-
|
|
134
|
-
html.dark-theme & {
|
|
135
|
-
background-image: url('@/assets/img/icons/icons-sprite-dark-2.svg');
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
.active .icon-vSphere-dsVmNvram,
|
|
139
|
-
.active .icon-vSphere-dsVmLog,
|
|
140
|
-
.active .icon-vSphere-dsIsoImage,
|
|
141
|
-
.active .icon-vSphere-dsFile,
|
|
142
|
-
.active .vsphere-icon-dv-switch,
|
|
143
|
-
.active .vx-icon-export,
|
|
144
|
-
.active .vx-icon-import,
|
|
145
|
-
.active .host-ui-icon-shutdown,
|
|
146
|
-
.active .host-ui-icon-standby,
|
|
147
|
-
.active .host-ui-icon-poweron,
|
|
148
|
-
.active .vsphere-icon-folder-add,
|
|
149
|
-
.active .vsphere-icon-folder,
|
|
150
|
-
.active .icon-disk,
|
|
151
|
-
.active .icon-drag-handle,
|
|
152
|
-
.active .icon-memory-summary,
|
|
153
|
-
.active .icon-storage-summary,
|
|
154
|
-
.active .vsphere-icon-host,
|
|
155
|
-
.active .vsphere-icon-host-disconnected,
|
|
156
|
-
.active .vsphere-icon-host-not-responding,
|
|
157
|
-
.active .vsphere-icon-host-error,
|
|
158
|
-
.active .vsphere-icon-host-warning,
|
|
159
|
-
.active .vsphere-icon-host-maintenance,
|
|
160
|
-
.active .vsphere-icon-datastore,
|
|
161
|
-
.active .vsphere-icon-datastore-warning,
|
|
162
|
-
.active .icon-events,
|
|
163
|
-
.active .icon-developer-center,
|
|
164
|
-
.active .vsphere-icon-status-warning,
|
|
165
|
-
.active .vsphere-icon-status-error,
|
|
166
|
-
.active .vx-icon-license,
|
|
167
|
-
.active .vx-icon-licenseAssigned,
|
|
168
|
-
.active .icon-home,
|
|
169
|
-
.active .vsphere-icon-snapshot-here {
|
|
170
|
-
background-image: url('@/assets/img/icons/icons-sprite-dark-2.svg');
|
|
171
|
-
|
|
172
|
-
html.dark-theme & {
|
|
173
|
-
background-image: url('@/assets/img/icons/icons-sprite-light-2.svg');
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
/* _____ICONS COMMON STYLES_____ */
|
|
178
|
-
.icon-memory-summary,
|
|
179
|
-
.icon-storage-summary,
|
|
180
|
-
.icon-datastore-24x,
|
|
181
|
-
.icon-info-standart {
|
|
182
|
-
width: 26px;
|
|
183
|
-
min-width: 26px;
|
|
184
|
-
height: 26px;
|
|
185
|
-
min-height: 26px;
|
|
186
|
-
background-size: 100% auto;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.icon-vSphere-dsVmNvram,
|
|
190
|
-
.icon-vSphere-dsVmLog,
|
|
191
|
-
.icon-vSphere-dsIsoImage,
|
|
192
|
-
.icon-vSphere-dsFile,
|
|
193
|
-
.vsphere-icon-dv-switch,
|
|
194
|
-
.host-ui-icon-shutdown,
|
|
195
|
-
.host-ui-icon-standby,
|
|
196
|
-
.host-ui-icon-poweron,
|
|
197
|
-
.vsphere-icon-folder-add,
|
|
198
|
-
.icon-disk,
|
|
199
|
-
.icon-drag-handle,
|
|
200
|
-
.vsphere-icon-datastore,
|
|
201
|
-
.vsphere-icon-datastore-warning,
|
|
202
|
-
.vsphere-icon-host,
|
|
203
|
-
.vsphere-icon-host-disconnected,
|
|
204
|
-
.vsphere-icon-host-not-responding,
|
|
205
|
-
.vsphere-icon-host-error,
|
|
206
|
-
.vsphere-icon-host-warning,
|
|
207
|
-
.vsphere-icon-host-maintenance,
|
|
208
|
-
.vsphere-icon-folder,
|
|
209
|
-
.icon-events,
|
|
210
|
-
.icon-developer-center,
|
|
211
|
-
.vsphere-icon-status-warning,
|
|
212
|
-
.vsphere-icon-status-error,
|
|
213
|
-
.vx-icon-license,
|
|
214
|
-
.vx-icon-licenseAssigned,
|
|
215
|
-
.icon-home,
|
|
216
|
-
.vsphere-icon-snapshot-here {
|
|
217
|
-
width: 18px;
|
|
218
|
-
min-width: 18px;
|
|
219
|
-
height: 18px;
|
|
220
|
-
min-height: 18px;
|
|
221
|
-
background-size: 100% auto;
|
|
222
|
-
}
|
|
1
|
+
/* _____BACKGROUND POSITION_____ */
|
|
2
|
+
.host-ui-icon-shutdown {
|
|
3
|
+
background-position: 0 62.0253164557%;
|
|
4
|
+
}
|
|
5
|
+
.host-ui-icon-standby {
|
|
6
|
+
background-position: 0 73.417721519%;
|
|
7
|
+
}
|
|
8
|
+
.host-ui-icon-poweron {
|
|
9
|
+
background-position: 0 70.8860759494%;
|
|
10
|
+
}
|
|
11
|
+
.vsphere-icon-folder-add {
|
|
12
|
+
background-position: 0 46.835443038%;
|
|
13
|
+
}
|
|
14
|
+
.vsphere-icon-folder {
|
|
15
|
+
background-position: 0 45.5696202532%;
|
|
16
|
+
}
|
|
17
|
+
.icon-disk {
|
|
18
|
+
background-position: 0 6.3291139241%;
|
|
19
|
+
}
|
|
20
|
+
.icon-drag-handle {
|
|
21
|
+
background-position: 0 10.1265822785%;
|
|
22
|
+
}
|
|
23
|
+
.icon-memory-summary {
|
|
24
|
+
background-position: 0 100%;
|
|
25
|
+
}
|
|
26
|
+
.icon-datastore-24x,
|
|
27
|
+
.icon-storage-summary,
|
|
28
|
+
.vsphere-icon-datastore {
|
|
29
|
+
background-position: 0 0;
|
|
30
|
+
}
|
|
31
|
+
.vsphere-icon-datastore-warning {
|
|
32
|
+
background-position: 0 1.2658227848%;
|
|
33
|
+
}
|
|
34
|
+
.vsphere-icon-host {
|
|
35
|
+
background-position: 0 54.4303797469%;
|
|
36
|
+
}
|
|
37
|
+
.vsphere-icon-host-disconnected,
|
|
38
|
+
.vsphere-icon-host-not-responding,
|
|
39
|
+
.vsphere-icon-host-error {
|
|
40
|
+
background-position: 0 58.2278%;
|
|
41
|
+
}
|
|
42
|
+
.vsphere-icon-host-warning {
|
|
43
|
+
background-position: 0 63.2911%;
|
|
44
|
+
}
|
|
45
|
+
.vsphere-icon-host-maintenance {
|
|
46
|
+
background-position: 0 60.7594936709%;
|
|
47
|
+
}
|
|
48
|
+
.icon-events {
|
|
49
|
+
background-position: 0 31.6455696203%;
|
|
50
|
+
}
|
|
51
|
+
.icon-developer-center {
|
|
52
|
+
background-position: 0 3.7974683544%;
|
|
53
|
+
}
|
|
54
|
+
.icon-info-standart {
|
|
55
|
+
background-position: 0 79.75%;
|
|
56
|
+
}
|
|
57
|
+
.vsphere-icon-status-warning {
|
|
58
|
+
background-position: 0 36.7088607595%;
|
|
59
|
+
}
|
|
60
|
+
.vsphere-icon-status-error {
|
|
61
|
+
background-position: 0 35.443%;
|
|
62
|
+
}
|
|
63
|
+
.icon-home {
|
|
64
|
+
background-position: 0 53.164556962%;
|
|
65
|
+
}
|
|
66
|
+
.vx-icon-export {
|
|
67
|
+
background-position: 0 40.5063291139%;
|
|
68
|
+
}
|
|
69
|
+
.vx-icon-import {
|
|
70
|
+
background-position: 0 8.88%;
|
|
71
|
+
}
|
|
72
|
+
.vsphere-icon-dv-switch {
|
|
73
|
+
background-position: 0 15.1898734177%;
|
|
74
|
+
}
|
|
75
|
+
.icon-vSphere-dsFile {
|
|
76
|
+
background-position: 0 43.0379746835%;
|
|
77
|
+
}
|
|
78
|
+
.icon-vSphere-dsIsoImage {
|
|
79
|
+
background-position: 0 12.6582278481%;
|
|
80
|
+
}
|
|
81
|
+
.icon-vSphere-dsVmLog {
|
|
82
|
+
background-position: 0 31.6455696203%;
|
|
83
|
+
}
|
|
84
|
+
.icon-vSphere-dsVmNvram {
|
|
85
|
+
background-position: 0 13.9240506329%;
|
|
86
|
+
}
|
|
87
|
+
.vx-icon-license {
|
|
88
|
+
background-position: 0 88.6075949367%;
|
|
89
|
+
}
|
|
90
|
+
.vx-icon-licenseAssigned {
|
|
91
|
+
background-position: 0 92.4050632911%;
|
|
92
|
+
}
|
|
93
|
+
.vsphere-icon-snapshot-here {
|
|
94
|
+
background-position: 0 98.7341772152%;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/* _____BACKGROUND IMAGE_____ */
|
|
98
|
+
.icon-vSphere-dsVmNvram,
|
|
99
|
+
.icon-vSphere-dsVmLog,
|
|
100
|
+
.icon-vSphere-dsIsoImage,
|
|
101
|
+
.icon-vSphere-dsFile,
|
|
102
|
+
.vsphere-icon-dv-switch,
|
|
103
|
+
.vx-icon-export,
|
|
104
|
+
.vx-icon-import,
|
|
105
|
+
.host-ui-icon-shutdown,
|
|
106
|
+
.host-ui-icon-standby,
|
|
107
|
+
.host-ui-icon-poweron,
|
|
108
|
+
.vsphere-icon-folder-add,
|
|
109
|
+
.vsphere-icon-folder,
|
|
110
|
+
.icon-disk,
|
|
111
|
+
.icon-drag-handle,
|
|
112
|
+
.icon-memory-summary,
|
|
113
|
+
.icon-storage-summary,
|
|
114
|
+
.vsphere-icon-host,
|
|
115
|
+
.vsphere-icon-host-disconnected,
|
|
116
|
+
.vsphere-icon-host-not-responding,
|
|
117
|
+
.vsphere-icon-host-error,
|
|
118
|
+
.vsphere-icon-host-warning,
|
|
119
|
+
.vsphere-icon-host-maintenance,
|
|
120
|
+
.vsphere-icon-datastore,
|
|
121
|
+
.vsphere-icon-datastore-warning,
|
|
122
|
+
.icon-datastore-24x,
|
|
123
|
+
.icon-events,
|
|
124
|
+
.icon-developer-center,
|
|
125
|
+
.icon-info-standart,
|
|
126
|
+
.vsphere-icon-status-warning,
|
|
127
|
+
.vsphere-icon-status-error,
|
|
128
|
+
.vx-icon-license,
|
|
129
|
+
.vx-icon-licenseAssigned,
|
|
130
|
+
.icon-home,
|
|
131
|
+
.vsphere-icon-snapshot-here {
|
|
132
|
+
background-image: url('@/assets/img/icons/icons-sprite-light-2.svg');
|
|
133
|
+
|
|
134
|
+
html.dark-theme & {
|
|
135
|
+
background-image: url('@/assets/img/icons/icons-sprite-dark-2.svg');
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
.active .icon-vSphere-dsVmNvram,
|
|
139
|
+
.active .icon-vSphere-dsVmLog,
|
|
140
|
+
.active .icon-vSphere-dsIsoImage,
|
|
141
|
+
.active .icon-vSphere-dsFile,
|
|
142
|
+
.active .vsphere-icon-dv-switch,
|
|
143
|
+
.active .vx-icon-export,
|
|
144
|
+
.active .vx-icon-import,
|
|
145
|
+
.active .host-ui-icon-shutdown,
|
|
146
|
+
.active .host-ui-icon-standby,
|
|
147
|
+
.active .host-ui-icon-poweron,
|
|
148
|
+
.active .vsphere-icon-folder-add,
|
|
149
|
+
.active .vsphere-icon-folder,
|
|
150
|
+
.active .icon-disk,
|
|
151
|
+
.active .icon-drag-handle,
|
|
152
|
+
.active .icon-memory-summary,
|
|
153
|
+
.active .icon-storage-summary,
|
|
154
|
+
.active .vsphere-icon-host,
|
|
155
|
+
.active .vsphere-icon-host-disconnected,
|
|
156
|
+
.active .vsphere-icon-host-not-responding,
|
|
157
|
+
.active .vsphere-icon-host-error,
|
|
158
|
+
.active .vsphere-icon-host-warning,
|
|
159
|
+
.active .vsphere-icon-host-maintenance,
|
|
160
|
+
.active .vsphere-icon-datastore,
|
|
161
|
+
.active .vsphere-icon-datastore-warning,
|
|
162
|
+
.active .icon-events,
|
|
163
|
+
.active .icon-developer-center,
|
|
164
|
+
.active .vsphere-icon-status-warning,
|
|
165
|
+
.active .vsphere-icon-status-error,
|
|
166
|
+
.active .vx-icon-license,
|
|
167
|
+
.active .vx-icon-licenseAssigned,
|
|
168
|
+
.active .icon-home,
|
|
169
|
+
.active .vsphere-icon-snapshot-here {
|
|
170
|
+
background-image: url('@/assets/img/icons/icons-sprite-dark-2.svg');
|
|
171
|
+
|
|
172
|
+
html.dark-theme & {
|
|
173
|
+
background-image: url('@/assets/img/icons/icons-sprite-light-2.svg');
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
/* _____ICONS COMMON STYLES_____ */
|
|
178
|
+
.icon-memory-summary,
|
|
179
|
+
.icon-storage-summary,
|
|
180
|
+
.icon-datastore-24x,
|
|
181
|
+
.icon-info-standart {
|
|
182
|
+
width: 26px;
|
|
183
|
+
min-width: 26px;
|
|
184
|
+
height: 26px;
|
|
185
|
+
min-height: 26px;
|
|
186
|
+
background-size: 100% auto;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.icon-vSphere-dsVmNvram,
|
|
190
|
+
.icon-vSphere-dsVmLog,
|
|
191
|
+
.icon-vSphere-dsIsoImage,
|
|
192
|
+
.icon-vSphere-dsFile,
|
|
193
|
+
.vsphere-icon-dv-switch,
|
|
194
|
+
.host-ui-icon-shutdown,
|
|
195
|
+
.host-ui-icon-standby,
|
|
196
|
+
.host-ui-icon-poweron,
|
|
197
|
+
.vsphere-icon-folder-add,
|
|
198
|
+
.icon-disk,
|
|
199
|
+
.icon-drag-handle,
|
|
200
|
+
.vsphere-icon-datastore,
|
|
201
|
+
.vsphere-icon-datastore-warning,
|
|
202
|
+
.vsphere-icon-host,
|
|
203
|
+
.vsphere-icon-host-disconnected,
|
|
204
|
+
.vsphere-icon-host-not-responding,
|
|
205
|
+
.vsphere-icon-host-error,
|
|
206
|
+
.vsphere-icon-host-warning,
|
|
207
|
+
.vsphere-icon-host-maintenance,
|
|
208
|
+
.vsphere-icon-folder,
|
|
209
|
+
.icon-events,
|
|
210
|
+
.icon-developer-center,
|
|
211
|
+
.vsphere-icon-status-warning,
|
|
212
|
+
.vsphere-icon-status-error,
|
|
213
|
+
.vx-icon-license,
|
|
214
|
+
.vx-icon-licenseAssigned,
|
|
215
|
+
.icon-home,
|
|
216
|
+
.vsphere-icon-snapshot-here {
|
|
217
|
+
width: 18px;
|
|
218
|
+
min-width: 18px;
|
|
219
|
+
height: 18px;
|
|
220
|
+
min-height: 18px;
|
|
221
|
+
background-size: 100% auto;
|
|
222
|
+
}
|