Bug 1010120

Summary: [fr-FR][Admin Portal] -> Disks -> The button Scan Alignment is missing
Product: Red Hat Enterprise Virtualization Manager Reporter: croe <croe>
Component: ovirt-engine-webadmin-portalAssignee: Nobody <nobody>
Status: CLOSED NOTABUG QA Contact: Pavel Stehlik <pstehlik>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: acathrow, amureini, croe, ecohen, eng-i18n-bugs, iheim, qe-i18n-bugs, Rhev-m-bugs, yeylon, ykatabam
Target Milestone: ---   
Target Release: 3.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: storage
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-20 21:48:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Storage RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Scan Alignment in fr-FR
none
code: VmDiskListModelTable.java
none
code: MainTabDiskView.java none

Description croe@redhat.com 2013-09-20 03:46:46 UTC
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

Comment 1 Yuko Katabami 2013-09-20 09:49:41 UTC
Created attachment 800381 [details]
Scan Alignment in fr-FR

Comment 3 Einav Cohen 2013-09-20 21:47:31 UTC
Created attachment 800752 [details]
code: VmDiskListModelTable.java

Comment 4 Einav Cohen 2013-09-20 21:48:44 UTC
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.

Comment 5 Einav Cohen 2013-09-20 21:59:11 UTC
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.