| Summary: | [RFE] Allow saving Console Invocation in UserPortal | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | nicolas |
| Component: | Frontend.UserPortal | Assignee: | bugs <bugs> |
| Status: | CLOSED WONTFIX | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.4.1 | CC: | bugs, michal.skrivanek, nicolas, oourfali, rnori |
| Target Milestone: | --- | Flags: | rule-engine:
planning_ack?
rule-engine: devel_ack? rule-engine: testing_ack? |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-10 13:13:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
nicolas
2016-04-07 19:00:29 UTC
(In reply to nicolas from comment #0) it is supposed to be persisted already. It's in browser's store, so as long as you don't clean up all that and use the same user on same browser it should remain as last time. Is it the case? Also, there is a global default ClientMode[Vnc|Spice|Rdp]Default you can change via engine-config Ah, so it's stored in the browser. Now I tried it and it works, the problem is that I change my location often and access oVirt from different places, so I had the feeling that the choice was not being saved. Maybe this could be stored in the DB so each machine has its own configuration? If you don't feel this is relevant you can close the BZ as it's indeed working good. Thanks. Oved, do you track a server-side general storage for client-side settings? (is "connect automatically" now done in such a way?) Not sure. Ravi? We don't track all client-side settings, ssh public key and connect automatically are the only ones currently persisted in the user_profiles table in the database. (In reply to nicolas from comment #2) > Ah, so it's stored in the browser. Now I tried it and it works, the problem > is that I change my location often and access oVirt from different places, > so I had the feeling that the choice was not being saved. > > Maybe this could be stored in the DB so each machine has its own > configuration? If you don't feel this is relevant you can close the BZ as > it's indeed working good. > > Thanks. Nicolas - thanks. I think I'll close it for the time being - most of the users login from one or few locations - I don't think it's worth the effort to persist it all the way into the database. |