From a4d4a6df7d199ff78b4cdc5baa8a7e5d9264b78b Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Fri, 3 May 2024 09:26:56 -0500 Subject: [PATCH] Speed editing with buttons works --- src/rust/lqos_node_manager/static/config.html | 38 ++++++++++++++++++- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/src/rust/lqos_node_manager/static/config.html b/src/rust/lqos_node_manager/static/config.html index 78079279..c6e17b93 100644 --- a/src/rust/lqos_node_manager/static/config.html +++ b/src/rust/lqos_node_manager/static/config.html @@ -1058,8 +1058,8 @@ html += " "; html += " "; html += "
"; - html += "Download:
"; - html += "Upload:
"; + html += "Download: " + value.downloadBandwidthMbps + " Mbps
"; + html += "Upload: " + value.uploadBandwidthMbps + " Mbps
"; let num_children = 0; for (let i=0; i