mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 15:42:25 +00:00
Status report tweaks.
This commit is contained in:
parent
92e892c450
commit
0004fca318
2 changed files with 3 additions and 3 deletions
|
|
@ -156,8 +156,8 @@ sub svgtext {
|
|||
sub colourfor {
|
||||
my ($str) = @_;
|
||||
if ($str eq "Failed") {return "#e03030";}
|
||||
if ($str eq "Changed") {return "#d0a030";}
|
||||
return "#60ff60";
|
||||
if ($str eq "Changed") {return "#ff9d4d";}
|
||||
return "#5adb5a";
|
||||
}
|
||||
|
||||
my $rows = keys %status;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue