Modify appearance of variables in monitoring suite
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)