bfg-common 1.4.758 → 1.4.759

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.
@@ -86,7 +86,7 @@
86
86
  .vsphere-icon-datastore-cluster {
87
87
  background-position: 0 83.5443037975%;
88
88
  }
89
- .storage-ui-icon-datastore_delete {
89
+ .storage-ui-icon-datastore-disconnect {
90
90
  background-position: 0 87.3417721519%;
91
91
  }
92
92
  .storage-ui-icon-register_vm {
@@ -121,7 +121,7 @@
121
121
  .host-ui-icon-certificate,
122
122
  .host-ui-icon-renewCertificate,
123
123
  .vsphere-icon-datastore-cluster,
124
- .storage-ui-icon-datastore_delete,
124
+ .storage-ui-icon-datastore-disconnect,
125
125
  .storage-ui-icon-register_vm,
126
126
  .storage-ui-icon-increase_datastore,
127
127
  .storage-ui-icon-datastore-unmount,
@@ -167,7 +167,7 @@
167
167
  .active .host-ui-icon-certificate,
168
168
  .active .host-ui-icon-renewCertificate,
169
169
  .active .vsphere-icon-datastore-cluster,
170
- .active .storage-ui-icon-datastore_delete,
170
+ .active .storage-ui-icon-datastore-disconnect,
171
171
  .active .storage-ui-icon-register_vm,
172
172
  .active .storage-ui-icon-increase_datastore,
173
173
  .active .storage-ui-icon-datastore-unmount,
@@ -218,7 +218,7 @@
218
218
  .host-ui-icon-certificate,
219
219
  .host-ui-icon-renewCertificate,
220
220
  .vsphere-icon-datastore-cluster,
221
- .storage-ui-icon-datastore_delete,
221
+ .storage-ui-icon-datastore-disconnect,
222
222
  .storage-ui-icon-register_vm,
223
223
  .storage-ui-icon-increase_datastore,
224
224
  .storage-ui-icon-datastore-unmount,
@@ -57,7 +57,7 @@ const setCurrentPositionsPopup = (): void => {
57
57
  if (contextMenuY + contextH >= windowH) {
58
58
  currentContextMenuY.value = 'auto'
59
59
  } else {
60
- if (isNewView.value) contextMenuY += 4
60
+ if (isNewView.value) contextMenuY += 8
61
61
  currentContextMenuY.value = `${contextMenuY}px`
62
62
  }
63
63
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.758",
4
+ "version": "1.4.759",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",