summary refs log tree commit diff
path: root/synapse_topology/view/webui/js/containers/TLS.js
diff options
context:
space:
mode:
authorJorik Schellekens <joriks@matrix.org>2019-08-05 19:28:31 +0100
committerJorik Schellekens <joriks@matrix.org>2019-08-28 15:59:53 +0100
commit7fe1148f44e878a64e01f48dc3aae29eae6ebe1a (patch)
tree86a0b749eced08c319b98c2cfa09ef9595c0fca0 /synapse_topology/view/webui/js/containers/TLS.js
parentSelecting ports for delegation. (diff)
downloadsynapse-7fe1148f44e878a64e01f48dc3aae29eae6ebe1a.tar.xz
'not useing' tls is no longer an option.
Diffstat (limited to 'synapse_topology/view/webui/js/containers/TLS.js')
-rw-r--r--synapse_topology/view/webui/js/containers/TLS.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/synapse_topology/view/webui/js/containers/TLS.js b/synapse_topology/view/webui/js/containers/TLS.js
index 58efa98897..24f8f2cfe6 100644
--- a/synapse_topology/view/webui/js/containers/TLS.js
+++ b/synapse_topology/view/webui/js/containers/TLS.js
@@ -19,10 +19,6 @@ const mapDispathToProps = (dispatch) => ({
     dispatch(advance_ui(TLS_TYPES.TLS));
     dispatch(set_tls(TLS_TYPES.TLS));
   },
-  onClickNoTLS: () => {
-    dispatch(advance_ui(TLS_TYPES.NONE));
-    dispatch(set_tls(TLS_TYPES.NONE));
-  },
   onClickReverseProxy: () => {
     dispatch(advance_ui(TLS_TYPES.REVERSE_PROXY)),
       dispatch(set_tls(TLS_TYPES.REVERSE_PROXY))