исправление багов: принудительная остановка ssl сервера, ошибка применения QoS профиля, ошибка применения последовательности голда, небольшие изменения в верстке мониторинга
This commit is contained in:
@@ -28,8 +28,8 @@ def extract_param_names(mc):
|
||||
case 'checkbox': return [{"initValue": 'false'} | copy_fields]
|
||||
case 'number': return [{"initValue": widget['min'] if widget['min'] else '0'} | copy_fields]
|
||||
case 'number-int': return [{"initValue": "0"} | copy_fields]
|
||||
case 'modulation-modcod': return [{"name": widget['name'] + "Modulation", "initValue": '"QPSK"'} | copy_fields]
|
||||
case 'modulation-speed': return [{"name": widget['name'] + "Speed", "initValue": '"1/4"'} | copy_fields]
|
||||
case 'modulation-modcod': return [copy_fields | {"name": widget['name'] + "Modulation", "initValue": '"QPSK"'}]
|
||||
case 'modulation-speed': return [copy_fields | {"name": widget['name'] + "Speed", "initValue": '"1/4"'}]
|
||||
case 'watch': return []
|
||||
|
||||
return [{"initValue": 'null'} | copy_fields]
|
||||
|
Reference in New Issue
Block a user