Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #6729] Fullscreen mode #857

Closed
icinga-migration opened this issue Jul 15, 2014 · 21 comments
Closed

[dev.icinga.com #6729] Fullscreen mode #857

icinga-migration opened this issue Jul 15, 2014 · 21 comments
Labels
area/ui Affects the user interface enhancement New feature or improvement
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/6729

Created by tobiasvdk on 2014-07-15 09:35:57 +00:00

Assignee: tgelf
Status: Resolved (closed on 2015-06-18 11:43:31 +00:00)
Target Version: 2.0.0-rc1
Last Update: 2016-02-23 10:21:09 +00:00 (in Redmine)


I want to use the dashboard to be shown on a big TV in our office. Therefor I want to disable the menu and the "top pane" - only showing the necessary information.
Is this possible yet?

Attachments

Changesets

2015-06-17 12:14:07 +00:00 by tgelf 57652bb

Layout: add showFullscreen parameter

refs #6729

2015-06-18 11:41:12 +00:00 by tgelf 2f62a43

Layout: add showFullscreen parameter

refs #6729
@icinga-migration
Copy link
Author

Updated by elippmann on 2014-07-15 11:45:33 +00:00

  • Subject changed from Disable menu and top pane. to Full Screen Mode

Hey,

Unfortunately this is not yet possible. But we planned to implement a "Full Screen Mode" which includes hiding the menu, controls (tabs, sorting and filter) and the topbar as you mentioned. As there was no issue for that yet I'll changed the subject. Thanks for your report.

Cheers,
Eric

tobiasvdk wrote:

I want to use the dashboard to be shown on a big TV in our office. Therefor I want to disable the menu and the "top pane" - only showing the necessary information.
Is this possible yet?

@icinga-migration
Copy link
Author

Updated by tgelf on 2014-07-18 09:31:08 +00:00

NB: It's partially there, but still needs to be finished. Try to open a JS console and run

icinga.ui.toggleFullscreen()

There will however remain white space on top. I guess we will finish this in August, we still have some open UI issues.

Cheers,
Thomas

@icinga-migration
Copy link
Author

Updated by mjentsch on 2014-07-22 11:07:31 +00:00

Maybe we could make use of the HTML5 fullscreen API for that. Making a certain HTML-Element fullscreen should (in theory) be as easy calling the requestFullScreen() on it. This would make the manual removal of all surrounding elements unnecessary, provide a smooth animation in most browsers, and also spare the user from manually toggling the fullscreen mode with F11.

Here is a simple demonstration of it: http://blogs.sitepointstatic.com/examples/tech/full-screen/index.html

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-10-28 09:36:58 +00:00

  • Target Version set to 2.0-16

@icinga-migration
Copy link
Author

Updated by elippmann on 2014-11-21 15:39:08 +00:00

  • Target Version changed from 2.0-16 to Backlog

@icinga-migration
Copy link
Author

Updated by elippmann on 2015-03-27 15:07:21 +00:00

  • Subject changed from Full Screen Mode to Fullscreen mode
  • Target Version changed from Backlog to 2.0.0-rc1

@icinga-migration
Copy link
Author

Updated by tgelf on 2015-06-02 16:32:29 +00:00

  • Status changed from New to Assigned
  • Assigned to set to tgelf

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-18 11:15:24 +00:00

Build !#765 triggered by commit 8a8f5b1 passed successfully.

Branch: origin/feature/fullscreen-mode-6729
Author: Thomas Gelf

@icinga-migration
Copy link
Author

Updated by icinga-kanban on 2015-06-18 11:31:43 +00:00

Build !#767 triggered by commit fb3850a passed successfully.

Branch: origin/feature/fullscreen-mode-6729
Author: Thomas Gelf

@icinga-migration
Copy link
Author

Updated by tgelf on 2015-06-18 11:42:42 +00:00

  • Status changed from Assigned to Feedback

@icinga-migration
Copy link
Author

Updated by tgelf on 2015-06-18 11:43:31 +00:00

  • Status changed from Feedback to Resolved

Added ?showFullscreen, merged to master. Sorry, forgot --no-ff :p

Cheers,
Thomas

@icinga-migration
Copy link
Author

Updated by tobiasvdk on 2015-06-18 11:57:53 +00:00

tgelf wrote:

Added ?showFullscreen, merged to master. Sorry, forgot --no-ff :p

Cheers,
Thomas
How can I activate the fullscreen mode?

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-06-18 11:58:32 +00:00

http://localhost/icingaweb2/dashboard?showFullscreen

@icinga-migration
Copy link
Author

Updated by tobiasvdk on 2015-06-18 12:04:49 +00:00

dnsmichi wrote:

http://localhost/icingaweb2/dashboard?showFullscreen
Thx!

@icinga-migration
Copy link
Author

Updated by tobiasvdk on 2015-06-18 12:05:55 +00:00

Also a button or something else would be nice.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-06-18 12:13:35 +00:00

  • File added Auswahl_224.png

I'd say - create a new issue which also includes documentation for this feature.

@tom
It looks awesome, thanks so much :)

Auswahl_224.png

@icinga-migration
Copy link
Author

Updated by tgelf on 2015-06-18 12:33:43 +00:00

dnsmichi, tobiasvdk: yep, URL param is showFullscreen, just adding it as a "standalone" parameter without value works fine. In case you want to use some URL in an iFrame you might also want to add showCompact, so for example icingaweb2/monitoring/list/services?service_problem=1&sort=service_severity&showFullscreen&showCompact might be helpful in case you want to use a filtered list as an iFrame somewhere else.

Cheers,
Thomas

NB: documentation for our special URL parameters is still TBD

@icinga-migration
Copy link
Author

Updated by tgelf on 2015-06-18 12:36:16 +00:00

NB: toggle link will be provided as soon as we replaced "close" and similar in our tabs with something more general - I didn't want to combine another ugly hack right now.

@icinga-migration
Copy link
Author

Updated by tobiasvdk on 2016-02-23 07:54:17 +00:00

There is currently no button or menu entry to activate the full screen mode, is it?

@icinga-migration
Copy link
Author

Updated by tgelf on 2016-02-23 08:15:29 +00:00

tobiasvdk wrote:

There is currently no button or menu entry to activate the full screen mode, is it?

No. Still ?showFullscreen&showCompact. Any idea where we could put this? I would prefer to not waste a menu entry for this.

Cheers,
Thomas

@icinga-migration
Copy link
Author

Updated by tobiasvdk on 2016-02-23 10:21:09 +00:00

tgelf wrote:

[...]
Any idea where we could put this? I would prefer to not waste a menu entry for this.
Maybe in the "Dropdown menu".

@icinga-migration icinga-migration added enhancement New feature or improvement area/ui Affects the user interface labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.0.0-rc1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui Affects the user interface enhancement New feature or improvement
Projects
None yet
Development

No branches or pull requests

1 participant