bfg-common 1.4.644 → 1.4.646

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.
@@ -98,6 +98,9 @@
98
98
  .storage-ui-icon-datastore-unmount {
99
99
  background-position: 0 100%;
100
100
  }
101
+ .host-ui-icon-certificate {
102
+ background-position: 0 35.508851%;
103
+ }
101
104
  .host-ui-icon-renewCertificate {
102
105
  background-position: 0 36.7088607595%;
103
106
  }
@@ -112,6 +115,7 @@
112
115
  }
113
116
 
114
117
  /* _____BACKGROUND IMAGE_____ */
118
+ .host-ui-icon-certificate,
115
119
  .host-ui-icon-renewCertificate,
116
120
  .vsphere-icon-datastore-cluster,
117
121
  .storage-ui-icon-datastore_delete,
@@ -156,6 +160,7 @@
156
160
  }
157
161
  }
158
162
 
163
+ .active .host-ui-icon-certificate,
159
164
  .active .host-ui-icon-renewCertificate,
160
165
  .active .vsphere-icon-datastore-cluster,
161
166
  .active .storage-ui-icon-datastore_delete,
@@ -205,6 +210,7 @@
205
210
  min-height: 26px;
206
211
  background-size: 100% auto;
207
212
  }
213
+ .host-ui-icon-certificate,
208
214
  .host-ui-icon-renewCertificate,
209
215
  .vsphere-icon-datastore-cluster,
210
216
  .storage-ui-icon-datastore_delete,
@@ -237,6 +237,7 @@
237
237
  .icon-backup-storage-inaccessible,
238
238
  .icon-backup-storage-connected,
239
239
  .icon-backup-storage-disconnected,
240
+ .icon-add-backup-storage,
240
241
  .icon-backup-bucket,
241
242
  .icon-backup-bucket-ok,
242
243
  .icon-backup-bucket-warning,
@@ -315,6 +316,7 @@
315
316
  .active .icon-backup-storage-inaccessible,
316
317
  .active .icon-backup-storage-connected,
317
318
  .active .icon-backup-storage-disconnected,
319
+ .active .icon-add-backup-storage,
318
320
  .active .icon-backup-bucket,
319
321
  .active .icon-backup-bucket-ok,
320
322
  .active .icon-backup-bucket-warning,
@@ -395,6 +397,7 @@
395
397
  .icon-backup-storage-inaccessible,
396
398
  .icon-backup-storage-connected,
397
399
  .icon-backup-storage-disconnected,
400
+ .icon-add-backup-storage,
398
401
  .icon-backup-bucket,
399
402
  .icon-backup-bucket-ok,
400
403
  .icon-backup-bucket-warning,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.644",
4
+ "version": "1.4.646",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",