Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
webui status tab: change the implementation back to static columns
- Loading branch information
Showing
2 changed files
with
43 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b5f39d5There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This might lead in percentages and dBm values both displayed in the same column as different adapters might report snr/signal in different metrics. Is this your intention? I consider my approach more straight.
b5f39d5There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there are suffixes ('%' and 'dB' or 'dBm') so users can quite easy read the values. Also, percentage shows as a bar. Unfortunately, my firefox renders the dynamically added columns incorrectly (they are in the invisible area on the right side by default) and basically I don't like to have 4 columns for more complex hardware configurations rather then 2.
I'm not against any other solution, if it works...
b5f39d5There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem. I'm fine with your solution.