Correct internet device GUI and udev config

This commit is contained in:
Christian Zeitnitz
2021-03-10 23:45:04 +01:00
parent e8d0fab463
commit 76e2eecaec
9 changed files with 46 additions and 35 deletions

View File

@@ -130,8 +130,8 @@ function setupBtns() {
$('#btnSummaryRefresh').click(function(){getAllInterfaces();});
$('.intsave').click(function(){
var int = $(this).data('int');
saveNetDeviceSettings(int);
saveNetworkSettings(int);
var opts = $(this).data('opts');
saveNetDeviceSettings(int,opts);
});
$('.intapply').click(function(){
applyNetworkSettings();