Hide Forgot
Description of problem:[fr-FR][Admin Portal] -> Disks -> The button Scan Alignment is missing Version-Release number of selected component (if applicable):3.3.0 How reproducible: Steps to Reproduce: 1.Go to Admin Portal 2.Press on sub-tab Disks 3. Actual results: See that Scan Alignment is missing in French Portal Expected results: Scan Alignment button should be added. This button translates as Alignement Scanner in Zanata. Additional info: I checked that the string had been translated and it has, so it is ready to go as soon as you can add this button
Created attachment 800381 [details] Scan Alignment in fr-FR
Created attachment 800752 [details] code: VmDiskListModelTable.java
confirming that in the code, the Scan Alignment command is explicitly set to be available from the context menu only (see attachment 800752 [details]). most chances are that this is by design, not a bug. closing.
Created attachment 800754 [details] code: MainTabDiskView.java MainTabDiskView.java is the relevant code here (represents the Disks main-tab). VmDiskListModelTable.java represent the Disks sub-tab under the VMs main tab. still - the Scan Alignment item is available from the context menu only by design.