bfg-common 1.3.169 → 1.3.170

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.
@@ -111,6 +111,10 @@
111
111
  .vx-icon-removeIcon {
112
112
  background-position: 0 74.649766511%;
113
113
  }
114
+ .vsphere-icon-storage-system-refresh {
115
+ background-position: 0 3.8025350233%;
116
+ }
117
+
114
118
 
115
119
  /* _____BACKGROUND IMAGE_____ */
116
120
  .icon-roll-back,
@@ -149,6 +153,7 @@
149
153
  .icon-storage-profile-32x,
150
154
  .icon-tasks,
151
155
  .vx-icon-removeIcon,
156
+ .vsphere-icon-storage-system-refresh,
152
157
  .vsphere-icon-snapshot-run {
153
158
  background-image: url('../img/icons/icons-sprite-light-4.svg');
154
159
  html.dark-theme & {
@@ -189,6 +194,7 @@
189
194
  .active .icon-vm-customizationManager-32x .active .icon-tasks,
190
195
  .active .icon-tasks,
191
196
  .active .vx-icon-removeIcon,
197
+ .active .vsphere-icon-storage-system-refresh,
192
198
  .active .vsphere-icon-snapshot-run {
193
199
  background-image: url('../img/icons/icons-sprite-dark-4.svg');
194
200
 
@@ -245,6 +251,7 @@
245
251
  .icon-tasks,
246
252
  .vsphere-icon-user,
247
253
  .vx-icon-removeIcon,
254
+ .vsphere-icon-storage-system-refresh,
248
255
  .vsphere-icon-snapshot-run {
249
256
  width: 18px;
250
257
  min-width: 18px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.169",
4
+ "version": "1.3.170",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",