Merge branch 'develop'

This commit is contained in:
snipe 2017-10-06 18:15:31 -07:00
commit 130a99c46f
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ class StatuslabelsController extends Controller
public function getAssetCountByStatuslabel()
{
$statusLabels = Statuslabel::with('assets')->get();
$statusLabels = Statuslabel::get();
$labels=[];
$points=[];
$colors=[];

View file

@ -328,7 +328,7 @@
});
},
error: function (data) {
window.location.reload(true);
// window.location.reload(true);
}
});