Commit a20e8d57 authored by Leo Iannacone's avatar Leo Iannacone

Merge branch 'develop' into portable

parents 5c3ecd2d 9f749067
......@@ -70,6 +70,14 @@ var Utils = {
className = _c[_s.status]
icon = _i[_s.status]
}
// do not change color if update or create and successed
if (_s.success == true &&
_s.status != config.status.build)
{
className = _c[_s.status]
}
return {
className: className,
icon: icon
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment