From 8990fed8f0b0fa3207f787e4134e50362439d3a3 Mon Sep 17 00:00:00 2001 From: Vladislav Ostapov Date: Sat, 28 Dec 2024 16:42:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D1=87=D0=B0=D1=82=D0=BA=D0=B8=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=80=D0=B0=D0=B7=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D1=87?= =?UTF-8?q?=D0=B8=D0=BA=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/dev-params.json | 16 ++++++++++++++++ static/dev.html | 10 ++++++++++ 2 files changed, 26 insertions(+) create mode 100644 static/dev-params.json create mode 100644 static/dev.html diff --git a/static/dev-params.json b/static/dev-params.json new file mode 100644 index 0000000..a0e910d --- /dev/null +++ b/static/dev-params.json @@ -0,0 +1,16 @@ +{ + "params": [ + { + "label": "Запись пакетов", + "name": "log_bool", + "widget": "checkbox", + "function": "DmaDebug" + }, + { + "label": "Unused test", + "name": "log_bool", + "widget": "checkbox", + "function": "DmaDebug" + } + ] +} \ No newline at end of file diff --git a/static/dev.html b/static/dev.html new file mode 100644 index 0000000..566549b --- /dev/null +++ b/static/dev.html @@ -0,0 +1,10 @@ + + + + + Title + + + + + \ No newline at end of file