mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-03 15:20:06 -05:00
Fixed typos.
This commit is contained in:
parent
921b4eb27d
commit
64ef63fd60
@ -236,7 +236,7 @@
|
|||||||
"required": [ "name", "protocol", "port" ],
|
"required": [ "name", "protocol", "port" ],
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": {
|
"name": {
|
||||||
"description": "Name os the link to be displayed on the web site.",
|
"description": "Name of the link to be displayed on the web site.",
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"protocol": {
|
"protocol": {
|
||||||
|
@ -416,7 +416,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||||||
var errorCounters = {}, errorCountersCount = 0;
|
var errorCounters = {}, errorCountersCount = 0;
|
||||||
if (agentstats.meshDoesNotExistCount > 0) { errorCountersCount++; errorCounters.UnknownGroup = agentstats.meshDoesNotExistCount; }
|
if (agentstats.meshDoesNotExistCount > 0) { errorCountersCount++; errorCounters.UnknownGroup = agentstats.meshDoesNotExistCount; }
|
||||||
if (agentstats.invalidPkcsSignatureCount > 0) { errorCountersCount++; errorCounters.InvalidPKCSsignature = agentstats.invalidPkcsSignatureCount; }
|
if (agentstats.invalidPkcsSignatureCount > 0) { errorCountersCount++; errorCounters.InvalidPKCSsignature = agentstats.invalidPkcsSignatureCount; }
|
||||||
if (agentstats.invalidRsaSignatureCount > 0) { errorCountersCount++; errorCounters.InvalidRSAsiguature = agentstats.invalidRsaSignatureCount; }
|
if (agentstats.invalidRsaSignatureCount > 0) { errorCountersCount++; errorCounters.InvalidRSAsignature = agentstats.invalidRsaSignatureCount; }
|
||||||
if (agentstats.invalidJsonCount > 0) { errorCountersCount++; errorCounters.InvalidJSON = agentstats.invalidJsonCount; }
|
if (agentstats.invalidJsonCount > 0) { errorCountersCount++; errorCounters.InvalidJSON = agentstats.invalidJsonCount; }
|
||||||
if (agentstats.unknownAgentActionCount > 0) { errorCountersCount++; errorCounters.UnknownAction = agentstats.unknownAgentActionCount; }
|
if (agentstats.unknownAgentActionCount > 0) { errorCountersCount++; errorCounters.UnknownAction = agentstats.unknownAgentActionCount; }
|
||||||
if (agentstats.agentBadWebCertHashCount > 0) { errorCountersCount++; errorCounters.BadWebCertificate = agentstats.agentBadWebCertHashCount; }
|
if (agentstats.agentBadWebCertHashCount > 0) { errorCountersCount++; errorCounters.BadWebCertificate = agentstats.agentBadWebCertHashCount; }
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -13681,7 +13681,7 @@
|
|||||||
AgentErrorCounters: "Agent Error Counters",
|
AgentErrorCounters: "Agent Error Counters",
|
||||||
UnknownGroup: "Unknown Group",
|
UnknownGroup: "Unknown Group",
|
||||||
InvalidPKCSsignature: "Invalid PKCS signature",
|
InvalidPKCSsignature: "Invalid PKCS signature",
|
||||||
InvalidRSAsiguature: "Invalid RSA siguature",
|
InvalidRSAsiguature: "Invalid RSA signature",
|
||||||
InvalidJSON: "Invalid JSON",
|
InvalidJSON: "Invalid JSON",
|
||||||
UnknownAction: "Unknown Action",
|
UnknownAction: "Unknown Action",
|
||||||
BadWebCertificate: "Bad Web Certificate",
|
BadWebCertificate: "Bad Web Certificate",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user