Bug #3746
Give option to disable spice logging div in fullscreen
Status: | Closed | Start date: | 04/13/2015 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | Carlos Martín | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 5.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 4.12 |
Description
When you enter the full-screen option of a SPICE enabled VM you will see a box in the right top of the window (See attached screenshot). As far as I could see there is no option to disable this. For now I have just added display: none;
to the .spice-message
class in spice-custon.css
. But perhaps someone else has a more elegant solution.
Associated revisions
Bug #3746: Disable spice log messages
The messages are already sent to the console, this way
the window has a cleaner look
Bug #3746: Disable spice log messages
The messages are already sent to the console, this way
the window has a cleaner look
(cherry picked from commit 0b21d8ba4735ac7918d150bfc735438d93a200ce)
History
#1 Updated by Carlos Martín almost 6 years ago
- Category set to Sunstone
#2 Updated by Carlos Martín over 5 years ago
- Status changed from Pending to Closed
- Assignee set to Carlos Martín
- Target version set to Release 5.0
- Resolution set to fixed
I've disabled the log messages by default using your proposed css change.
Cheers.