Skip to content

Modify appearance of variables in monitoring suite

Dylan Oliver Teague requested to merge bugfix/improve-monitor-display into develop

As per issue #160 (closed), this commit allows "INPUT_ENABLE_MASK" to be displayed as a hex value, moves the GBT related variables before the VFAT ones, and changes the GBT_READY variable to show red when not ready.

The hex value issue is now generically fixed with the correct label group in labes.json. The variable "useHex" when set to true keeps the variable as a hex string. Currently this feature only happens in NormalValueWHex label group.

Closes #160 (closed)

Merge request reports