#108 add renderer UI option to disable WebGL

This commit is contained in:
Henning Jacobs
2017-01-24 16:45:30 +01:00
parent b37aa6a59a
commit 650d2c58d2
2 changed files with 13 additions and 13 deletions

View File

@@ -14,5 +14,7 @@ Example URL: ``https://kube-ops-view.example.org/#dashboard=true;reload=600``
Enable dashboard mode which hides the menu bar.
``reload``
Reload the whole page after X seconds. This is useful for unattended TV screens running 24x7 to mitigate JavaScript memory leaks and browser crashes.
``renderer``
Forces the fallback canvas renderer (instead of WebGL) when set to "canvas".
``scale``
Set the initial view scale (``1.0`` is 100%).