From 8d73f620323dbbd846b2642911e2e0fce5881b56 Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Thu, 23 Aug 2018 14:56:38 +0100 Subject: [PATCH] mgr/dashboard: Add documentation about supported browsers Fixes: http://tracker.ceph.com/issues/27207 Signed-off-by: Tiago Melo --- src/pybind/mgr/dashboard/README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pybind/mgr/dashboard/README.rst b/src/pybind/mgr/dashboard/README.rst index 30cbe2fc5bb..e26c39057d2 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 -----------------------------