bfg-common 1.5.468 → 1.5.469

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.
@@ -95,6 +95,9 @@
95
95
  .storage-ui-icon-increase_datastore {
96
96
  background-position: 0 94.94%;
97
97
  }
98
+ .storage-ui-icon-datastore-mount {
99
+ background-position: 0 97.47%;
100
+ }
98
101
  .storage-ui-icon-datastore-unmount {
99
102
  background-position: 0 100%;
100
103
  }
@@ -133,6 +136,7 @@
133
136
  .storage-ui-icon-datastore-disconnect,
134
137
  .storage-ui-icon-register_vm,
135
138
  .storage-ui-icon-increase_datastore,
139
+ .storage-ui-icon-datastore-mount,
136
140
  .storage-ui-icon-datastore-unmount,
137
141
  .vx-icon-cloneToTemplate,
138
142
  .vx-icon-cloneVmToVm,
@@ -182,6 +186,7 @@
182
186
  .active .storage-ui-icon-datastore-disconnect,
183
187
  .active .storage-ui-icon-register_vm,
184
188
  .active .storage-ui-icon-increase_datastore,
189
+ .active .storage-ui-icon-datastore-mount,
185
190
  .active .storage-ui-icon-datastore-unmount,
186
191
  .active .vx-icon-cloneToTemplate,
187
192
  .active .vx-icon-cloneVmToVm,
@@ -236,6 +241,7 @@
236
241
  .storage-ui-icon-datastore-disconnect,
237
242
  .storage-ui-icon-register_vm,
238
243
  .storage-ui-icon-increase_datastore,
244
+ .storage-ui-icon-datastore-mount,
239
245
  .storage-ui-icon-datastore-unmount,
240
246
  .vx-icon-cloneToTemplate,
241
247
  .vx-icon-cloneVmToVm,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.468",
4
+ "version": "1.5.469",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",