Remove catch-all “deployed” from pie chart

This commit is contained in:
snipe 2017-10-06 18:41:10 -07:00
parent df4cb7d351
commit 282b3b5b0a

View file

@ -168,9 +168,7 @@ class StatuslabelsController extends Controller
}
}
}
$labels[]='Deployed';
$points[]=Asset::whereNotNull('assigned_to')->count();
$colors_array = array_merge($colors, Helper::chartColors());
$result= [