bfg-common 1.3.65 → 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.
@@ -98,8 +98,16 @@
98
98
  .vsphere-icon-toolbar-edit {
99
99
  background-position: 0 35.4430379747%;
100
100
  }
101
+ .vsphere-icon-ovf-deploy {
102
+ background-position: 0 30.3797468354%;
103
+ }
104
+ .vsphere-icon-ovf-template-export {
105
+ background-position: 0 31.6455696203%;
106
+ }
101
107
 
102
108
  /* _____BACKGROUND IMAGE_____ */
109
+ .vsphere-icon-ovf-deploy,
110
+ .vsphere-icon-ovf-template-export,
103
111
  .vsphere-icon-resource-pool,
104
112
  .vsphere-icon-resource-pool-add,
105
113
  .vsphere-icon-resource-pool-edit,
@@ -137,6 +145,8 @@
137
145
  background-image: url('@/assets/img/icons/icons-sprite-dark-3.svg');
138
146
  }
139
147
  }
148
+ .active .vsphere-icon-ovf-deploy,
149
+ .active .vsphere-icon-ovf-template-export,
140
150
  .active .vsphere-icon-resource-pool,
141
151
  .active .vsphere-icon-resource-pool-add,
142
152
  .active .vsphere-icon-resource-pool-edit,
@@ -182,6 +192,8 @@
182
192
  background-size: 100% auto;
183
193
  }
184
194
 
195
+ .vsphere-icon-ovf-template-export,
196
+ .vsphere-icon-ovf-deploy,
185
197
  .vsphere-icon-resource-pool,
186
198
  .vsphere-icon-resource-pool-add,
187
199
  .vsphere-icon-resource-pool-edit,
@@ -63,6 +63,33 @@
63
63
  .vsphere-icon-vapp {
64
64
  background-position: 0 40.4269513009%;
65
65
  }
66
+ .vsphere-icon-vapp-add {
67
+ background-position: 0 41.6944629753%;
68
+ }
69
+ .vsphere-icon-vapp-edit {
70
+ background-position: 0 42.9619746498%;
71
+ }
72
+ .vsphere-icon-vapp-managed {
73
+ background-position: 0 44.2294863242%;
74
+ }
75
+ .vsphere-icon-vapp-running {
76
+ background-position: 0 45.4969979987%;
77
+ }
78
+ .vsphere-icon-vapp-running {
79
+ background-position: 0 45.4969979987%;
80
+ }
81
+ .vsphere-icon-vapp-running-managed {
82
+ background-position: 0 46.7645096731%;
83
+ }
84
+ .vsphere-icon-vapp-suspended {
85
+ background-position: 0 48.0320213476%;
86
+ }
87
+ .vsphere-icon-vapp-suspended-managed {
88
+ background-position: 0 49.299533022%;
89
+ }
90
+ .vsphere-icon-vapp-template {
91
+ background-position: 0 50.5670446965%;
92
+ }
66
93
  .vsphere-icon-virtual-port-group {
67
94
  background-position: 0 55.6370913943%;
68
95
  }
@@ -75,12 +102,28 @@
75
102
  .icon-roll-back {
76
103
  background-position: 0 26.4843228819%;
77
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
+ }
78
111
 
79
112
  /* _____BACKGROUND IMAGE_____ */
80
113
  .icon-roll-back,
81
114
  .icon-vSphere-dsVmDisk,
82
115
  .vsphere-icon-virtual-port-group,
83
116
  .vsphere-icon-vapp,
117
+ .vsphere-icon-vapp-add,
118
+ .vsphere-icon-vapp-edit,
119
+ .vsphere-icon-vapp-managed,
120
+ .vsphere-icon-vapp-running,
121
+ .vsphere-icon-vapp-running-managed,
122
+ .vsphere-icon-vapp-suspended,
123
+ .vsphere-icon-vapp-suspended-managed,
124
+ .vsphere-icon-vapp-template,
125
+ .vsphere-icon-tag-assign,
126
+ .vsphere-icon-tag-remove,
84
127
  .vx-icon-vmEdit,
85
128
  .vx-icon-vmManageSnapshots,
86
129
  .vm-ui-icon-vmSuspend,
@@ -112,6 +155,16 @@
112
155
  .active .icon-vSphere-dsVmDisk,
113
156
  .active .vsphere-icon-virtual-port-group,
114
157
  .active .vsphere-icon-vapp,
158
+ .active .vsphere-icon-vapp-add,
159
+ .active .vsphere-icon-vapp-edit,
160
+ .active .vsphere-icon-vapp-managed,
161
+ .active .vsphere-icon-vapp-running,
162
+ .active .vsphere-icon-vapp-running-managed,
163
+ .active .vsphere-icon-vapp-suspended,
164
+ .active .vsphere-icon-vapp-suspended-managed,
165
+ .active .vsphere-icon-vapp-template,
166
+ .active .vsphere-icon-tag-assign,
167
+ .active .vsphere-icon-tag-remove,
115
168
  .active .vx-icon-vmEdit,
116
169
  .active .vx-icon-vmManageSnapshots,
117
170
  .active .vm-ui-icon-vmSuspend,
@@ -159,6 +212,16 @@
159
212
  .icon-vSphere-dsVmDisk,
160
213
  .vsphere-icon-virtual-port-group,
161
214
  .vsphere-icon-vapp,
215
+ .vsphere-icon-vapp-add,
216
+ .vsphere-icon-vapp-edit,
217
+ .vsphere-icon-vapp-managed,
218
+ .vsphere-icon-vapp-running,
219
+ .vsphere-icon-vapp-running-managed,
220
+ .vsphere-icon-vapp-suspended,
221
+ .vsphere-icon-vapp-suspended-managed,
222
+ .vsphere-icon-vapp-template,
223
+ .vsphere-icon-tag-assign,
224
+ .vsphere-icon-tag-remove,
162
225
  .vx-icon-vmEdit,
163
226
  .vx-icon-vmManageSnapshots,
164
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.65",
4
+ "version": "1.3.67",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",