Skip to content

Commit

Permalink
luci-mod-network: routes: implement cloneable for all tabs
Browse files Browse the repository at this point in the history
This enables cloning of individual routes and rules where one wishes
to make similar entries rapidly.

Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Nov 24, 2024
1 parent 03c028c commit 9a6dc74
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ return view.extend({
s.anonymous = true;
s.addremove = true;
s.sortable = true;
s.cloneable = true;
s.nodescriptions = true;

s.tab('general', _('General Settings'));
Expand Down Expand Up @@ -127,6 +128,7 @@ return view.extend({
s.anonymous = true;
s.addremove = true;
s.sortable = true;
s.cloneable = true;
s.nodescriptions = true;

s.tab('general', _('General Settings'));
Expand Down

0 comments on commit 9a6dc74

Please sign in to comment.