Skip to content

Commit

Permalink
wip commit adding a button to be able to toggle showing the config value
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Wicenec committed Dec 18, 2024
1 parent 1d051e9 commit 3e9ddeb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions static/tables.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,14 @@ td:first-child input {
font-size: 14px;
}

#showOverwriteSeperately{
background-color: transparent;
}

#showOverwriteSeperately i{
background: none;
}

.eagleTableWrapper i{
font-size:20px;
}
Expand Down
1 change: 1 addition & 0 deletions templates/node_parameter_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ <h5 class="bottomWindowHeader">Fields Table: </h5>
<!-- ko if: ParameterTable.getActiveColumnVisibility().value() -->
<th class="parameter_table_value" data-bind="eagleTooltip:'The value of this parameter'" data-bs-placement="top">
<span>Value</span>
<button id="showOverwriteSeperately"><i class="material-icons-outlined">check_box_outline_blank</i></button>
<div data-bind="css: {resizer: ParameterTable.setUpColumnResizer('parameter_table_value') === true}"></div>
</th>
<!-- /ko -->
Expand Down

0 comments on commit 3e9ddeb

Please sign in to comment.