Bug Fix: Device/User search filtering and sorting
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
@{
|
||||
var canShowDevices = Authorization.Has(Claims.Device.Show);
|
||||
var canShowUsers = Authorization.Has(Claims.User.Show);
|
||||
|
||||
Html.BundleDeferred("~/ClientScripts/Modules/Disco-DataTableHelpers");
|
||||
}
|
||||
<div class="genericData deviceTable">
|
||||
@if (Model != null && Model.Count() > 0)
|
||||
|
||||
Reference in New Issue
Block a user