bfg-common 1.4.658 → 1.4.659

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.
@@ -51,6 +51,9 @@
51
51
  .vsphere-icon-user {
52
52
  background-position: 0 37.891927952%;
53
53
  }
54
+ .vsphere-icon-vSphere-group {
55
+ background-position: 0 39.1594396264%;
56
+ }
54
57
  .icon-tasks {
55
58
  background-position: 0 17.6117411608%;
56
59
  }
@@ -154,6 +157,7 @@
154
157
  .vsphere-icon-vm-templates-24x,
155
158
  .icon-tags-custom-attributes,
156
159
  .vsphere-icon-user,
160
+ .vsphere-icon-vSphere-group,
157
161
  .icon-vm-customizationManager-32x,
158
162
  .icon-storage-profile-32x,
159
163
  .icon-tasks,
@@ -198,6 +202,7 @@
198
202
  .active .vsphere-icon-vcenter,
199
203
  .active .icon-tags-custom-attributes,
200
204
  .active .vsphere-icon-user,
205
+ .active .vsphere-icon-vSphere-group,
201
206
  .active .icon-vm-customizationManager-32x .active .icon-tasks,
202
207
  .active .icon-tasks,
203
208
  .active .vx-icon-removeIcon,
@@ -259,6 +264,7 @@
259
264
  .icon-tags-custom-attributes,
260
265
  .icon-tasks,
261
266
  .vsphere-icon-user,
267
+ .vsphere-icon-vSphere-group,
262
268
  .vx-icon-removeIcon,
263
269
  .vsphere-icon-storage-system-refresh,
264
270
  .vsphere-icon-snapshot-run,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.658",
4
+ "version": "1.4.659",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",