]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Add documentation about supported browsers 23712/head
authorTiago Melo <tspmelo@gmail.com>
Thu, 23 Aug 2018 13:56:38 +0000 (14:56 +0100)
committerTiago Melo <tspmelo@gmail.com>
Thu, 30 Aug 2018 08:57:17 +0000 (09:57 +0100)
Fixes: http://tracker.ceph.com/issues/27207
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/README.rst

index 30cbe2fc5bbd1ec24227d49f0a396752511ff32a..e26c39057d2b4274b26eef7738bd3afdc31d8bb1 100644 (file)
@@ -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 <https://www.google.com/chrome/>`_   | 68+      |
++----------------------------------------------+----------+
+| `Firefox <http://www.mozilla.org/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
 -----------------------------