Skip to content

Commit

Permalink
fix Unconfigurable root #507🩹
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk committed Nov 21, 2023
1 parent cd761a0 commit b234e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/deviceDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -1812,8 +1812,8 @@ function toggleNetworkConfiguration(disable)

if(disable)
{
$('#txtNetworkNodeMac').val(getString('Network_Root_Unconfigurable'));
$('#txtNetworkPort').val(getString('Network_Root_Unconfigurable'));
// $('#txtNetworkNodeMac').val(getString('Network_Root_Unconfigurable'));
// $('#txtNetworkPort').val(getString('Network_Root_Unconfigurable'));
$('#txtNetworkPort').prop('readonly', true );
$('.parentNetworkNode .input-group-btn').hide();
}
Expand Down

0 comments on commit b234e1c

Please sign in to comment.