Commit d12efa8c by Bence Dányi

firewall_gui: remove unused RuleList param

parent 9b14c824
......@@ -30,7 +30,7 @@ function matchAnything(obj, query) {
return false;
}
function RuleListCtrl($scope, $http, $routeParams) {
function RuleListCtrl($scope, $http) {
$scope.page = 1;
var rules = [];
var pageSize = 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment