#108 document UI options
This commit is contained in:
@@ -18,6 +18,7 @@ GitHub repository: https://github.com/hjacobs/kube-ops-view
|
|||||||
user-guide
|
user-guide
|
||||||
multiple-clusters
|
multiple-clusters
|
||||||
access-control
|
access-control
|
||||||
|
ui-options
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
16
docs/ui-options.rst
Normal file
16
docs/ui-options.rst
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
==========
|
||||||
|
UI Options
|
||||||
|
==========
|
||||||
|
|
||||||
|
Kubernetes Operational View has a few options to change the UI behavior.
|
||||||
|
All these options are passed in the URL's fragment identifier (starting with ``#``) in the format of key/value pairs separated by semicolons.
|
||||||
|
|
||||||
|
Example URL: ``https://kube-ops-view.example.org/#dashboard=true;reload=600``
|
||||||
|
|
||||||
|
|
||||||
|
``dashboard``
|
||||||
|
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.
|
||||||
|
``clusters``
|
||||||
|
Comma separated list of cluster IDs to show.
|
||||||
Reference in New Issue
Block a user