Resync'd UI and API

This commit is contained in:
Mark McDowall 2013-04-21 18:21:24 -07:00
parent c3214a2e88
commit 000b7bf9e0
7 changed files with 19 additions and 11 deletions

View file

@ -76,7 +76,7 @@ define('app', function () {
if (!monitored) {
return '<i class="icon-pause grid-icon" title="Not Monitored"></i>';
}
if (status === 'Continuing') {
if (status === 0) {
return '<i class="icon-play grid-icon" title="Continuing"></i>';
}