bfg-common 1.4.123 → 1.4.124

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.
@@ -9,6 +9,9 @@
9
9
  .vm-ui-icon-vmReset {
10
10
  background-position: 0 5.08%;
11
11
  }
12
+ .vm-snapshots {
13
+ background-position: 0 7.59%;
14
+ }
12
15
  .vx-icon-vmMigrate {
13
16
  background-position: 0 1.3%;
14
17
  }
@@ -206,6 +209,7 @@
206
209
  /* _____BACKGROUND IMAGE_____ */
207
210
  .vx-icon-vmMigrate,
208
211
  .vm-ui-icon-vmReset,
212
+ .vm-snapshots,
209
213
  .icon-administration,
210
214
  .icon-global-inventory-lists,
211
215
  .network-lib-ui-icon-vswitch,
@@ -283,6 +287,7 @@
283
287
  }
284
288
  .active .vx-icon-vmMigrate,
285
289
  .active .vm-ui-icon-vmReset,
290
+ .active .vm-snapshots,
286
291
  .active .icon-administration,
287
292
  .active .icon-global-inventory-lists,
288
293
  .active .network-lib-ui-icon-vswitch,
@@ -362,6 +367,7 @@
362
367
  /* _____ICONS COMMON STYLES_____ */
363
368
  .vx-icon-vmMigrate,
364
369
  .vm-ui-icon-vmReset,
370
+ .vm-snapshots,
365
371
  .icon-administration,
366
372
  .icon-global-inventory-lists,
367
373
  .network-lib-ui-icon-vswitch,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.123",
4
+ "version": "1.4.124",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",