From: Tiago Melo Date: Thu, 23 Aug 2018 13:56:38 +0000 (+0100) Subject: mgr/dashboard: Add documentation about supported browsers X-Git-Tag: v14.0.1~453^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d73f620323dbbd846b2642911e2e0fce5881b56;p=ceph.git mgr/dashboard: Add documentation about supported browsers Fixes: http://tracker.ceph.com/issues/27207 Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/README.rst b/src/pybind/mgr/dashboard/README.rst index 30cbe2fc5bbd..e26c39057d2b 100644 --- a/src/pybind/mgr/dashboard/README.rst +++ b/src/pybind/mgr/dashboard/README.rst @@ -55,6 +55,22 @@ See the `Ceph Dashboard plugin documentation and configure the dashboard manually and how to configure other settings, e.g. access to the Ceph object gateway. +Supported browsers +------------------ + +The Ceph Manager Dashboard is tested and developed on the following browsers: + ++----------------------------------------------+----------+ +| Browser | Versions | ++==============================================+==========+ +| `Chrome `_ | 68+ | ++----------------------------------------------+----------+ +| `Firefox `_ | 61+ | ++----------------------------------------------+----------+ + +While Ceph Manager Dashboard might work in older browsers, we cannot guarantee +it and recommend you update your browser to the latest version. + Working on the Dashboard Code -----------------------------