add operators UI
This commit is contained in:
@@ -77,6 +77,10 @@ angular.module('Application').controller('AppsController', ['$scope', '$translat
|
||||
$location.path('/app/' + app.id + '/' + view);
|
||||
};
|
||||
|
||||
$scope.isOperator = function (app) {
|
||||
return app.accessLevel === 'operator' || app.accessLevel === 'admin';
|
||||
};
|
||||
|
||||
Client.onReady(function () {
|
||||
setTimeout(function () { $('#appSearch').focus(); }, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user