bfg-common 1.3.66 → 1.3.67

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.
@@ -102,6 +102,12 @@
102
102
  .icon-roll-back {
103
103
  background-position: 0 26.4843228819%;
104
104
  }
105
+ .vsphere-icon-tag-assign {
106
+ background-position: 0 13.8092061374%;
107
+ }
108
+ .vsphere-icon-tag-remove {
109
+ background-position: 0 16.3442294863%;
110
+ }
105
111
 
106
112
  /* _____BACKGROUND IMAGE_____ */
107
113
  .icon-roll-back,
@@ -116,6 +122,8 @@
116
122
  .vsphere-icon-vapp-suspended,
117
123
  .vsphere-icon-vapp-suspended-managed,
118
124
  .vsphere-icon-vapp-template,
125
+ .vsphere-icon-tag-assign,
126
+ .vsphere-icon-tag-remove,
119
127
  .vx-icon-vmEdit,
120
128
  .vx-icon-vmManageSnapshots,
121
129
  .vm-ui-icon-vmSuspend,
@@ -155,6 +163,8 @@
155
163
  .active .vsphere-icon-vapp-suspended,
156
164
  .active .vsphere-icon-vapp-suspended-managed,
157
165
  .active .vsphere-icon-vapp-template,
166
+ .active .vsphere-icon-tag-assign,
167
+ .active .vsphere-icon-tag-remove,
158
168
  .active .vx-icon-vmEdit,
159
169
  .active .vx-icon-vmManageSnapshots,
160
170
  .active .vm-ui-icon-vmSuspend,
@@ -210,6 +220,8 @@
210
220
  .vsphere-icon-vapp-suspended,
211
221
  .vsphere-icon-vapp-suspended-managed,
212
222
  .vsphere-icon-vapp-template,
223
+ .vsphere-icon-tag-assign,
224
+ .vsphere-icon-tag-remove,
213
225
  .vx-icon-vmEdit,
214
226
  .vx-icon-vmManageSnapshots,
215
227
  .vm-ui-icon-vmSuspend,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.66",
4
+ "version": "1.3.67",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",