aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/settings.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/settings.js b/static/settings.js
index 7835254..d9efd5c 100644
--- a/static/settings.js
+++ b/static/settings.js
@@ -23,6 +23,7 @@ async function btn_settings_send() {
'ensemble_label': document.getElementById('ensemble_label').value,
'ensemble_shortlabel': document.getElementById('ensemble_shortlabel').value,
'output_edi_port': parseInt(document.getElementById('output_edi_port').value, 10),
+ 'output_zmq_port': parseInt(document.getElementById('output_zmq_port').value, 10),
'services': [],
};