From 40481e3d3e668de088abdec88d5ab19bc8b9217b Mon Sep 17 00:00:00 2001 From: Moe Date: Fri, 4 Oct 2019 09:53:54 -0700 Subject: [PATCH] fix visibility for Check Signal Interval --- definitions/en_CA.js | 54 +++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 28 deletions(-) diff --git a/definitions/en_CA.js b/definitions/en_CA.js index fcece0b8..b514c0b6 100644 --- a/definitions/en_CA.js +++ b/definitions/en_CA.js @@ -887,34 +887,6 @@ module.exports = function(s,config,lang){ "form-group-class": "h_st_input h_st_hls h_st_flv h_st_mp4 h_st_h265", "possible": "" }, - { - "name": "detail=signal_check", - "field": lang["Check Signal Interval"], - "description": "How often your client will check each stream to see if it is alive. This is calculated in minutes.", - "default": "0", - "example": "", - "form-group-class": "h_st_input h_st_mjpeg h_st_b64 h_st_hls h_st_gif h_st_flv h_st_mp4 h_st_h265 h_hls_v_input h_hls_v_libx264 h_hls_v_libx265 h_hls_v_h264_nvenc h_hls_v_hevc_nvenc h_hls_v_no", - "possible": "" - }, - { - "name": "detail=signal_check_log", - "field": lang["Log Signal Event"], - "description": "This is for the client side only. It will display in the log thread when client side signal checks occur.", - "default": "0", - "example": "", - "fieldType": "select", - "form-group-class": "h_st_input h_st_mjpeg h_st_b64 h_st_hls h_st_gif h_st_flv h_st_mp4 h_st_h265 h_hls_v_input h_hls_v_libx264 h_hls_v_libx265 h_hls_v_h264_nvenc h_hls_v_hevc_nvenc h_hls_v_no", - "possible": [ - { - "name": lang.No, - "value": "0", - }, - { - "name": lang.Yes, - "value": "1", - } - ] - }, { "name": "detail=stream_quality", "field": lang.Quality, @@ -990,6 +962,32 @@ module.exports = function(s,config,lang){ } ] }, + { + "name": "detail=signal_check", + "field": lang["Check Signal Interval"], + "description": "How often your client will check the stream to see if it is alive. This is calculated in minutes.", + "default": "0", + "example": "", + "possible": "" + }, + { + "name": "detail=signal_check_log", + "field": lang["Log Signal Event"], + "description": "This is for the client side only. It will display in the log thread when client side signal checks occur.", + "default": "0", + "example": "", + "fieldType": "select", + "possible": [ + { + "name": lang.No, + "value": "0", + }, + { + "name": lang.Yes, + "value": "1", + } + ] + }, { "name": "detail=svf", "field": lang["Video Filter"],