There is a button above the grid of virtual machines named "Export" that exports the selected VM(s) to a data domain. The problem with this button is twofold: 1. It is named "Export" although there are other export operations (export to OVA and the deprecated export to an export domain). It should have been called "Export to Data Domain" in order to clarify what type of export it means. 2. The other export operations appear in the kebab menu as they are not so common. This operation is even less common than the other export operations and therefore should be in that kebab menu as well, ideally placed next to them
When this was developed it wasn't possible to place buttons that are added via ui-extensions in the kebab menu, Sharon is it possible to this now?
(In reply to Benny Zlotnik from comment #1) > When this was developed it wasn't possible to place buttons that are added > via ui-extensions in the kebab menu, Sharon is it possible to this now? No, it's still not supported but if needed then we can check how feasible it is to do that.
Benny, I checked that and it seems a very easy fix for supporting. Once the ActionButtonInterface::isInMoreMenu() [1] is set to True then the button is relocated within the kebab menu of the level set by the getPluginApi()..addMenuPlaceActionButton(). So it is supported by the plugin, just need to support that by ui-extensions as well. [1] https://github.com/oVirt/ovirt-engine/blob/fe1335ee2d891adb231f7f0e651f6bf0ce3a983b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/plugin/api/ActionButtonInterface.java#L60 You can either re-assign this bug to UX team and we can handle this for 4.4.9 or if you prefer it earlier then leave that on Storage.
I think it would be better if we keep one button with the name "Export" and put all the possible export options in the kebab-menu
(In reply to Patrick from comment #4) > I think it would be better if we keep one button with the name "Export" and > put all the possible export options in the kebab-menu If we have one button named "Export" then I would expect it to open a dialog like we have for "Import" that allows the user to choose the target type inside and there would be no need for the other buttons - but that change would take significantly more time
This bugzilla is included in oVirt 4.5.0 release, published on April 20th 2022. Since the problem described in this bug report should be resolved in oVirt 4.5.0 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.