mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-02 23:44:37 +01:00
Fixed delete function on port mapping page
This commit is contained in:
parent
bb7d68a676
commit
8467433c82
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ $juci.app
|
|||
|
||||
$scope.onDeleteRule = function(rule){
|
||||
rule.$delete().done(function(){
|
||||
$uci.save();
|
||||
$scope.$apply();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue