mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-31 16:37:27 -08:00
Merge branch 'develop'
This commit is contained in:
commit
130a99c46f
|
@ -155,7 +155,7 @@ class StatuslabelsController extends Controller
|
||||||
public function getAssetCountByStatuslabel()
|
public function getAssetCountByStatuslabel()
|
||||||
{
|
{
|
||||||
|
|
||||||
$statusLabels = Statuslabel::with('assets')->get();
|
$statusLabels = Statuslabel::get();
|
||||||
$labels=[];
|
$labels=[];
|
||||||
$points=[];
|
$points=[];
|
||||||
$colors=[];
|
$colors=[];
|
||||||
|
|
|
@ -328,7 +328,7 @@
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
error: function (data) {
|
error: function (data) {
|
||||||
window.location.reload(true);
|
// window.location.reload(true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue