bfg-common 1.3.65 → 1.3.66

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
  }
@@ -81,6 +108,14 @@
81
108
  .icon-vSphere-dsVmDisk,
82
109
  .vsphere-icon-virtual-port-group,
83
110
  .vsphere-icon-vapp,
111
+ .vsphere-icon-vapp-add,
112
+ .vsphere-icon-vapp-edit,
113
+ .vsphere-icon-vapp-managed,
114
+ .vsphere-icon-vapp-running,
115
+ .vsphere-icon-vapp-running-managed,
116
+ .vsphere-icon-vapp-suspended,
117
+ .vsphere-icon-vapp-suspended-managed,
118
+ .vsphere-icon-vapp-template,
84
119
  .vx-icon-vmEdit,
85
120
  .vx-icon-vmManageSnapshots,
86
121
  .vm-ui-icon-vmSuspend,
@@ -112,6 +147,14 @@
112
147
  .active .icon-vSphere-dsVmDisk,
113
148
  .active .vsphere-icon-virtual-port-group,
114
149
  .active .vsphere-icon-vapp,
150
+ .active .vsphere-icon-vapp-add,
151
+ .active .vsphere-icon-vapp-edit,
152
+ .active .vsphere-icon-vapp-managed,
153
+ .active .vsphere-icon-vapp-running,
154
+ .active .vsphere-icon-vapp-running-managed,
155
+ .active .vsphere-icon-vapp-suspended,
156
+ .active .vsphere-icon-vapp-suspended-managed,
157
+ .active .vsphere-icon-vapp-template,
115
158
  .active .vx-icon-vmEdit,
116
159
  .active .vx-icon-vmManageSnapshots,
117
160
  .active .vm-ui-icon-vmSuspend,
@@ -159,6 +202,14 @@
159
202
  .icon-vSphere-dsVmDisk,
160
203
  .vsphere-icon-virtual-port-group,
161
204
  .vsphere-icon-vapp,
205
+ .vsphere-icon-vapp-add,
206
+ .vsphere-icon-vapp-edit,
207
+ .vsphere-icon-vapp-managed,
208
+ .vsphere-icon-vapp-running,
209
+ .vsphere-icon-vapp-running-managed,
210
+ .vsphere-icon-vapp-suspended,
211
+ .vsphere-icon-vapp-suspended-managed,
212
+ .vsphere-icon-vapp-template,
162
213
  .vx-icon-vmEdit,
163
214
  .vx-icon-vmManageSnapshots,
164
215
  .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.66",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",