diff --git a/amt-0.2.0.js b/amt-0.2.0.js index 76e9443..9baec67 100644 --- a/amt-0.2.0.js +++ b/amt-0.2.0.js @@ -703,7 +703,7 @@ function AmtStackCreateService(wsmanStack) { try { e = window.atob(responses.Body['EventRecords'][i]); } catch (e) { - console.log(e + " " + responses.Body['EventRecords'][i]) + console.log(e + ' ' + responses.Body['EventRecords'][i]) } x = { 'AuditAppID': ReadShort(e, 0), 'EventID': ReadShort(e, 2), 'InitiatorType': e.charCodeAt(4) }; x['AuditApp'] = _AmtAuditStringTable[x['AuditAppID']]; diff --git a/index.html b/index.html index fbbf138..8bd00a5 100644 --- a/index.html +++ b/index.html @@ -1460,10 +1460,10 @@

-
-
+
+
-

+

IP address
Subnet mark
@@ -1617,7 +1617,7 @@