Skip to content
Snippets Groups Projects
Commit 6d2f37d8 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Task #7020: tbb color changes by request

parent 573ad3aa
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ updateTBBrecording(string dp1, string mode,
string color = \"Lofar_broken\";
if (strtolower(mode) == \"recording\" ) color = \"Lofar_operational\";
if (strtolower(mode) == \"stopped\" ) color = \"Lofar_suspicious\";
setValue(\"TBBrecording\",\"toolTipText\",station+\" TBBmode: \"+mode );
setValue(\"TBBrecording\", \"backCol\", color);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment