bfg-common 1.4.582 → 1.4.583
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-1.svg +23 -53
- package/assets/img/icons/icons-sprite-dark-2.svg +1 -5
- package/assets/img/icons/icons-sprite-dark-4.svg +3 -7
- package/assets/img/icons/icons-sprite-dark-6.svg +92 -92
- package/assets/img/icons/icons-sprite-light-1.svg +23 -53
- package/assets/img/icons/icons-sprite-light-2.svg +1 -5
- package/assets/img/icons/icons-sprite-light-4.svg +3 -7
- package/assets/img/icons/icons-sprite-light-6.svg +92 -92
- package/assets/scss/common/icons/icons-6.scss +156 -156
- package/assets/scss/common/theme.scss +9 -1
- package/components/atoms/TheIcon3.vue +50 -50
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/stack/StackBlock.vue +185 -185
- package/components/atoms/table/dataGrid/DataGrid.vue +1633 -1633
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
- package/components/common/browse/BrowseNew.vue +237 -237
- package/components/common/browse/BrowseOld.vue +217 -217
- package/components/common/browse/blocks/contents/Files.vue +35 -35
- package/components/common/browse/blocks/contents/FilesOld.vue +70 -70
- package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +92 -92
- package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
- package/components/common/context/lib/models/interfaces.ts +30 -30
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +199 -199
- package/components/common/context/recursion/RecursionOld.vue +213 -213
- package/components/common/diagramMain/Diagram.vue +95 -82
- package/components/common/diagramMain/DiagramMain.vue +22 -1
- package/components/common/diagramMain/adapter/AdapterItem.vue +2 -0
- package/components/common/diagramMain/adapter/Contents.vue +21 -3
- package/components/common/diagramMain/lib/config/positions.ts +1 -1
- package/components/common/diagramMain/lib/models/enums.ts +1 -1
- package/components/common/diagramMain/modals/viewSettings/info/InfoNew.vue +3 -2
- package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalNew.vue +6 -1
- package/components/common/diagramMain/network/Contents.vue +4 -1
- package/components/common/diagramMain/network/noNetwork/NoNetworkNew.vue +1 -1
- package/components/common/diagramMain/port/Port.vue +2 -0
- package/components/common/layout/theHeader/helpMenu/About.vue +85 -85
- package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +152 -152
- package/components/common/pages/home/headline/HeadlineNew.vue +48 -71
- package/components/common/pages/home/resource/ResourceNew.vue +58 -63
- package/components/common/pages/home/widgets/WidgetsNew.vue +74 -79
- package/components/common/pages/shortcuts/block/BlockNew.vue +71 -80
- package/components/common/spiceConsole/Drawer.vue +370 -370
- package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
- package/components/common/split/horizontal/HorizontalNew.vue +354 -354
- package/components/common/split/vertical/Vertical.vue +160 -223
- package/components/common/split/vertical/VerticalNew.vue +123 -0
- package/components/common/split/vertical/VerticalOld.vue +108 -0
- package/components/common/vm/actions/add/Add.vue +617 -617
- package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +264 -264
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +118 -118
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/Table.vue +74 -74
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +100 -100
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
- package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
- package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
- package/components/common/vm/actions/common/select/storage/new/New.vue +159 -159
- package/components/common/vm/actions/editSettings/EditSettings.vue +214 -214
- package/components/common/vm/actions/editSettings/EditSettingsOld.vue +182 -182
- package/components/common/vm/actions/editSettings/new/New.vue +176 -176
- package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
- package/composables/productNameLocal.ts +30 -30
- package/package.json +2 -2
- package/plugins/date.ts +233 -233
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/public/spice-console/network/spicechannel.js +383 -383
- package/store/main/mutations.ts +7 -7
- package/store/main/state.ts +7 -7
- package/store/tasks/mappers/recentTasks.ts +2 -2
|
@@ -1,156 +1,156 @@
|
|
|
1
|
-
/* _____BACKGROUND POSITION_____ */
|
|
2
|
-
.icon-workload-management {
|
|
3
|
-
background-position: 0 0;
|
|
4
|
-
}
|
|
5
|
-
.icon-guest-os {
|
|
6
|
-
background-position: 0 5%;
|
|
7
|
-
}
|
|
8
|
-
.icon-guest-os-reset {
|
|
9
|
-
background-position: 0 9.5%;
|
|
10
|
-
}
|
|
11
|
-
.icon-guest-os-install {
|
|
12
|
-
background-position: 0 14%;
|
|
13
|
-
}
|
|
14
|
-
.icon-guest-os-shut-down {
|
|
15
|
-
background-position: 0 18.8%;
|
|
16
|
-
}
|
|
17
|
-
.icon-guest-os-mount {
|
|
18
|
-
background-position: 0 23.5%;
|
|
19
|
-
}
|
|
20
|
-
.icon-guest-os-unmount {
|
|
21
|
-
background-position: 0 28.3%;
|
|
22
|
-
}
|
|
23
|
-
.icon-consolidate {
|
|
24
|
-
background-position: 0 33.3%;
|
|
25
|
-
}
|
|
26
|
-
.icon-clone {
|
|
27
|
-
background-position: 0 38%;
|
|
28
|
-
}
|
|
29
|
-
.icon-edit-note {
|
|
30
|
-
background-position: 0 42.8%;
|
|
31
|
-
}
|
|
32
|
-
.icon-delete-from-disk {
|
|
33
|
-
background-position: 0 47.3%;
|
|
34
|
-
}
|
|
35
|
-
.icon-vm-power-off {
|
|
36
|
-
background-position: 0
|
|
37
|
-
}
|
|
38
|
-
.icon-vm-reset {
|
|
39
|
-
background-position: 0 63.1%;
|
|
40
|
-
}
|
|
41
|
-
.icon-vm-hard-stop {
|
|
42
|
-
background-position: 0 61.7%;
|
|
43
|
-
}
|
|
44
|
-
.icon-backups {
|
|
45
|
-
background-position: 0 66.7%;
|
|
46
|
-
}
|
|
47
|
-
.icon-backup-new {
|
|
48
|
-
background-position: 0 71.3%;
|
|
49
|
-
}
|
|
50
|
-
.icon-rules {
|
|
51
|
-
background-position: 0 76.2%;
|
|
52
|
-
}
|
|
53
|
-
.icon-rules-new {
|
|
54
|
-
background-position: 0 85.6%;
|
|
55
|
-
}
|
|
56
|
-
.icon-rules-apply {
|
|
57
|
-
background-position: 0 85.5%;
|
|
58
|
-
}
|
|
59
|
-
.icon-backup-restore {
|
|
60
|
-
background-position: 0 90.5%;
|
|
61
|
-
}
|
|
62
|
-
.icon-sensors {
|
|
63
|
-
background-position: 0 95.2%;
|
|
64
|
-
}
|
|
65
|
-
.icon-sessions {
|
|
66
|
-
background-position: 0 100%;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
/* _____BACKGROUND IMAGE_____ */
|
|
70
|
-
.icon-guest-os,
|
|
71
|
-
.icon-guest-os-reset,
|
|
72
|
-
.icon-guest-os-install,
|
|
73
|
-
.icon-guest-os-shut-down,
|
|
74
|
-
.icon-guest-os-mount,
|
|
75
|
-
.icon-guest-os-unmount,
|
|
76
|
-
.icon-consolidate,
|
|
77
|
-
.icon-clone,
|
|
78
|
-
.icon-edit-note,
|
|
79
|
-
.icon-delete-from-disk,
|
|
80
|
-
.icon-vm-power-off,
|
|
81
|
-
.icon-vm-reset,
|
|
82
|
-
.icon-vm-hard-stop,
|
|
83
|
-
.icon-backups,
|
|
84
|
-
.icon-backup-new,
|
|
85
|
-
.icon-rules,
|
|
86
|
-
.icon-rules-new,
|
|
87
|
-
.icon-rules-apply,
|
|
88
|
-
.icon-backup-restore,
|
|
89
|
-
.icon-sensors,
|
|
90
|
-
.icon-sessions,
|
|
91
|
-
.icon-workload-management {
|
|
92
|
-
background-image: url('../img/icons/icons-sprite-light-6.svg');
|
|
93
|
-
|
|
94
|
-
html.dark-theme & {
|
|
95
|
-
background-image: url('../img/icons/icons-sprite-dark-6.svg');
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
.active .icon-guest-os,
|
|
99
|
-
.active .icon-guest-os-reset,
|
|
100
|
-
.active .icon-guest-os-install,
|
|
101
|
-
.active .icon-guest-os-shut-down,
|
|
102
|
-
.active .icon-guest-os-mount,
|
|
103
|
-
.active .icon-guest-os-unmount,
|
|
104
|
-
.active .icon-consolidate,
|
|
105
|
-
.active .icon-clone,
|
|
106
|
-
.active .icon-edit-note,
|
|
107
|
-
.active .icon-delete-from-disk,
|
|
108
|
-
.active .icon-vm-power-off,
|
|
109
|
-
.active .icon-vm-reset,
|
|
110
|
-
.active .icon-vm-hard-stop,
|
|
111
|
-
.active .icon-backups,
|
|
112
|
-
.active .icon-backup-new,
|
|
113
|
-
.active .icon-rules,
|
|
114
|
-
.active .icon-rules-new,
|
|
115
|
-
.active .icon-rules-apply,
|
|
116
|
-
.active .icon-backup-restore,
|
|
117
|
-
.active .icon-sensors,
|
|
118
|
-
.active .icon-sessions,
|
|
119
|
-
.active .icon-workload-management {
|
|
120
|
-
background-image: url('../img/icons/icons-sprite-dark-6.svg');
|
|
121
|
-
|
|
122
|
-
html.dark-theme & {
|
|
123
|
-
background-image: url('../img/icons/icons-sprite-light-6.svg');
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/* _____ICONS COMMON STYLES_____ */
|
|
128
|
-
.icon-guest-os,
|
|
129
|
-
.icon-guest-os-reset,
|
|
130
|
-
.icon-guest-os-install,
|
|
131
|
-
.icon-guest-os-shut-down,
|
|
132
|
-
.icon-guest-os-mount,
|
|
133
|
-
.icon-guest-os-unmount,
|
|
134
|
-
.icon-consolidate,
|
|
135
|
-
.icon-clone,
|
|
136
|
-
.icon-edit-note,
|
|
137
|
-
.icon-delete-from-disk,
|
|
138
|
-
.icon-vm-power-off,
|
|
139
|
-
.icon-vm-reset,
|
|
140
|
-
.icon-vm-hard-stop,
|
|
141
|
-
.icon-backups,
|
|
142
|
-
.icon-backup-new,
|
|
143
|
-
.icon-rules,
|
|
144
|
-
.icon-rules-new,
|
|
145
|
-
.icon-rules-apply,
|
|
146
|
-
.icon-backup-restore,
|
|
147
|
-
.icon-sensors,
|
|
148
|
-
.icon-sessions,
|
|
149
|
-
.icon-workload-management {
|
|
150
|
-
display: inline-block;
|
|
151
|
-
width: 18px;
|
|
152
|
-
min-width: 18px;
|
|
153
|
-
height: 18px;
|
|
154
|
-
min-height: 18px;
|
|
155
|
-
background-size: 100% auto;
|
|
156
|
-
}
|
|
1
|
+
/* _____BACKGROUND POSITION_____ */
|
|
2
|
+
.icon-workload-management {
|
|
3
|
+
background-position: 0 0;
|
|
4
|
+
}
|
|
5
|
+
.icon-guest-os {
|
|
6
|
+
background-position: 0 5%;
|
|
7
|
+
}
|
|
8
|
+
.icon-guest-os-reset {
|
|
9
|
+
background-position: 0 9.5%;
|
|
10
|
+
}
|
|
11
|
+
.icon-guest-os-install {
|
|
12
|
+
background-position: 0 14%;
|
|
13
|
+
}
|
|
14
|
+
.icon-guest-os-shut-down {
|
|
15
|
+
background-position: 0 18.8%;
|
|
16
|
+
}
|
|
17
|
+
.icon-guest-os-mount {
|
|
18
|
+
background-position: 0 23.5%;
|
|
19
|
+
}
|
|
20
|
+
.icon-guest-os-unmount {
|
|
21
|
+
background-position: 0 28.3%;
|
|
22
|
+
}
|
|
23
|
+
.icon-consolidate {
|
|
24
|
+
background-position: 0 33.3%;
|
|
25
|
+
}
|
|
26
|
+
.icon-clone {
|
|
27
|
+
background-position: 0 38%;
|
|
28
|
+
}
|
|
29
|
+
.icon-edit-note {
|
|
30
|
+
background-position: 0 42.8%;
|
|
31
|
+
}
|
|
32
|
+
.icon-delete-from-disk {
|
|
33
|
+
background-position: 0 47.3%;
|
|
34
|
+
}
|
|
35
|
+
.icon-vm-power-off {
|
|
36
|
+
background-position: 0 58.1%;
|
|
37
|
+
}
|
|
38
|
+
.icon-vm-reset {
|
|
39
|
+
background-position: 0 63.1%;
|
|
40
|
+
}
|
|
41
|
+
.icon-vm-hard-stop {
|
|
42
|
+
background-position: 0 61.7%;
|
|
43
|
+
}
|
|
44
|
+
.icon-backups {
|
|
45
|
+
background-position: 0 66.7%;
|
|
46
|
+
}
|
|
47
|
+
.icon-backup-new {
|
|
48
|
+
background-position: 0 71.3%;
|
|
49
|
+
}
|
|
50
|
+
.icon-rules {
|
|
51
|
+
background-position: 0 76.2%;
|
|
52
|
+
}
|
|
53
|
+
.icon-rules-new {
|
|
54
|
+
background-position: 0 85.6%;
|
|
55
|
+
}
|
|
56
|
+
.icon-rules-apply {
|
|
57
|
+
background-position: 0 85.5%;
|
|
58
|
+
}
|
|
59
|
+
.icon-backup-restore {
|
|
60
|
+
background-position: 0 90.5%;
|
|
61
|
+
}
|
|
62
|
+
.icon-sensors {
|
|
63
|
+
background-position: 0 95.2%;
|
|
64
|
+
}
|
|
65
|
+
.icon-sessions {
|
|
66
|
+
background-position: 0 100%;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* _____BACKGROUND IMAGE_____ */
|
|
70
|
+
.icon-guest-os,
|
|
71
|
+
.icon-guest-os-reset,
|
|
72
|
+
.icon-guest-os-install,
|
|
73
|
+
.icon-guest-os-shut-down,
|
|
74
|
+
.icon-guest-os-mount,
|
|
75
|
+
.icon-guest-os-unmount,
|
|
76
|
+
.icon-consolidate,
|
|
77
|
+
.icon-clone,
|
|
78
|
+
.icon-edit-note,
|
|
79
|
+
.icon-delete-from-disk,
|
|
80
|
+
.icon-vm-power-off,
|
|
81
|
+
.icon-vm-reset,
|
|
82
|
+
.icon-vm-hard-stop,
|
|
83
|
+
.icon-backups,
|
|
84
|
+
.icon-backup-new,
|
|
85
|
+
.icon-rules,
|
|
86
|
+
.icon-rules-new,
|
|
87
|
+
.icon-rules-apply,
|
|
88
|
+
.icon-backup-restore,
|
|
89
|
+
.icon-sensors,
|
|
90
|
+
.icon-sessions,
|
|
91
|
+
.icon-workload-management {
|
|
92
|
+
background-image: url('../img/icons/icons-sprite-light-6.svg');
|
|
93
|
+
|
|
94
|
+
html.dark-theme & {
|
|
95
|
+
background-image: url('../img/icons/icons-sprite-dark-6.svg');
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
.active .icon-guest-os,
|
|
99
|
+
.active .icon-guest-os-reset,
|
|
100
|
+
.active .icon-guest-os-install,
|
|
101
|
+
.active .icon-guest-os-shut-down,
|
|
102
|
+
.active .icon-guest-os-mount,
|
|
103
|
+
.active .icon-guest-os-unmount,
|
|
104
|
+
.active .icon-consolidate,
|
|
105
|
+
.active .icon-clone,
|
|
106
|
+
.active .icon-edit-note,
|
|
107
|
+
.active .icon-delete-from-disk,
|
|
108
|
+
.active .icon-vm-power-off,
|
|
109
|
+
.active .icon-vm-reset,
|
|
110
|
+
.active .icon-vm-hard-stop,
|
|
111
|
+
.active .icon-backups,
|
|
112
|
+
.active .icon-backup-new,
|
|
113
|
+
.active .icon-rules,
|
|
114
|
+
.active .icon-rules-new,
|
|
115
|
+
.active .icon-rules-apply,
|
|
116
|
+
.active .icon-backup-restore,
|
|
117
|
+
.active .icon-sensors,
|
|
118
|
+
.active .icon-sessions,
|
|
119
|
+
.active .icon-workload-management {
|
|
120
|
+
background-image: url('../img/icons/icons-sprite-dark-6.svg');
|
|
121
|
+
|
|
122
|
+
html.dark-theme & {
|
|
123
|
+
background-image: url('../img/icons/icons-sprite-light-6.svg');
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/* _____ICONS COMMON STYLES_____ */
|
|
128
|
+
.icon-guest-os,
|
|
129
|
+
.icon-guest-os-reset,
|
|
130
|
+
.icon-guest-os-install,
|
|
131
|
+
.icon-guest-os-shut-down,
|
|
132
|
+
.icon-guest-os-mount,
|
|
133
|
+
.icon-guest-os-unmount,
|
|
134
|
+
.icon-consolidate,
|
|
135
|
+
.icon-clone,
|
|
136
|
+
.icon-edit-note,
|
|
137
|
+
.icon-delete-from-disk,
|
|
138
|
+
.icon-vm-power-off,
|
|
139
|
+
.icon-vm-reset,
|
|
140
|
+
.icon-vm-hard-stop,
|
|
141
|
+
.icon-backups,
|
|
142
|
+
.icon-backup-new,
|
|
143
|
+
.icon-rules,
|
|
144
|
+
.icon-rules-new,
|
|
145
|
+
.icon-rules-apply,
|
|
146
|
+
.icon-backup-restore,
|
|
147
|
+
.icon-sensors,
|
|
148
|
+
.icon-sessions,
|
|
149
|
+
.icon-workload-management {
|
|
150
|
+
display: inline-block;
|
|
151
|
+
width: 18px;
|
|
152
|
+
min-width: 18px;
|
|
153
|
+
height: 18px;
|
|
154
|
+
min-height: 18px;
|
|
155
|
+
background-size: 100% auto;
|
|
156
|
+
}
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
@import 'variables.scss';
|
|
2
|
+
|
|
3
|
+
.dark-theme {
|
|
4
|
+
background-color: #213444;
|
|
5
|
+
}
|
|
6
|
+
|
|
2
7
|
:root {
|
|
3
8
|
--scrollbar-thumb: #bbb;
|
|
4
9
|
--scrollbar-track: #eee;
|
|
@@ -156,6 +161,7 @@
|
|
|
156
161
|
--diagram-content-text: #4d5d69;
|
|
157
162
|
--diagram-content-text-hover: #182531;
|
|
158
163
|
--diagram-content-text-selected: #008fd6;
|
|
164
|
+
--diagram-content-text-selected-hover: #0081c1;
|
|
159
165
|
--diagram-content-second-text: #182531;
|
|
160
166
|
--diagram-content-second-disabled-text: #bdc3c7;
|
|
161
167
|
--diagram-content-third-text: #9da6ad;
|
|
@@ -255,7 +261,8 @@
|
|
|
255
261
|
--nav-link-hover-color: #acbac3;
|
|
256
262
|
--nav-panel-border-color: #495865;
|
|
257
263
|
|
|
258
|
-
|
|
264
|
+
//--gutter-bg-color: #25333d; // for old
|
|
265
|
+
--gutter-bg-color: #E9EBED1F; // for new
|
|
259
266
|
--gutter-hover-bg-color: #495a67;
|
|
260
267
|
--gutter-active-bg-color: #495a67;
|
|
261
268
|
--gutter-before-bg: rgba(157, 166, 173, 0.32);
|
|
@@ -313,6 +320,7 @@
|
|
|
313
320
|
--diagram-content-text: #e9eaec;
|
|
314
321
|
--diagram-content-text-hover: #ffffff;
|
|
315
322
|
--diagram-content-text-selected: #2ba2de;
|
|
323
|
+
--diagram-content-text-selected-hover: #008fd6;
|
|
316
324
|
--diagram-content-second-text: #e9eaec;
|
|
317
325
|
--diagram-content-second-disabled-text: #4d5d69;
|
|
318
326
|
--diagram-content-third-text: #9da6ad;
|
|
@@ -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>
|