mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Security Group page - localize error message of authorizeSecurityGroupIngress
This commit is contained in:
parent
a2c7051c42
commit
7b1ed3917f
@ -309,7 +309,9 @@ function initAddIngressRuleDialog() {
|
||||
}
|
||||
}
|
||||
} else if (result.jobstatus == 2) { // Failed
|
||||
handleErrorInDialog2(result.jobresult.errortext, $thisDialog);
|
||||
//var errorMsg = fromdb(result.jobresult.errortext);
|
||||
var errorMsg = g_dictionary["label.failed"] + " - " + g_dictionary["label.error.code"] + " " + fromdb(result.jobresult.errorcode);
|
||||
handleErrorInDialog2(errorMsg, $thisDialog);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user