From 4fe0c9eb1c00b6b7c694989f1c91e672c0aa3d72 Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Fri, 16 Aug 2019 14:23:15 -0700 Subject: Polish titles in setup complete --- synapse_topology/webui/src/js/components/DelegationSampleConfig.jsx | 6 +++--- .../webui/src/js/components/ReverseProxySampleConfig.jsx | 4 ++-- synapse_topology/webui/src/scss/main.scss | 5 +++++ 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/synapse_topology/webui/src/js/components/DelegationSampleConfig.jsx b/synapse_topology/webui/src/js/components/DelegationSampleConfig.jsx index 6013246464..cc45bab971 100644 --- a/synapse_topology/webui/src/js/components/DelegationSampleConfig.jsx +++ b/synapse_topology/webui/src/js/components/DelegationSampleConfig.jsx @@ -19,7 +19,7 @@ export default ({ if (delegationType == DELEGATION_TYPES.DNS) { return -

ConfigureDelegation

+

Configure Delegation

You will need to add the following SRV record to your DNS zone.

@@ -34,7 +34,7 @@ export default ({ } else { return -

Configure delegation

+

Configure delegation

The delegation configuration needs to take place outside the installer.

@@ -60,4 +60,4 @@ export default ({ } -} \ No newline at end of file +} diff --git a/synapse_topology/webui/src/js/components/ReverseProxySampleConfig.jsx b/synapse_topology/webui/src/js/components/ReverseProxySampleConfig.jsx index 034b79f388..92aee9e51c 100644 --- a/synapse_topology/webui/src/js/components/ReverseProxySampleConfig.jsx +++ b/synapse_topology/webui/src/js/components/ReverseProxySampleConfig.jsx @@ -8,7 +8,7 @@ import { REVERSE_PROXY_TYPES } from '../actions/constants'; export default ({ proxyType, sampleConfig, fileName, onClick }) => { return -

Configure the ReverseProxy

+

Configure the ReverseProxy

It's time for you to setup the reverse proxy outside of this installer.

@@ -33,4 +33,4 @@ export default ({ proxyType, sampleConfig, fileName, onClick }) => {
; -} \ No newline at end of file +} diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss index b497c54639..db1a1a34cf 100644 --- a/synapse_topology/webui/src/scss/main.scss +++ b/synapse_topology/webui/src/scss/main.scss @@ -236,3 +236,8 @@ input[type=checkbox] { margin-left: 0.6rem; font-size: 0.6rem; } + +.setupCompleteTitle { + margin-left: 0; + margin-top: 0; +} -- cgit 1.5.1