We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When specifying a limit
telemetry Channel1: U32 high { red 3, orange 2, yellow 1 }
and the channel goes above the threshold, I would expect the row to change colors. But I haven't been able to observe that behavior
Calculating the row color is here: https://github.com/nasa/fprime-gds/blob/2c95a45d044dc26b74da1c55c1197fc4bf3b7e7d/src/fprime_gds/flask/static/js/vue-support/channel.js#L86-L107 There may be a bug here or in the handling of the limit values, or in the display somewhere.
Channel row should take the appropriate color
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem Description
When specifying a limit
and the channel goes above the threshold, I would expect the row to change colors. But I haven't been able to observe that behavior
Calculating the row color is here: https://github.com/nasa/fprime-gds/blob/2c95a45d044dc26b74da1c55c1197fc4bf3b7e7d/src/fprime_gds/flask/static/js/vue-support/channel.js#L86-L107
There may be a bug here or in the handling of the limit values, or in the display somewhere.
How to Reproduce
Expected Behavior
Channel row should take the appropriate color
The text was updated successfully, but these errors were encountered: