From d259892cb8db436fa4417c4476263db12ac278b6 Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Thu, 28 Apr 2022 17:07:23 +0700 Subject: [PATCH] doc/mgr/dashboard: Fix typo and double-slash missing from URL The document lists the format of URL with the slashes missing after colon, also improved the language on it. Also fixed a typo with extra "n" in "matchn". Signed-off-by: Ville Ojamo <14869000+bluikko@users.noreply.github.com> --- doc/mgr/dashboard.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mgr/dashboard.rst b/doc/mgr/dashboard.rst index 60fca266e3ec..5bfcced4c240 100644 --- a/doc/mgr/dashboard.rst +++ b/doc/mgr/dashboard.rst @@ -581,7 +581,7 @@ running/deployed:: $ ceph dashboard set-grafana-api-url # default: '' -The format of url is : `::` +The format of the URL : `://:` .. note:: @@ -596,7 +596,7 @@ The format of url is : `::` If you are using a self-signed certificate for Grafana, disable certificate verification in the dashboard to avoid refused connections, which can be a result of certificates signed by an unknown CA or that do not -matchn the host name:: +match the host name:: $ ceph dashboard set-grafana-api-ssl-verify False -- 2.47.3