Created attachment 618150[details]
screen shot
Description of problem:
after we copy a template disks to other storage domains, the column "Storage Domain(s) reports "2 SDs"
I don't this looks good... I think we should write the actual words (2 Storage Domains) instead of using initials.
Version-Release number of selected component (if applicable):
si19
How reproducible:
100%
Steps to Reproduce:
1. copy a templates disk
2.
3.
Actual results:
we are using initials for Storage Domains which I don't think looks good.
Expected results:
we should write the actual words: 2 Storage Domains
Additional info: screen shot
Seems like a pretty straightforward fix - just fix the default in CommonApplicationConstants
Vered - please verify that this is all that's needed and there are no I18N issues, and go for it.
Need to consider whether the text can fit in the screen. Need to also consider width of text after localization (i.e. needs to look good in Japanese and other languages as well).
After looking at the screen shot we can just change "SDs" to "Domains". since the column name is already 'Storage Domains" then "2 Domains" is guaranteed to be shorter.
Created attachment 618150 [details] screen shot Description of problem: after we copy a template disks to other storage domains, the column "Storage Domain(s) reports "2 SDs" I don't this looks good... I think we should write the actual words (2 Storage Domains) instead of using initials. Version-Release number of selected component (if applicable): si19 How reproducible: 100% Steps to Reproduce: 1. copy a templates disk 2. 3. Actual results: we are using initials for Storage Domains which I don't think looks good. Expected results: we should write the actual words: 2 Storage Domains Additional info: screen shot