From 3e9ddeb4bd35f8b39912bd9ce4963184f8be53fb Mon Sep 17 00:00:00 2001 From: MWicenec Date: Wed, 18 Dec 2024 16:10:03 +0800 Subject: [PATCH] wip commit adding a button to be able to toggle showing the config value --- static/tables.css | 8 ++++++++ templates/node_parameter_table.html | 1 + 2 files changed, 9 insertions(+) diff --git a/static/tables.css b/static/tables.css index b7eca849..71c78678 100644 --- a/static/tables.css +++ b/static/tables.css @@ -265,6 +265,14 @@ td:first-child input { font-size: 14px; } +#showOverwriteSeperately{ + background-color: transparent; +} + +#showOverwriteSeperately i{ + background: none; +} + .eagleTableWrapper i{ font-size:20px; } diff --git a/templates/node_parameter_table.html b/templates/node_parameter_table.html index 3472f6f4..0b6cf32c 100644 --- a/templates/node_parameter_table.html +++ b/templates/node_parameter_table.html @@ -96,6 +96,7 @@
Fields Table:
Value +