Bug 1149480
| Summary: | snapshot columns length is not set correctly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Shirly Radco <sradco> | ||||
| Component: | ovirt-engine-userportal | Assignee: | Tomas Jelinek <tjelinek> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | movciari | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 3.4.0 | CC: | ecohen, gklein, lsurette, ofrenkel, rbalakri, Rhev-m-bugs, sradco, yeylon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 3.6.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | virt | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-09-09 09:12:18 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Shirly Radco
2014-10-05 11:54:54 UTC
can you please attach a screenshot? also, what browser version are you using? checked on 3.5, with firerfox, and it looked ok, there are only 4 columns taking half of the tab, and the description column got most of the space, which makes sense Created attachment 944206 [details]
Screenshot of Snapshots tab fields
I'm using Firefox. well, looking into code and trying it it works like this: - There are the following widths by default: date: 150px status: 75px memory: 55px description: 300px - This are the default values which apply if you don't touch them. If you resize the column manually, it will be stored in your browser's local storage so after refresh you will have this new value. If you want to go back to the default values you need to clear the local storage. In particular, you need to delete the ones which have keys like: ENGINE_UserPortal_GridColumnWidth_SubTabExtendedVmSnapshotView_table_N If you delete this keys (or the whole local storage, there is nothing too important) than the widths should go back to default ones. @Shirly: Could you please confirm this behavior? |