bfg-common 1.4.644 → 1.4.645

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,
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.645",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",