bfg-common 1.3.174 → 1.3.176

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.
@@ -1,222 +1,240 @@
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
+ .vx-icon-power {
97
+ background-position: 0 5.0632911392%;
98
+ }
99
+ .vx-icon-fan {
100
+ background-position: 0 41.7721518987%;
101
+ }
102
+ .vx-icon-memory {
103
+ background-position: 0 100%;
104
+ }
105
+
106
+ /* _____BACKGROUND IMAGE_____ */
107
+ .icon-vSphere-dsVmNvram,
108
+ .icon-vSphere-dsVmLog,
109
+ .icon-vSphere-dsIsoImage,
110
+ .icon-vSphere-dsFile,
111
+ .vsphere-icon-dv-switch,
112
+ .vx-icon-export,
113
+ .vx-icon-import,
114
+ .host-ui-icon-shutdown,
115
+ .host-ui-icon-standby,
116
+ .host-ui-icon-poweron,
117
+ .vsphere-icon-folder-add,
118
+ .vsphere-icon-folder,
119
+ .icon-disk,
120
+ .icon-drag-handle,
121
+ .icon-memory-summary,
122
+ .icon-storage-summary,
123
+ .vsphere-icon-host,
124
+ .vsphere-icon-host-disconnected,
125
+ .vsphere-icon-host-not-responding,
126
+ .vsphere-icon-host-error,
127
+ .vsphere-icon-host-warning,
128
+ .vsphere-icon-host-maintenance,
129
+ .vsphere-icon-datastore,
130
+ .vsphere-icon-datastore-warning,
131
+ .icon-datastore-24x,
132
+ .icon-events,
133
+ .icon-developer-center,
134
+ .icon-info-standart,
135
+ .vsphere-icon-status-warning,
136
+ .vsphere-icon-status-error,
137
+ .vx-icon-license,
138
+ .vx-icon-licenseAssigned,
139
+ .icon-home,
140
+ .vx-icon-power,
141
+ .vx-icon-fan,
142
+ .vx-icon-memory,
143
+ .vsphere-icon-snapshot-here {
144
+ background-image: url('assets/img/icons/icons-sprite-light-2.svg');
145
+
146
+ html.dark-theme & {
147
+ background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
148
+ }
149
+ }
150
+ .active .icon-vSphere-dsVmNvram,
151
+ .active .icon-vSphere-dsVmLog,
152
+ .active .icon-vSphere-dsIsoImage,
153
+ .active .icon-vSphere-dsFile,
154
+ .active .vsphere-icon-dv-switch,
155
+ .active .vx-icon-export,
156
+ .active .vx-icon-import,
157
+ .active .host-ui-icon-shutdown,
158
+ .active .host-ui-icon-standby,
159
+ .active .host-ui-icon-poweron,
160
+ .active .vsphere-icon-folder-add,
161
+ .active .vsphere-icon-folder,
162
+ .active .icon-disk,
163
+ .active .icon-drag-handle,
164
+ .active .icon-memory-summary,
165
+ .active .icon-storage-summary,
166
+ .active .vsphere-icon-host,
167
+ .active .vsphere-icon-host-disconnected,
168
+ .active .vsphere-icon-host-not-responding,
169
+ .active .vsphere-icon-host-error,
170
+ .active .vsphere-icon-host-warning,
171
+ .active .vsphere-icon-host-maintenance,
172
+ .active .vsphere-icon-datastore,
173
+ .active .vsphere-icon-datastore-warning,
174
+ .active .icon-events,
175
+ .active .icon-developer-center,
176
+ .active .vsphere-icon-status-warning,
177
+ .active .vsphere-icon-status-error,
178
+ .active .vx-icon-license,
179
+ .active .vx-icon-licenseAssigned,
180
+ .active .icon-home,
181
+ .active .vx-icon-power,
182
+ .active .vx-icon-fan,
183
+ .active .vx-icon-memory,
184
+ .active .vsphere-icon-snapshot-here {
185
+ background-image: url('assets/img/icons/icons-sprite-dark-2.svg');
186
+
187
+ html.dark-theme & {
188
+ background-image: url('assets/img/icons/icons-sprite-light-2.svg');
189
+ }
190
+ }
191
+
192
+ /* _____ICONS COMMON STYLES_____ */
193
+ .icon-memory-summary,
194
+ .icon-storage-summary,
195
+ .icon-datastore-24x,
196
+ .icon-info-standart {
197
+ width: 26px;
198
+ min-width: 26px;
199
+ height: 26px;
200
+ min-height: 26px;
201
+ background-size: 100% auto;
202
+ }
203
+
204
+ .icon-vSphere-dsVmNvram,
205
+ .icon-vSphere-dsVmLog,
206
+ .icon-vSphere-dsIsoImage,
207
+ .icon-vSphere-dsFile,
208
+ .vsphere-icon-dv-switch,
209
+ .host-ui-icon-shutdown,
210
+ .host-ui-icon-standby,
211
+ .host-ui-icon-poweron,
212
+ .vsphere-icon-folder-add,
213
+ .icon-disk,
214
+ .icon-drag-handle,
215
+ .vsphere-icon-datastore,
216
+ .vsphere-icon-datastore-warning,
217
+ .vsphere-icon-host,
218
+ .vsphere-icon-host-disconnected,
219
+ .vsphere-icon-host-not-responding,
220
+ .vsphere-icon-host-error,
221
+ .vsphere-icon-host-warning,
222
+ .vsphere-icon-host-maintenance,
223
+ .vsphere-icon-folder,
224
+ .icon-events,
225
+ .icon-developer-center,
226
+ .vsphere-icon-status-warning,
227
+ .vsphere-icon-status-error,
228
+ .vx-icon-license,
229
+ .vx-icon-licenseAssigned,
230
+ .icon-home,
231
+ .vsphere-icon-snapshot-here,
232
+ .vx-icon-power,
233
+ .vx-icon-fan,
234
+ .vx-icon-memory {
235
+ width: 18px;
236
+ min-width: 18px;
237
+ height: 18px;
238
+ min-height: 18px;
239
+ background-size: 100% auto;
240
+ }
@@ -104,6 +104,9 @@
104
104
  .vsphere-icon-ovf-template-export {
105
105
  background-position: 0 31.6455696203%;
106
106
  }
107
+ .vx-icon-other {
108
+ background-position: 0 83.5443037975%;
109
+ }
107
110
 
108
111
  /* _____BACKGROUND IMAGE_____ */
109
112
  .vsphere-icon-ovf-deploy,
@@ -139,10 +142,11 @@
139
142
  .vx-icon-new-cluster,
140
143
  .network-lib-ui-icon-virtualAdapter,
141
144
  .network-lib-ui-icon-physicalAdapter,
145
+ .vx-icon-other,
142
146
  .icon-shortcuts {
143
- background-image: url('@/assets/img/icons/icons-sprite-light-3.svg');
147
+ background-image: url('assets/img/icons/icons-sprite-light-3.svg');
144
148
  html.dark-theme & {
145
- background-image: url('@/assets/img/icons/icons-sprite-dark-3.svg');
149
+ background-image: url('assets/img/icons/icons-sprite-dark-3.svg');
146
150
  }
147
151
  }
148
152
  .active .vsphere-icon-ovf-deploy,
@@ -176,10 +180,11 @@
176
180
  .active .icon-inventory,
177
181
  .active .network-lib-ui-icon-virtualAdapter,
178
182
  .active .network-lib-ui-icon-physicalAdapter,
183
+ .active .vx-icon-other,
179
184
  .active .icon-shortcuts {
180
- background-image: url('../img/icons/icons-sprite-dark-3.svg');
185
+ background-image: url('assets/img/icons/icons-sprite-dark-3.svg');
181
186
  html.dark-theme & {
182
- background-image: url('../img/icons/icons-sprite-light-3.svg');
187
+ background-image: url('assets/img/icons/icons-sprite-light-3.svg');
183
188
  }
184
189
  }
185
190
 
@@ -220,7 +225,8 @@
220
225
  .icon-shortcuts,
221
226
  .network-lib-ui-icon-virtualAdapter,
222
227
  .network-lib-ui-icon-physicalAdapter,
223
- .vx-icon-new-cluster {
228
+ .vx-icon-new-cluster,
229
+ .vx-icon-other {
224
230
  width: 18px;
225
231
  min-width: 18px;
226
232
  height: 18px;
@@ -114,6 +114,9 @@
114
114
  .vsphere-icon-storage-system-refresh {
115
115
  background-position: 0 3.8025350233%;
116
116
  }
117
+ .vx-icon-temp {
118
+ background-position: 0 18.8792528352%;
119
+ }
117
120
 
118
121
 
119
122
  /* _____BACKGROUND IMAGE_____ */
@@ -154,10 +157,11 @@
154
157
  .icon-tasks,
155
158
  .vx-icon-removeIcon,
156
159
  .vsphere-icon-storage-system-refresh,
157
- .vsphere-icon-snapshot-run {
158
- background-image: url('../img/icons/icons-sprite-light-4.svg');
160
+ .vsphere-icon-snapshot-run,
161
+ .vx-icon-temp {
162
+ background-image: url('assets/img/icons/icons-sprite-light-4.svg');
159
163
  html.dark-theme & {
160
- background-image: url('../img/icons/icons-sprite-dark-4.svg');
164
+ background-image: url('assets/img/icons/icons-sprite-dark-4.svg');
161
165
  }
162
166
  }
163
167
  .active .icon-roll-back,
@@ -195,11 +199,12 @@
195
199
  .active .icon-tasks,
196
200
  .active .vx-icon-removeIcon,
197
201
  .active .vsphere-icon-storage-system-refresh,
198
- .active .vsphere-icon-snapshot-run {
199
- background-image: url('../img/icons/icons-sprite-dark-4.svg');
202
+ .active .vsphere-icon-snapshot-run,
203
+ .active .vx-icon-temp {
204
+ background-image: url('assets/img/icons/icons-sprite-light-4.svg');
200
205
 
201
206
  html.dark-theme & {
202
- background-image: url('../img/icons/icons-sprite-light-4.svg');
207
+ background-image: url('assets/img/icons/icons-sprite-light-4.svg');
203
208
  }
204
209
  }
205
210
 
@@ -252,7 +257,8 @@
252
257
  .vsphere-icon-user,
253
258
  .vx-icon-removeIcon,
254
259
  .vsphere-icon-storage-system-refresh,
255
- .vsphere-icon-snapshot-run {
260
+ .vsphere-icon-snapshot-run,
261
+ .vx-icon-temp {
256
262
  width: 18px;
257
263
  min-width: 18px;
258
264
  height: 18px;