bfg-common 1.5.697 → 1.5.698
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/CODE_STYLE.md +109 -109
- 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/scss/common/icons/icons-2.scss +282 -282
- package/components/atoms/TheIcon3.vue +50 -50
- package/components/atoms/collapse/CollapseNav.vue +170 -170
- package/components/atoms/perPage/PerPage.vue +58 -58
- package/components/atoms/switch/Switch.vue +103 -103
- package/components/atoms/table/dataGrid/DataGrid.vue +1718 -1718
- package/components/atoms/table/dataGrid/DataGridPagination.vue +97 -97
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +94 -94
- package/components/atoms/table/dataGrid/lib/utils/export.ts +16 -16
- package/components/common/backup/storage/actions/add/lib/utils.ts +51 -51
- package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +48 -48
- package/components/common/diagramMain/port/Port.vue +580 -580
- package/components/common/layout/theHeader/TheHeaderNew.vue +315 -315
- package/components/common/layout/theHeader/TheHeaderOld.vue +262 -262
- package/components/common/layout/theHeader/helpMenu/About.vue +79 -79
- package/components/common/layout/theHeader/helpMenu/aboutOld/AboutOld.vue +79 -79
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +144 -144
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +7 -7
- package/components/common/pages/backups/DetailView.vue +52 -52
- package/components/common/pages/backups/lib/models/interfaces.ts +36 -36
- package/components/common/pages/backups/modals/Modals.vue +243 -243
- package/components/common/pages/backups/modals/createBackup/configuration/maxBandwidth/lib/config/options.ts +6 -6
- package/components/common/pages/backups/modals/createBackup/lib/config/readyToCompleteOptions.ts +69 -69
- package/components/common/pages/backups/modals/lib/config/restore.ts +115 -115
- package/components/common/pages/backups/modals/lib/models/interfaces.ts +186 -186
- package/components/common/pages/backups/modals/restore/name/lib/models/interfaces.ts +6 -6
- package/components/common/pages/home/lib/models/interfaces.ts +48 -48
- package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
- package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
- package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
- package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
- package/components/common/pages/scheduledTasks/lib/utils/utils.ts +84 -84
- package/components/common/readyToComplete/ReadyToComplete.vue +17 -17
- package/components/common/select/radio/RadioGroup.vue +137 -137
- package/components/common/spiceConsole/Drawer.vue +420 -420
- package/components/common/spiceConsole/SpiceConsole.vue +184 -184
- package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
- package/components/common/tools/Actions.vue +207 -207
- package/components/common/treeView/TreeView.vue +52 -52
- package/components/common/vm/actions/clone/lib/config/steps.ts +295 -295
- package/components/common/vm/actions/clone/new/New.vue +438 -438
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +706 -706
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +283 -283
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +489 -489
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +253 -253
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +156 -156
- package/components/common/vm/actions/common/select/compatibility/Old.vue +107 -107
- package/components/common/vm/actions/common/select/createType/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/select/options/New.vue +264 -264
- package/components/common/vm/actions/common/select/options/Old.vue +109 -109
- package/components/common/vm/actions/common/select/options/Options.vue +58 -58
- package/components/common/vm/actions/common/select/storage/Old.vue +125 -125
- package/components/common/vm/actions/common/select/storage/new/New.vue +311 -311
- package/components/common/vm/actions/common/select/storage/new/lib/models/interfaces.ts +5 -5
- package/components/common/vm/actions/common/select/storage/new/lib/utils/utils.ts +21 -21
- package/components/common/vm/actions/common/select/template/old/Old.vue +50 -50
- package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
- package/components/common/wizards/common/compatibility/Compatibility.vue +35 -35
- package/components/common/wizards/common/steps/computeResource/New.vue +93 -93
- package/components/common/wizards/common/steps/name/Name.vue +178 -178
- package/components/common/wizards/common/steps/name/New.vue +221 -221
- package/components/common/wizards/common/steps/name/Old.vue +121 -121
- package/components/common/wizards/common/steps/name/lib/models/interfaces.ts +4 -4
- package/components/common/wizards/common/steps/name/location/New.vue +40 -40
- package/components/common/wizards/datastore/add/Add.vue +228 -228
- package/components/common/wizards/datastore/add/lib/utils.ts +85 -85
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +232 -232
- package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceOld.vue +231 -231
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/AdvancedOptions.vue +43 -43
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +114 -101
- package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/Old.vue +114 -101
- package/components/common/wizards/datastore/add/steps/typeMode/lib/config/typeOptions.ts +43 -43
- package/composables/useAppVersion.ts +21 -21
- package/composables/useEnvLanguage.ts +22 -22
- package/composables/useLocal.ts +6 -6
- package/composables/useLocalCommon.ts +39 -39
- package/package.json +1 -1
- package/plugins/console.ts +21 -21
- package/plugins/date.ts +375 -375
- package/plugins/mouse.ts +21 -21
- package/plugins/panelStates.ts +70 -70
- package/plugins/text.ts +59 -59
- package/public/spice-console/application/clientgui.js +854 -854
- package/public/spice-console/application/packetfactory.js +211 -211
- package/public/spice-console/application/virtualmouse.js +147 -147
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/public/spice-console/network/spicechannel.js +440 -440
- package/public/spice-console/process/cursorprocess.js +128 -128
- package/public/spice-console/process/inputprocess.js +227 -227
- package/public/spice-console/process/mainprocess.js +212 -212
- package/public/spice-console/run.js +210 -210
- package/store/main/mutations.ts +7 -7
- package/store/main/state.ts +7 -7
- package/store/tasks/mappers/recentTasks.ts +123 -123
- package/store/tasks/mutations.ts +82 -82
|
@@ -1,282 +1,282 @@
|
|
|
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
|
-
.icon-logs {
|
|
50
|
-
background-position: 0 31.6455696203%;
|
|
51
|
-
}
|
|
52
|
-
.icon-developer-center {
|
|
53
|
-
background-position: 0 3.7974683544%;
|
|
54
|
-
}
|
|
55
|
-
.icon-info-standart {
|
|
56
|
-
background-position: 0 79.75%;
|
|
57
|
-
}
|
|
58
|
-
.vsphere-icon-status-warning {
|
|
59
|
-
background-position: 0 36.7088607595%;
|
|
60
|
-
}
|
|
61
|
-
.vsphere-icon-status-error {
|
|
62
|
-
background-position: 0 35.443%;
|
|
63
|
-
}
|
|
64
|
-
.icon-home {
|
|
65
|
-
background-position: 0 53.164556962%;
|
|
66
|
-
}
|
|
67
|
-
.vx-icon-export {
|
|
68
|
-
background-position: 0 40.5063291139%;
|
|
69
|
-
}
|
|
70
|
-
.vx-icon-import {
|
|
71
|
-
background-position: 0 8.88%;
|
|
72
|
-
}
|
|
73
|
-
.vsphere-icon-dv-switch {
|
|
74
|
-
background-position: 0 15.1898734177%;
|
|
75
|
-
}
|
|
76
|
-
.icon-vSphere-dsFile {
|
|
77
|
-
background-position: 0 43.0379746835%;
|
|
78
|
-
}
|
|
79
|
-
.icon-vSphere-dsIsoImage {
|
|
80
|
-
background-position: 0 12.6582278481%;
|
|
81
|
-
}
|
|
82
|
-
.icon-vSphere-dsVmLog {
|
|
83
|
-
background-position: 0 31.6455696203%;
|
|
84
|
-
}
|
|
85
|
-
.icon-vSphere-dsVmNvram {
|
|
86
|
-
background-position: 0 13.9240506329%;
|
|
87
|
-
}
|
|
88
|
-
.vx-icon-license {
|
|
89
|
-
background-position: 0 88.6075949367%;
|
|
90
|
-
}
|
|
91
|
-
.vx-icon-licenseAssigned {
|
|
92
|
-
background-position: 0 92.4050632911%;
|
|
93
|
-
}
|
|
94
|
-
.vsphere-icon-snapshot-here {
|
|
95
|
-
background-position: 0 98.7341772152%;
|
|
96
|
-
}
|
|
97
|
-
.vx-icon-power {
|
|
98
|
-
background-position: 0 5.0632911392%;
|
|
99
|
-
}
|
|
100
|
-
.vx-icon-fan {
|
|
101
|
-
background-position: 0 41.7721518987%;
|
|
102
|
-
}
|
|
103
|
-
.icon-help {
|
|
104
|
-
background-position: 0 50.67%;
|
|
105
|
-
}
|
|
106
|
-
.vx-icon-memory {
|
|
107
|
-
background-position: 0 100%;
|
|
108
|
-
}
|
|
109
|
-
.icon-add-folder {
|
|
110
|
-
background-position: 0 46.8%;
|
|
111
|
-
}
|
|
112
|
-
.icon-ds-iso-image {
|
|
113
|
-
background-position: 0 77.2%;
|
|
114
|
-
}
|
|
115
|
-
.network-lib-ui-icon-ingressEgressTraffic {
|
|
116
|
-
background-position: 0 81%;
|
|
117
|
-
}
|
|
118
|
-
.network-lib-ui-icon-ingressTraffic {
|
|
119
|
-
background-position: 0 82.25%;
|
|
120
|
-
}
|
|
121
|
-
.network-lib-ui-icon-egressTraffic {
|
|
122
|
-
background-position: 0 27.8%;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
/* _____BACKGROUND IMAGE_____ */
|
|
126
|
-
.icon-vSphere-dsVmNvram,
|
|
127
|
-
.icon-vSphere-dsVmLog,
|
|
128
|
-
.icon-vSphere-dsIsoImage,
|
|
129
|
-
.icon-vSphere-dsFile,
|
|
130
|
-
.vsphere-icon-dv-switch,
|
|
131
|
-
.vx-icon-export,
|
|
132
|
-
.vx-icon-import,
|
|
133
|
-
.host-ui-icon-shutdown,
|
|
134
|
-
.host-ui-icon-standby,
|
|
135
|
-
.host-ui-icon-poweron,
|
|
136
|
-
.vsphere-icon-folder-add,
|
|
137
|
-
.vsphere-icon-folder,
|
|
138
|
-
.icon-disk,
|
|
139
|
-
.icon-drag-handle,
|
|
140
|
-
.icon-memory-summary,
|
|
141
|
-
.icon-storage-summary,
|
|
142
|
-
.vsphere-icon-host,
|
|
143
|
-
.vsphere-icon-host-disconnected,
|
|
144
|
-
.vsphere-icon-host-not-responding,
|
|
145
|
-
.vsphere-icon-host-error,
|
|
146
|
-
.vsphere-icon-host-warning,
|
|
147
|
-
.vsphere-icon-host-maintenance,
|
|
148
|
-
.vsphere-icon-datastore,
|
|
149
|
-
.vsphere-icon-datastore-warning,
|
|
150
|
-
.icon-datastore-24x,
|
|
151
|
-
.icon-events,
|
|
152
|
-
.icon-logs,
|
|
153
|
-
.icon-developer-center,
|
|
154
|
-
.icon-info-standart,
|
|
155
|
-
.vsphere-icon-status-warning,
|
|
156
|
-
.vsphere-icon-status-error,
|
|
157
|
-
.vx-icon-license,
|
|
158
|
-
.vx-icon-licenseAssigned,
|
|
159
|
-
.icon-home,
|
|
160
|
-
.vx-icon-power,
|
|
161
|
-
.vx-icon-fan,
|
|
162
|
-
.vx-icon-memory,
|
|
163
|
-
.icon-help,
|
|
164
|
-
.icon-add-folder,
|
|
165
|
-
.icon-ds-iso-image,
|
|
166
|
-
.network-lib-ui-icon-ingressEgressTraffic,
|
|
167
|
-
.network-lib-ui-icon-ingressTraffic,
|
|
168
|
-
.network-lib-ui-icon-egressTraffic,
|
|
169
|
-
.vsphere-icon-snapshot-here {
|
|
170
|
-
background-image: url('assets/img/icons/icons-sprite-light-2.svg');
|
|
171
|
-
|
|
172
|
-
html.dark-theme & {
|
|
173
|
-
background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
.active .icon-vSphere-dsVmNvram,
|
|
177
|
-
.active .icon-vSphere-dsVmLog,
|
|
178
|
-
.active .icon-vSphere-dsIsoImage,
|
|
179
|
-
.active .icon-vSphere-dsFile,
|
|
180
|
-
.active .vsphere-icon-dv-switch,
|
|
181
|
-
.active .vx-icon-export,
|
|
182
|
-
.active .vx-icon-import,
|
|
183
|
-
.active .host-ui-icon-shutdown,
|
|
184
|
-
.active .host-ui-icon-standby,
|
|
185
|
-
.active .host-ui-icon-poweron,
|
|
186
|
-
.active .vsphere-icon-folder-add,
|
|
187
|
-
.active .vsphere-icon-folder,
|
|
188
|
-
.active .icon-disk,
|
|
189
|
-
.active .icon-drag-handle,
|
|
190
|
-
.active .icon-memory-summary,
|
|
191
|
-
.active .icon-storage-summary,
|
|
192
|
-
.active .vsphere-icon-host,
|
|
193
|
-
.active .vsphere-icon-host-disconnected,
|
|
194
|
-
.active .vsphere-icon-host-not-responding,
|
|
195
|
-
.active .vsphere-icon-host-error,
|
|
196
|
-
.active .vsphere-icon-host-warning,
|
|
197
|
-
.active .vsphere-icon-host-maintenance,
|
|
198
|
-
.active .vsphere-icon-datastore,
|
|
199
|
-
.active .vsphere-icon-datastore-warning,
|
|
200
|
-
.active .icon-events,
|
|
201
|
-
.active .icon-logs,
|
|
202
|
-
.active .icon-developer-center,
|
|
203
|
-
.active .vsphere-icon-status-warning,
|
|
204
|
-
.active .vsphere-icon-status-error,
|
|
205
|
-
.active .vx-icon-license,
|
|
206
|
-
.active .vx-icon-licenseAssigned,
|
|
207
|
-
.active .icon-home,
|
|
208
|
-
.active .vx-icon-power,
|
|
209
|
-
.active .vx-icon-fan,
|
|
210
|
-
.active .vx-icon-memory,
|
|
211
|
-
.active .icon-help,
|
|
212
|
-
.active .icon-add-folder,
|
|
213
|
-
.active .icon-ds-iso-image,
|
|
214
|
-
.active .network-lib-ui-icon-ingressEgressTraffic,
|
|
215
|
-
.active .network-lib-ui-icon-ingressTraffic,
|
|
216
|
-
.active .network-lib-ui-icon-egressTraffic,
|
|
217
|
-
.active .vsphere-icon-snapshot-here {
|
|
218
|
-
background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
|
|
219
|
-
|
|
220
|
-
html.dark-theme & {
|
|
221
|
-
background-image: url('assets/img/icons/icons-sprite-light-2.svg');
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
/* _____ICONS COMMON STYLES_____ */
|
|
226
|
-
.icon-memory-summary,
|
|
227
|
-
.icon-storage-summary,
|
|
228
|
-
.icon-datastore-24x,
|
|
229
|
-
.icon-info-standart {
|
|
230
|
-
width: 26px;
|
|
231
|
-
min-width: 26px;
|
|
232
|
-
height: 26px;
|
|
233
|
-
min-height: 26px;
|
|
234
|
-
background-size: 100% auto;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.icon-vSphere-dsVmNvram,
|
|
238
|
-
.icon-vSphere-dsVmLog,
|
|
239
|
-
.icon-vSphere-dsIsoImage,
|
|
240
|
-
.icon-vSphere-dsFile,
|
|
241
|
-
.vsphere-icon-dv-switch,
|
|
242
|
-
.vx-icon-import,
|
|
243
|
-
.host-ui-icon-shutdown,
|
|
244
|
-
.host-ui-icon-standby,
|
|
245
|
-
.host-ui-icon-poweron,
|
|
246
|
-
.vsphere-icon-folder-add,
|
|
247
|
-
.icon-disk,
|
|
248
|
-
.icon-drag-handle,
|
|
249
|
-
.vsphere-icon-datastore,
|
|
250
|
-
.vsphere-icon-datastore-warning,
|
|
251
|
-
.vsphere-icon-host,
|
|
252
|
-
.vsphere-icon-host-disconnected,
|
|
253
|
-
.vsphere-icon-host-not-responding,
|
|
254
|
-
.vsphere-icon-host-error,
|
|
255
|
-
.vsphere-icon-host-warning,
|
|
256
|
-
.vsphere-icon-host-maintenance,
|
|
257
|
-
.vsphere-icon-folder,
|
|
258
|
-
.icon-events,
|
|
259
|
-
.icon-logs,
|
|
260
|
-
.icon-developer-center,
|
|
261
|
-
.vsphere-icon-status-warning,
|
|
262
|
-
.vsphere-icon-status-error,
|
|
263
|
-
.vx-icon-license,
|
|
264
|
-
.vx-icon-licenseAssigned,
|
|
265
|
-
.icon-home,
|
|
266
|
-
.vsphere-icon-snapshot-here,
|
|
267
|
-
.vx-icon-power,
|
|
268
|
-
.vx-icon-fan,
|
|
269
|
-
.icon-help,
|
|
270
|
-
.icon-add-folder,
|
|
271
|
-
.icon-ds-iso-image,
|
|
272
|
-
.network-lib-ui-icon-ingressEgressTraffic,
|
|
273
|
-
.network-lib-ui-icon-ingressTraffic,
|
|
274
|
-
.network-lib-ui-icon-egressTraffic,
|
|
275
|
-
.vx-icon-memory {
|
|
276
|
-
display: inline-block;
|
|
277
|
-
width: 18px;
|
|
278
|
-
min-width: 18px;
|
|
279
|
-
height: 18px;
|
|
280
|
-
min-height: 18px;
|
|
281
|
-
background-size: 100% auto;
|
|
282
|
-
}
|
|
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
|
+
.icon-logs {
|
|
50
|
+
background-position: 0 31.6455696203%;
|
|
51
|
+
}
|
|
52
|
+
.icon-developer-center {
|
|
53
|
+
background-position: 0 3.7974683544%;
|
|
54
|
+
}
|
|
55
|
+
.icon-info-standart {
|
|
56
|
+
background-position: 0 79.75%;
|
|
57
|
+
}
|
|
58
|
+
.vsphere-icon-status-warning {
|
|
59
|
+
background-position: 0 36.7088607595%;
|
|
60
|
+
}
|
|
61
|
+
.vsphere-icon-status-error {
|
|
62
|
+
background-position: 0 35.443%;
|
|
63
|
+
}
|
|
64
|
+
.icon-home {
|
|
65
|
+
background-position: 0 53.164556962%;
|
|
66
|
+
}
|
|
67
|
+
.vx-icon-export {
|
|
68
|
+
background-position: 0 40.5063291139%;
|
|
69
|
+
}
|
|
70
|
+
.vx-icon-import {
|
|
71
|
+
background-position: 0 8.88%;
|
|
72
|
+
}
|
|
73
|
+
.vsphere-icon-dv-switch {
|
|
74
|
+
background-position: 0 15.1898734177%;
|
|
75
|
+
}
|
|
76
|
+
.icon-vSphere-dsFile {
|
|
77
|
+
background-position: 0 43.0379746835%;
|
|
78
|
+
}
|
|
79
|
+
.icon-vSphere-dsIsoImage {
|
|
80
|
+
background-position: 0 12.6582278481%;
|
|
81
|
+
}
|
|
82
|
+
.icon-vSphere-dsVmLog {
|
|
83
|
+
background-position: 0 31.6455696203%;
|
|
84
|
+
}
|
|
85
|
+
.icon-vSphere-dsVmNvram {
|
|
86
|
+
background-position: 0 13.9240506329%;
|
|
87
|
+
}
|
|
88
|
+
.vx-icon-license {
|
|
89
|
+
background-position: 0 88.6075949367%;
|
|
90
|
+
}
|
|
91
|
+
.vx-icon-licenseAssigned {
|
|
92
|
+
background-position: 0 92.4050632911%;
|
|
93
|
+
}
|
|
94
|
+
.vsphere-icon-snapshot-here {
|
|
95
|
+
background-position: 0 98.7341772152%;
|
|
96
|
+
}
|
|
97
|
+
.vx-icon-power {
|
|
98
|
+
background-position: 0 5.0632911392%;
|
|
99
|
+
}
|
|
100
|
+
.vx-icon-fan {
|
|
101
|
+
background-position: 0 41.7721518987%;
|
|
102
|
+
}
|
|
103
|
+
.icon-help {
|
|
104
|
+
background-position: 0 50.67%;
|
|
105
|
+
}
|
|
106
|
+
.vx-icon-memory {
|
|
107
|
+
background-position: 0 100%;
|
|
108
|
+
}
|
|
109
|
+
.icon-add-folder {
|
|
110
|
+
background-position: 0 46.8%;
|
|
111
|
+
}
|
|
112
|
+
.icon-ds-iso-image {
|
|
113
|
+
background-position: 0 77.2%;
|
|
114
|
+
}
|
|
115
|
+
.network-lib-ui-icon-ingressEgressTraffic {
|
|
116
|
+
background-position: 0 81%;
|
|
117
|
+
}
|
|
118
|
+
.network-lib-ui-icon-ingressTraffic {
|
|
119
|
+
background-position: 0 82.25%;
|
|
120
|
+
}
|
|
121
|
+
.network-lib-ui-icon-egressTraffic {
|
|
122
|
+
background-position: 0 27.8%;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
/* _____BACKGROUND IMAGE_____ */
|
|
126
|
+
.icon-vSphere-dsVmNvram,
|
|
127
|
+
.icon-vSphere-dsVmLog,
|
|
128
|
+
.icon-vSphere-dsIsoImage,
|
|
129
|
+
.icon-vSphere-dsFile,
|
|
130
|
+
.vsphere-icon-dv-switch,
|
|
131
|
+
.vx-icon-export,
|
|
132
|
+
.vx-icon-import,
|
|
133
|
+
.host-ui-icon-shutdown,
|
|
134
|
+
.host-ui-icon-standby,
|
|
135
|
+
.host-ui-icon-poweron,
|
|
136
|
+
.vsphere-icon-folder-add,
|
|
137
|
+
.vsphere-icon-folder,
|
|
138
|
+
.icon-disk,
|
|
139
|
+
.icon-drag-handle,
|
|
140
|
+
.icon-memory-summary,
|
|
141
|
+
.icon-storage-summary,
|
|
142
|
+
.vsphere-icon-host,
|
|
143
|
+
.vsphere-icon-host-disconnected,
|
|
144
|
+
.vsphere-icon-host-not-responding,
|
|
145
|
+
.vsphere-icon-host-error,
|
|
146
|
+
.vsphere-icon-host-warning,
|
|
147
|
+
.vsphere-icon-host-maintenance,
|
|
148
|
+
.vsphere-icon-datastore,
|
|
149
|
+
.vsphere-icon-datastore-warning,
|
|
150
|
+
.icon-datastore-24x,
|
|
151
|
+
.icon-events,
|
|
152
|
+
.icon-logs,
|
|
153
|
+
.icon-developer-center,
|
|
154
|
+
.icon-info-standart,
|
|
155
|
+
.vsphere-icon-status-warning,
|
|
156
|
+
.vsphere-icon-status-error,
|
|
157
|
+
.vx-icon-license,
|
|
158
|
+
.vx-icon-licenseAssigned,
|
|
159
|
+
.icon-home,
|
|
160
|
+
.vx-icon-power,
|
|
161
|
+
.vx-icon-fan,
|
|
162
|
+
.vx-icon-memory,
|
|
163
|
+
.icon-help,
|
|
164
|
+
.icon-add-folder,
|
|
165
|
+
.icon-ds-iso-image,
|
|
166
|
+
.network-lib-ui-icon-ingressEgressTraffic,
|
|
167
|
+
.network-lib-ui-icon-ingressTraffic,
|
|
168
|
+
.network-lib-ui-icon-egressTraffic,
|
|
169
|
+
.vsphere-icon-snapshot-here {
|
|
170
|
+
background-image: url('assets/img/icons/icons-sprite-light-2.svg');
|
|
171
|
+
|
|
172
|
+
html.dark-theme & {
|
|
173
|
+
background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
.active .icon-vSphere-dsVmNvram,
|
|
177
|
+
.active .icon-vSphere-dsVmLog,
|
|
178
|
+
.active .icon-vSphere-dsIsoImage,
|
|
179
|
+
.active .icon-vSphere-dsFile,
|
|
180
|
+
.active .vsphere-icon-dv-switch,
|
|
181
|
+
.active .vx-icon-export,
|
|
182
|
+
.active .vx-icon-import,
|
|
183
|
+
.active .host-ui-icon-shutdown,
|
|
184
|
+
.active .host-ui-icon-standby,
|
|
185
|
+
.active .host-ui-icon-poweron,
|
|
186
|
+
.active .vsphere-icon-folder-add,
|
|
187
|
+
.active .vsphere-icon-folder,
|
|
188
|
+
.active .icon-disk,
|
|
189
|
+
.active .icon-drag-handle,
|
|
190
|
+
.active .icon-memory-summary,
|
|
191
|
+
.active .icon-storage-summary,
|
|
192
|
+
.active .vsphere-icon-host,
|
|
193
|
+
.active .vsphere-icon-host-disconnected,
|
|
194
|
+
.active .vsphere-icon-host-not-responding,
|
|
195
|
+
.active .vsphere-icon-host-error,
|
|
196
|
+
.active .vsphere-icon-host-warning,
|
|
197
|
+
.active .vsphere-icon-host-maintenance,
|
|
198
|
+
.active .vsphere-icon-datastore,
|
|
199
|
+
.active .vsphere-icon-datastore-warning,
|
|
200
|
+
.active .icon-events,
|
|
201
|
+
.active .icon-logs,
|
|
202
|
+
.active .icon-developer-center,
|
|
203
|
+
.active .vsphere-icon-status-warning,
|
|
204
|
+
.active .vsphere-icon-status-error,
|
|
205
|
+
.active .vx-icon-license,
|
|
206
|
+
.active .vx-icon-licenseAssigned,
|
|
207
|
+
.active .icon-home,
|
|
208
|
+
.active .vx-icon-power,
|
|
209
|
+
.active .vx-icon-fan,
|
|
210
|
+
.active .vx-icon-memory,
|
|
211
|
+
.active .icon-help,
|
|
212
|
+
.active .icon-add-folder,
|
|
213
|
+
.active .icon-ds-iso-image,
|
|
214
|
+
.active .network-lib-ui-icon-ingressEgressTraffic,
|
|
215
|
+
.active .network-lib-ui-icon-ingressTraffic,
|
|
216
|
+
.active .network-lib-ui-icon-egressTraffic,
|
|
217
|
+
.active .vsphere-icon-snapshot-here {
|
|
218
|
+
background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
|
|
219
|
+
|
|
220
|
+
html.dark-theme & {
|
|
221
|
+
background-image: url('assets/img/icons/icons-sprite-light-2.svg');
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
/* _____ICONS COMMON STYLES_____ */
|
|
226
|
+
.icon-memory-summary,
|
|
227
|
+
.icon-storage-summary,
|
|
228
|
+
.icon-datastore-24x,
|
|
229
|
+
.icon-info-standart {
|
|
230
|
+
width: 26px;
|
|
231
|
+
min-width: 26px;
|
|
232
|
+
height: 26px;
|
|
233
|
+
min-height: 26px;
|
|
234
|
+
background-size: 100% auto;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.icon-vSphere-dsVmNvram,
|
|
238
|
+
.icon-vSphere-dsVmLog,
|
|
239
|
+
.icon-vSphere-dsIsoImage,
|
|
240
|
+
.icon-vSphere-dsFile,
|
|
241
|
+
.vsphere-icon-dv-switch,
|
|
242
|
+
.vx-icon-import,
|
|
243
|
+
.host-ui-icon-shutdown,
|
|
244
|
+
.host-ui-icon-standby,
|
|
245
|
+
.host-ui-icon-poweron,
|
|
246
|
+
.vsphere-icon-folder-add,
|
|
247
|
+
.icon-disk,
|
|
248
|
+
.icon-drag-handle,
|
|
249
|
+
.vsphere-icon-datastore,
|
|
250
|
+
.vsphere-icon-datastore-warning,
|
|
251
|
+
.vsphere-icon-host,
|
|
252
|
+
.vsphere-icon-host-disconnected,
|
|
253
|
+
.vsphere-icon-host-not-responding,
|
|
254
|
+
.vsphere-icon-host-error,
|
|
255
|
+
.vsphere-icon-host-warning,
|
|
256
|
+
.vsphere-icon-host-maintenance,
|
|
257
|
+
.vsphere-icon-folder,
|
|
258
|
+
.icon-events,
|
|
259
|
+
.icon-logs,
|
|
260
|
+
.icon-developer-center,
|
|
261
|
+
.vsphere-icon-status-warning,
|
|
262
|
+
.vsphere-icon-status-error,
|
|
263
|
+
.vx-icon-license,
|
|
264
|
+
.vx-icon-licenseAssigned,
|
|
265
|
+
.icon-home,
|
|
266
|
+
.vsphere-icon-snapshot-here,
|
|
267
|
+
.vx-icon-power,
|
|
268
|
+
.vx-icon-fan,
|
|
269
|
+
.icon-help,
|
|
270
|
+
.icon-add-folder,
|
|
271
|
+
.icon-ds-iso-image,
|
|
272
|
+
.network-lib-ui-icon-ingressEgressTraffic,
|
|
273
|
+
.network-lib-ui-icon-ingressTraffic,
|
|
274
|
+
.network-lib-ui-icon-egressTraffic,
|
|
275
|
+
.vx-icon-memory {
|
|
276
|
+
display: inline-block;
|
|
277
|
+
width: 18px;
|
|
278
|
+
min-width: 18px;
|
|
279
|
+
height: 18px;
|
|
280
|
+
min-height: 18px;
|
|
281
|
+
background-size: 100% auto;
|
|
282
|
+
}
|
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<template v-if="props.name === 'zabbix'">
|
|
3
|
-
<svg
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="80"
|
|
6
|
-
height="22"
|
|
7
|
-
viewBox="0 0 80 22"
|
|
8
|
-
fill="none"
|
|
9
|
-
>
|
|
10
|
-
<g clip-path="url(#clip0_2691_29714)">
|
|
11
|
-
<path d="M0 0.522461H80V21.477H0V0.522461Z" fill="#D40000" />
|
|
12
|
-
<path
|
|
13
|
-
d="M3.42089 3.71582H14.9889V5.2187L5.6782 16.625H15.2164V18.2836H3.19336V16.7807L12.504 5.37438H3.42089V3.71582ZM23.0402 5.65779L20.3378 12.9087H25.7526L23.0402 5.65779ZM21.9145 3.71582H24.1738L29.7862 18.2836H27.7145L26.3753 14.5473H19.735L18.3938 18.2836H16.2922L21.9145 3.71582ZM33.9176 11.326V16.663H37.113C38.1848 16.663 38.9791 16.4434 39.496 16.0043C40.013 15.5652 40.2704 14.8926 40.2704 13.9905C40.2704 13.0804 40.013 12.4078 39.496 11.9747C38.9791 11.5436 38.1848 11.326 37.113 11.326H33.9176ZM33.9176 5.33446V9.72535H36.8675C37.8415 9.72535 38.566 9.54373 39.043 9.18447C39.52 8.82322 39.7575 8.27237 39.7575 7.5319C39.7575 6.79743 39.518 6.24657 39.043 5.88332C38.566 5.52008 37.8415 5.33646 36.8675 5.33646H33.9176V5.33446ZM31.9257 3.71582H37.0152C38.534 3.71582 39.7056 4.02717 40.5259 4.65188C41.3482 5.27658 41.7573 6.16474 41.7573 7.31635C41.7573 8.2065 41.5478 8.91703 41.1266 9.44393C40.7055 9.97084 40.0868 10.3002 39.2725 10.4299C40.2525 10.6375 41.0129 11.0706 41.5558 11.7312C42.0986 12.3918 42.3701 13.2161 42.3701 14.2041C42.3701 15.5054 41.923 16.5093 41.0289 17.2198C40.1347 17.9283 38.8614 18.2836 37.2128 18.2836H31.9257V3.71582ZM47.5573 11.326V16.663H50.7547C51.8265 16.663 52.6208 16.4434 53.1357 16.0043C53.6527 15.5652 53.9101 14.8926 53.9101 13.9905C53.9101 13.0804 53.6527 12.4078 53.1357 11.9747C52.6188 11.5436 51.8245 11.326 50.7547 11.326H47.5573ZM47.5573 5.33446V9.72535H50.5072C51.4812 9.72535 52.2057 9.54373 52.6827 9.18447C53.1597 8.82322 53.3972 8.27237 53.3972 7.5319C53.3972 6.79743 53.1597 6.24657 52.6827 5.88332C52.2057 5.52008 51.4812 5.33646 50.5072 5.33646H47.5573V5.33446ZM45.5654 3.71582H50.6549C52.1737 3.71582 53.3453 4.02717 54.1656 4.65188C54.9879 5.27658 55.399 6.16474 55.399 7.31635C55.399 8.2065 55.1895 8.91703 54.7683 9.44393C54.3472 9.97084 53.7285 10.3002 52.9142 10.4299C53.8942 10.6375 54.6546 11.0706 55.1975 11.7312C55.7403 12.3918 56.0118 13.2161 56.0118 14.2041C56.0118 15.5054 55.5647 16.5093 54.6706 17.2198C53.7764 17.9283 52.503 18.2836 50.8545 18.2836H45.5654V3.71582ZM64.9732 3.71582H67.1646L70.6274 8.94697L74.1242 3.71582H76.2418L71.6833 10.5397L76.8086 18.2836H74.6172L70.5835 12.1882L66.51 18.2836H64.3924L69.5297 10.5955L64.9732 3.71582ZM59.2031 3.71582H61.195V18.2836H59.2031V3.71582Z"
|
|
14
|
-
fill="white"
|
|
15
|
-
/>
|
|
16
|
-
</g>
|
|
17
|
-
<defs>
|
|
18
|
-
<clipPath id="clip0_2691_29714">
|
|
19
|
-
<rect
|
|
20
|
-
width="80"
|
|
21
|
-
height="20.96"
|
|
22
|
-
fill="white"
|
|
23
|
-
transform="translate(0 0.519531)"
|
|
24
|
-
/>
|
|
25
|
-
</clipPath>
|
|
26
|
-
</defs>
|
|
27
|
-
</svg>
|
|
28
|
-
</template>
|
|
29
|
-
<template v-else><span></span></template>
|
|
30
|
-
</template>
|
|
31
|
-
|
|
32
|
-
<script setup lang="ts">
|
|
33
|
-
const props = withDefaults(
|
|
34
|
-
defineProps<{
|
|
35
|
-
name: string
|
|
36
|
-
type?: string
|
|
37
|
-
color?: string
|
|
38
|
-
width?: string
|
|
39
|
-
height?: string
|
|
40
|
-
}>(),
|
|
41
|
-
{
|
|
42
|
-
type: '',
|
|
43
|
-
color: 'currentColor',
|
|
44
|
-
width: '24',
|
|
45
|
-
height: '24',
|
|
46
|
-
}
|
|
47
|
-
)
|
|
48
|
-
</script>
|
|
49
|
-
|
|
50
|
-
<style scoped lang="scss"></style>
|
|
1
|
+
<template>
|
|
2
|
+
<template v-if="props.name === 'zabbix'">
|
|
3
|
+
<svg
|
|
4
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
+
width="80"
|
|
6
|
+
height="22"
|
|
7
|
+
viewBox="0 0 80 22"
|
|
8
|
+
fill="none"
|
|
9
|
+
>
|
|
10
|
+
<g clip-path="url(#clip0_2691_29714)">
|
|
11
|
+
<path d="M0 0.522461H80V21.477H0V0.522461Z" fill="#D40000" />
|
|
12
|
+
<path
|
|
13
|
+
d="M3.42089 3.71582H14.9889V5.2187L5.6782 16.625H15.2164V18.2836H3.19336V16.7807L12.504 5.37438H3.42089V3.71582ZM23.0402 5.65779L20.3378 12.9087H25.7526L23.0402 5.65779ZM21.9145 3.71582H24.1738L29.7862 18.2836H27.7145L26.3753 14.5473H19.735L18.3938 18.2836H16.2922L21.9145 3.71582ZM33.9176 11.326V16.663H37.113C38.1848 16.663 38.9791 16.4434 39.496 16.0043C40.013 15.5652 40.2704 14.8926 40.2704 13.9905C40.2704 13.0804 40.013 12.4078 39.496 11.9747C38.9791 11.5436 38.1848 11.326 37.113 11.326H33.9176ZM33.9176 5.33446V9.72535H36.8675C37.8415 9.72535 38.566 9.54373 39.043 9.18447C39.52 8.82322 39.7575 8.27237 39.7575 7.5319C39.7575 6.79743 39.518 6.24657 39.043 5.88332C38.566 5.52008 37.8415 5.33646 36.8675 5.33646H33.9176V5.33446ZM31.9257 3.71582H37.0152C38.534 3.71582 39.7056 4.02717 40.5259 4.65188C41.3482 5.27658 41.7573 6.16474 41.7573 7.31635C41.7573 8.2065 41.5478 8.91703 41.1266 9.44393C40.7055 9.97084 40.0868 10.3002 39.2725 10.4299C40.2525 10.6375 41.0129 11.0706 41.5558 11.7312C42.0986 12.3918 42.3701 13.2161 42.3701 14.2041C42.3701 15.5054 41.923 16.5093 41.0289 17.2198C40.1347 17.9283 38.8614 18.2836 37.2128 18.2836H31.9257V3.71582ZM47.5573 11.326V16.663H50.7547C51.8265 16.663 52.6208 16.4434 53.1357 16.0043C53.6527 15.5652 53.9101 14.8926 53.9101 13.9905C53.9101 13.0804 53.6527 12.4078 53.1357 11.9747C52.6188 11.5436 51.8245 11.326 50.7547 11.326H47.5573ZM47.5573 5.33446V9.72535H50.5072C51.4812 9.72535 52.2057 9.54373 52.6827 9.18447C53.1597 8.82322 53.3972 8.27237 53.3972 7.5319C53.3972 6.79743 53.1597 6.24657 52.6827 5.88332C52.2057 5.52008 51.4812 5.33646 50.5072 5.33646H47.5573V5.33446ZM45.5654 3.71582H50.6549C52.1737 3.71582 53.3453 4.02717 54.1656 4.65188C54.9879 5.27658 55.399 6.16474 55.399 7.31635C55.399 8.2065 55.1895 8.91703 54.7683 9.44393C54.3472 9.97084 53.7285 10.3002 52.9142 10.4299C53.8942 10.6375 54.6546 11.0706 55.1975 11.7312C55.7403 12.3918 56.0118 13.2161 56.0118 14.2041C56.0118 15.5054 55.5647 16.5093 54.6706 17.2198C53.7764 17.9283 52.503 18.2836 50.8545 18.2836H45.5654V3.71582ZM64.9732 3.71582H67.1646L70.6274 8.94697L74.1242 3.71582H76.2418L71.6833 10.5397L76.8086 18.2836H74.6172L70.5835 12.1882L66.51 18.2836H64.3924L69.5297 10.5955L64.9732 3.71582ZM59.2031 3.71582H61.195V18.2836H59.2031V3.71582Z"
|
|
14
|
+
fill="white"
|
|
15
|
+
/>
|
|
16
|
+
</g>
|
|
17
|
+
<defs>
|
|
18
|
+
<clipPath id="clip0_2691_29714">
|
|
19
|
+
<rect
|
|
20
|
+
width="80"
|
|
21
|
+
height="20.96"
|
|
22
|
+
fill="white"
|
|
23
|
+
transform="translate(0 0.519531)"
|
|
24
|
+
/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
28
|
+
</template>
|
|
29
|
+
<template v-else><span></span></template>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<script setup lang="ts">
|
|
33
|
+
const props = withDefaults(
|
|
34
|
+
defineProps<{
|
|
35
|
+
name: string
|
|
36
|
+
type?: string
|
|
37
|
+
color?: string
|
|
38
|
+
width?: string
|
|
39
|
+
height?: string
|
|
40
|
+
}>(),
|
|
41
|
+
{
|
|
42
|
+
type: '',
|
|
43
|
+
color: 'currentColor',
|
|
44
|
+
width: '24',
|
|
45
|
+
height: '24',
|
|
46
|
+
}
|
|
47
|
+
)
|
|
48
|
+
</script>
|
|
49
|
+
|
|
50
|
+
<style scoped lang="scss"></style>
|