From f3c6b344b704e5f5ff47bf386e7424be606cc343 Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Thu, 25 Apr 2024 09:02:04 -0500 Subject: [PATCH] WIP - Current status on config page --- src/rust/lqos_node_manager/static/config.html | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/rust/lqos_node_manager/static/config.html b/src/rust/lqos_node_manager/static/config.html index fb687f5f..3c893609 100644 --- a/src/rust/lqos_node_manager/static/config.html +++ b/src/rust/lqos_node_manager/static/config.html @@ -533,22 +533,22 @@ let nics = null; let lqosd_config = null; - const bindings = [ - { field: "bindVersion", path: ".version", data: "string", editable: false }, - { field: "bindPath", path: ".lqos_directory", data: "string", editable: true }, - { field: "bindNodeId", path: ".node_id", data: "string", editable: true }, - { field: "bindNodeName", path: ".node_name", data: "string", editable: true }, - { field: "bindPacketCaptureTime", path: ".packet_capture_time", data: "integer", editable: true }, - { field: "bindQueueCheckPeriodMs", path: ".queue_check_period_ms", data: "integer", editable: true }, - { field: "bindSendAnonymous", path: ".usage_stats.send_anonymous", data: "bool", editable: true }, - { field: "bindAnonymousServer", path: ".usage_stats.anonymous_server", data: "string", editable: true }, - { field: "bindStopIrqBalance", path: ".tuning.stop_irq_balance", data: "bool", editable: true }, - { field: "bindNetdevBudgetUs", path: ".tuning.netdev_budget_usecs", data: "integer", editable: true }, - { field: "bindNetdevBudgetPackets", path: ".tuning.netdev_budget_packets", data: "integer", editable: true }, - { field: "bindRxUs", path: ".tuning.rx_usecs", data: "integer", editable: true }, - { field: "bindTxUs", path: ".tuning.tx_usecs", data: "integer", editable: true }, - { field: "bindDisableRxVlan", path: ".tuning.disable_rxvlan", data: "bool", editable: true }, - { field: "bindDisableTxVlan", path: ".tuning.disable_txvlan", data: "bool", editable: true }, + const bindings = [ + { field: "bindVersion", path: ".version", data: "string", editable: false }, + { field: "bindPath", path: ".lqos_directory", data: "string", editable: true }, + { field: "bindNodeId", path: ".node_id", data: "string", editable: true }, + { field: "bindNodeName", path: ".node_name", data: "string", editable: true }, + { field: "bindPacketCaptureTime", path: ".packet_capture_time", data: "integer", editable: true }, + { field: "bindQueueCheckPeriodMs", path: ".queue_check_period_ms", data: "integer", editable: true }, + { field: "bindSendAnonymous", path: ".usage_stats.send_anonymous", data: "bool", editable: true }, + { field: "bindAnonymousServer", path: ".usage_stats.anonymous_server", data: "string", editable: true }, + { field: "bindStopIrqBalance", path: ".tuning.stop_irq_balance", data: "bool", editable: true }, + { field: "bindNetdevBudgetUs", path: ".tuning.netdev_budget_usecs", data: "integer", editable: true }, + { field: "bindNetdevBudgetPackets", path: ".tuning.netdev_budget_packets", data: "integer", editable: true }, + { field: "bindRxUs", path: ".tuning.rx_usecs", data: "integer", editable: true }, + { field: "bindTxUs", path: ".tuning.tx_usecs", data: "integer", editable: true }, + { field: "bindDisableRxVlan", path: ".tuning.disable_rxvlan", data: "bool", editable: true }, + { field: "bindDisableTxVlan", path: ".tuning.disable_txvlan", data: "bool", editable: true }, // bindDisableOffload is special - do it later // bridge/stick is special - do it later { field: "bindSqm", path: ".queues.default_sqm", data: "select-premade", editable: true },