From 16573166ddfe80565be8bba3c4ec4ab4ac834d88 Mon Sep 17 00:00:00 2001 From: Lucas Roesler Date: Wed, 2 Jan 2019 09:15:49 +0100 Subject: [PATCH] Update titles to active voice Signed-off-by: Lucas Roesler --- docs/reference/ssl/swarm-with-traefik.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/ssl/swarm-with-traefik.md b/docs/reference/ssl/swarm-with-traefik.md index 21c32800..3a730dc7 100644 --- a/docs/reference/ssl/swarm-with-traefik.md +++ b/docs/reference/ssl/swarm-with-traefik.md @@ -207,7 +207,7 @@ faas-cli deploy --gateway https://openfaas.mydomain.com ``` Replace `openfaas.mydomain.com` with your domain as well as adding the username `admin` and secure random password that the deploy script created for you when you deployed OpenFaaS. -### Using the web UI +### Use the web UI You can use the web UI to see the functions deployed to your cluster or to deploy functions from the Store. In your web browser, go to https://openfaas.mydomain.com/ui/. Note that the trailing slash is required. On your first visit, the HTTP authentication dialogue box will open, you can login with the username `admin` and secure random password that the deploy script created for you when you deployed OpenFaaS.