bfg-common 1.4.101 → 1.4.103
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-2.svg +343 -308
- package/assets/img/icons/icons-sprite-dark-5.svg +491 -83
- package/assets/img/icons/icons-sprite-dark-6.svg +3 -1
- package/assets/img/icons/icons-sprite-light-2.svg +343 -308
- package/assets/img/icons/icons-sprite-light-5.svg +491 -83
- package/assets/img/icons/icons-sprite-light-6.svg +3 -1
- package/assets/localization/local_be.json +2584 -2584
- package/assets/localization/local_en.json +2588 -2588
- package/assets/localization/local_hy.json +2588 -2588
- package/assets/localization/local_zh.json +2586 -2586
- package/assets/scss/common/icons/icons-2.scss +18 -0
- package/assets/scss/common/icons/icons-5.scss +367 -11
- package/assets/scss/common/icons/icons-6.scss +4 -4
- package/assets/scss/common/icons/icons.scss +0 -4
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/stack/StackBlock.vue +184 -184
- package/components/common/browse/blocks/Title.vue +91 -91
- package/components/common/browse/blocks/info/Date.vue +21 -21
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +198 -198
- package/components/common/context/recursion/RecursionOld.vue +212 -212
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +156 -156
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- package/components/common/vm/actions/add/Add.vue +609 -609
- package/components/common/vm/actions/clone/Clone.vue +522 -522
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +20 -20
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +403 -403
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -99
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/editSettings/EditSettings.vue +327 -327
- package/composables/productNameLocal.ts +30 -30
- package/package.json +1 -1
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/store/tasks/mappers/recentTasks.ts +45 -45
- package/assets/img/icons/icons-sprite-dark-7.svg +0 -8
- package/assets/img/icons/icons-sprite-dark-8.svg +0 -190
- package/assets/img/icons/icons-sprite-dark-9.svg +0 -71
- package/assets/img/icons/icons-sprite-light-7.svg +0 -8
- package/assets/img/icons/icons-sprite-light-8.svg +0 -190
- package/assets/img/icons/icons-sprite-light-9.svg +0 -71
- package/assets/scss/common/icons/icons-7.scss +0 -29
- package/assets/scss/common/icons/icons-8.scss +0 -191
- package/assets/scss/common/icons/icons-9.scss +0 -95
|
@@ -1,191 +0,0 @@
|
|
|
1
|
-
/* _____BACKGROUND POSITION_____ */
|
|
2
|
-
.icon-host-disconnected {
|
|
3
|
-
background-position: 0 0;
|
|
4
|
-
}
|
|
5
|
-
.icon-send-feedback {
|
|
6
|
-
background-position: 0 3.7%;
|
|
7
|
-
}
|
|
8
|
-
.icon-password {
|
|
9
|
-
background-position: 0 7.5%;
|
|
10
|
-
}
|
|
11
|
-
.icon-log-out {
|
|
12
|
-
background-position: 0 11.2%;
|
|
13
|
-
}
|
|
14
|
-
.icon-hybrid-cloud-services {
|
|
15
|
-
background-position: 0 14.9%;
|
|
16
|
-
}
|
|
17
|
-
.icon-access-log {
|
|
18
|
-
background-position: 0 18.6%;
|
|
19
|
-
}
|
|
20
|
-
.icon-logs {
|
|
21
|
-
background-position: 0 22.4%;
|
|
22
|
-
}
|
|
23
|
-
.icon-lifecycle-manager {
|
|
24
|
-
background-position: 0 26%;
|
|
25
|
-
}
|
|
26
|
-
.icon-realize-operations {
|
|
27
|
-
background-position: 0 29.7%;
|
|
28
|
-
}
|
|
29
|
-
.icon-virtual-machines {
|
|
30
|
-
background-position: 0 33.4%;
|
|
31
|
-
}
|
|
32
|
-
.icon-connection {
|
|
33
|
-
background-position: 0 37.2%;
|
|
34
|
-
}
|
|
35
|
-
.icon-certificate-renew {
|
|
36
|
-
background-position: 0 40.9%;
|
|
37
|
-
}
|
|
38
|
-
.icon-power {
|
|
39
|
-
background-position: 0 44.5%;
|
|
40
|
-
}
|
|
41
|
-
.icon-web-terminal {
|
|
42
|
-
background-position: 0 48.2%;
|
|
43
|
-
}
|
|
44
|
-
.icon-move {
|
|
45
|
-
background-position: 0 51.9%;
|
|
46
|
-
}
|
|
47
|
-
.icon-settings {
|
|
48
|
-
background-position: 0 55.6%;
|
|
49
|
-
}
|
|
50
|
-
.icon-remove {
|
|
51
|
-
background-position: 0 59.3%;
|
|
52
|
-
}
|
|
53
|
-
.icon-backup-storage {
|
|
54
|
-
background-position: 0 62.9%;
|
|
55
|
-
}
|
|
56
|
-
.icon-backup-storage-error {
|
|
57
|
-
background-position: 0 66.7%;
|
|
58
|
-
}
|
|
59
|
-
.icon-backup-storage-warning {
|
|
60
|
-
background-position: 0 70.4%;
|
|
61
|
-
}
|
|
62
|
-
.icon-backup-storage-maintenance {
|
|
63
|
-
background-position: 0 74.1%;
|
|
64
|
-
}
|
|
65
|
-
.icon-backup-storage-inaccessible {
|
|
66
|
-
background-position: 0 77.8%;
|
|
67
|
-
}
|
|
68
|
-
.icon-backup-storage-connected {
|
|
69
|
-
background-position: 0 81.4%;
|
|
70
|
-
}
|
|
71
|
-
.icon-backup-storage-disconnected {
|
|
72
|
-
background-position: 0 85.2%;
|
|
73
|
-
}
|
|
74
|
-
.icon-backup-bucket {
|
|
75
|
-
background-position: 0 88.9%;
|
|
76
|
-
}
|
|
77
|
-
.icon-backup-bucket-ok {
|
|
78
|
-
background-position: 0 92.6%;
|
|
79
|
-
}
|
|
80
|
-
.icon-backup-bucket-warning {
|
|
81
|
-
background-position: 0 96.3%;
|
|
82
|
-
}
|
|
83
|
-
.icon-backup-bucket-error {
|
|
84
|
-
background-position: 0 100%;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
/* _____BACKGROUND IMAGE_____ */
|
|
88
|
-
.icon-host-disconnected,
|
|
89
|
-
.icon-send-feedback,
|
|
90
|
-
.icon-password,
|
|
91
|
-
.icon-log-out,
|
|
92
|
-
.icon-hybrid-cloud-services,
|
|
93
|
-
.icon-access-log,
|
|
94
|
-
.icon-logs,
|
|
95
|
-
.icon-lifecycle-manager,
|
|
96
|
-
.icon-realize-operations,
|
|
97
|
-
.icon-virtual-machines,
|
|
98
|
-
.icon-connection,
|
|
99
|
-
.icon-certificate-renew,
|
|
100
|
-
.icon-power,
|
|
101
|
-
.icon-web-terminal,
|
|
102
|
-
.icon-move,
|
|
103
|
-
.icon-settings,
|
|
104
|
-
.icon-remove,
|
|
105
|
-
.icon-backup-storage,
|
|
106
|
-
.icon-backup-storage-error,
|
|
107
|
-
.icon-backup-storage-warning,
|
|
108
|
-
.icon-backup-storage-maintenance,
|
|
109
|
-
.icon-backup-storage-inaccessible,
|
|
110
|
-
.icon-backup-storage-connected,
|
|
111
|
-
.icon-backup-storage-disconnected,
|
|
112
|
-
.icon-backup-bucket,
|
|
113
|
-
.icon-backup-bucket-ok,
|
|
114
|
-
.icon-backup-bucket-warning,
|
|
115
|
-
.icon-backup-bucket-error {
|
|
116
|
-
background-image: url('../img/icons/icons-sprite-light-8.svg');
|
|
117
|
-
|
|
118
|
-
html.dark-theme & {
|
|
119
|
-
background-image: url('../img/icons/icons-sprite-dark-8.svg');
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
.active .icon-host-disconnected,
|
|
123
|
-
.active .icon-send-feedback,
|
|
124
|
-
.active .icon-password,
|
|
125
|
-
.active .icon-log-out,
|
|
126
|
-
.active .icon-hybrid-cloud-services,
|
|
127
|
-
.active .icon-access-log,
|
|
128
|
-
.active .icon-logs,
|
|
129
|
-
.active .icon-lifecycle-manager,
|
|
130
|
-
.active .icon-realize-operations,
|
|
131
|
-
.active .icon-virtual-machines,
|
|
132
|
-
.active .icon-connection,
|
|
133
|
-
.active .icon-certificate-renew,
|
|
134
|
-
.active .icon-power,
|
|
135
|
-
.active .icon-web-terminal,
|
|
136
|
-
.active .icon-move,
|
|
137
|
-
.active .icon-settings,
|
|
138
|
-
.active .icon-remove,
|
|
139
|
-
.active .icon-backup-storage,
|
|
140
|
-
.active .icon-backup-storage-error,
|
|
141
|
-
.active .icon-backup-storage-warning,
|
|
142
|
-
.active .icon-backup-storage-maintenance,
|
|
143
|
-
.active .icon-backup-storage-inaccessible,
|
|
144
|
-
.active .icon-backup-storage-connected,
|
|
145
|
-
.active .icon-backup-storage-disconnected,
|
|
146
|
-
.active .icon-backup-bucket,
|
|
147
|
-
.active .icon-backup-bucket-ok,
|
|
148
|
-
.active .icon-backup-bucket-warning,
|
|
149
|
-
.active .icon-backup-bucket-error {
|
|
150
|
-
background-image: url('../img/icons/icons-sprite-dark-8.svg');
|
|
151
|
-
|
|
152
|
-
html.dark-theme & {
|
|
153
|
-
background-image: url('../img/icons/icons-sprite-light-8.svg');
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
/* _____ICONS COMMON STYLES_____ */
|
|
158
|
-
.icon-host-disconnected,
|
|
159
|
-
.icon-send-feedback,
|
|
160
|
-
.icon-password,
|
|
161
|
-
.icon-log-out,
|
|
162
|
-
.icon-hybrid-cloud-services,
|
|
163
|
-
.icon-access-log,
|
|
164
|
-
.icon-logs,
|
|
165
|
-
.icon-lifecycle-manager,
|
|
166
|
-
.icon-realize-operations,
|
|
167
|
-
.icon-virtual-machines,
|
|
168
|
-
.icon-connection,
|
|
169
|
-
.icon-certificate-renew,
|
|
170
|
-
.icon-power,
|
|
171
|
-
.icon-web-terminal,
|
|
172
|
-
.icon-move,
|
|
173
|
-
.icon-settings,
|
|
174
|
-
.icon-remove,
|
|
175
|
-
.icon-backup-storage,
|
|
176
|
-
.icon-backup-storage-error,
|
|
177
|
-
.icon-backup-storage-warning,
|
|
178
|
-
.icon-backup-storage-maintenance,
|
|
179
|
-
.icon-backup-storage-inaccessible,
|
|
180
|
-
.icon-backup-storage-connected,
|
|
181
|
-
.icon-backup-storage-disconnected,
|
|
182
|
-
.icon-backup-bucket,
|
|
183
|
-
.icon-backup-bucket-ok,
|
|
184
|
-
.icon-backup-bucket-warning,
|
|
185
|
-
.icon-backup-bucket-error {
|
|
186
|
-
width: 18px;
|
|
187
|
-
min-width: 18px;
|
|
188
|
-
height: 18px;
|
|
189
|
-
min-height: 18px;
|
|
190
|
-
background-size: 100% auto;
|
|
191
|
-
}
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
/* _____BACKGROUND POSITION_____ */
|
|
2
|
-
.icon-add-backup-storage {
|
|
3
|
-
background-position: 0 0;
|
|
4
|
-
}
|
|
5
|
-
.icon-import-vm {
|
|
6
|
-
background-position: 0 9%;
|
|
7
|
-
}
|
|
8
|
-
.icon-add-datacenter {
|
|
9
|
-
background-position: 0 18%;
|
|
10
|
-
}
|
|
11
|
-
.icon-add-folder {
|
|
12
|
-
background-position: 0 26.5%;
|
|
13
|
-
}
|
|
14
|
-
.icon-edit {
|
|
15
|
-
background-position: 0 36%;
|
|
16
|
-
}
|
|
17
|
-
.icon-backup {
|
|
18
|
-
background-position: 0 45.5%;
|
|
19
|
-
}
|
|
20
|
-
.icon-backup-success {
|
|
21
|
-
background-position: 0 54.3%;
|
|
22
|
-
}
|
|
23
|
-
.icon-backup-warning {
|
|
24
|
-
background-position: 0 63.3%;
|
|
25
|
-
}
|
|
26
|
-
.icon-backup-error {
|
|
27
|
-
background-position: 0 72.4%;
|
|
28
|
-
}
|
|
29
|
-
.icon-calendar-days {
|
|
30
|
-
background-position: 0 81.8%;
|
|
31
|
-
}
|
|
32
|
-
.icon-calendar-months {
|
|
33
|
-
background-position: 0 91%;
|
|
34
|
-
}
|
|
35
|
-
.icon-calendar-years {
|
|
36
|
-
background-position: 0 100%;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/* _____BACKGROUND IMAGE_____ */
|
|
40
|
-
.icon-calendar-years,
|
|
41
|
-
.icon-calendar-months,
|
|
42
|
-
.icon-calendar-days,
|
|
43
|
-
.icon-backup-error,
|
|
44
|
-
.icon-backup-warning,
|
|
45
|
-
.icon-backup-success,
|
|
46
|
-
.icon-backup,
|
|
47
|
-
.icon-edit,
|
|
48
|
-
.icon-add-folder,
|
|
49
|
-
.icon-add-datacenter,
|
|
50
|
-
.icon-import-vm,
|
|
51
|
-
.icon-add-backup-storage {
|
|
52
|
-
background-image: url('../img/icons/icons-sprite-light-9.svg');
|
|
53
|
-
|
|
54
|
-
html.dark-theme & {
|
|
55
|
-
background-image: url('../img/icons/icons-sprite-dark-9.svg');
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
.active .icon-calendar-years,
|
|
59
|
-
.active .icon-calendar-months,
|
|
60
|
-
.active .icon-calendar-days,
|
|
61
|
-
.active .icon-backup-error,
|
|
62
|
-
.active .icon-backup-warning,
|
|
63
|
-
.active .icon-backup-success,
|
|
64
|
-
.active .icon-backup,
|
|
65
|
-
.active .icon-edit,
|
|
66
|
-
.active .icon-add-folder,
|
|
67
|
-
.active .icon-add-datacenter,
|
|
68
|
-
.active .icon-import-vm,
|
|
69
|
-
.active .icon-add-backup-storage {
|
|
70
|
-
background-image: url('../img/icons/icons-sprite-dark-9.svg');
|
|
71
|
-
|
|
72
|
-
html.dark-theme & {
|
|
73
|
-
background-image: url('../img/icons/icons-sprite-light-9.svg');
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
/* _____ICONS COMMON STYLES_____ */
|
|
78
|
-
.icon-calendar-years,
|
|
79
|
-
.icon-calendar-months,
|
|
80
|
-
.icon-calendar-days,
|
|
81
|
-
.icon-backup-error,
|
|
82
|
-
.icon-backup-warning,
|
|
83
|
-
.icon-backup-success,
|
|
84
|
-
.icon-backup,
|
|
85
|
-
.icon-edit,
|
|
86
|
-
.icon-add-folder,
|
|
87
|
-
.icon-add-datacenter,
|
|
88
|
-
.icon-import-vm,
|
|
89
|
-
.icon-add-backup-storage {
|
|
90
|
-
width: 18px;
|
|
91
|
-
min-width: 18px;
|
|
92
|
-
height: 18px;
|
|
93
|
-
min-height: 18px;
|
|
94
|
-
background-size: 100% auto;
|
|
95
|
-
}
|