mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
fix textbox id
This commit is contained in:
@@ -1139,7 +1139,7 @@ function getDeviceData (readAllData=false) {
|
|||||||
$('#txtGroup').val ('--');
|
$('#txtGroup').val ('--');
|
||||||
$('#txtLocation').val ('--');
|
$('#txtLocation').val ('--');
|
||||||
$('#txtComments').val ('--');
|
$('#txtComments').val ('--');
|
||||||
$('#networkNodeMac').val ('--');
|
$('#txtNetworkNodeMac').val ('--');
|
||||||
$('#txtNetworkPort').val ('--');
|
$('#txtNetworkPort').val ('--');
|
||||||
|
|
||||||
$('#txtFirstConnection').val ('--');
|
$('#txtFirstConnection').val ('--');
|
||||||
|
|||||||
Reference in New Issue
Block a user