mirror of
https://github.com/jbowdre/vRealize.git
synced 2024-11-21 17:32:18 +00:00
Update getConfigValue.js
This commit is contained in:
parent
f26ef563bc
commit
5fe75ade56
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ for each (configElement in Server.getConfigurationElementCategoryWithPath(path).
|
||||||
if (configElement.name.indexOf(configurationName) === 0) { break; };
|
if (configElement.name.indexOf(configurationName) === 0) { break; };
|
||||||
}
|
}
|
||||||
var attribValue = configElement.getAttributeWithKey(variableName).value;
|
var attribValue = configElement.getAttributeWithKey(variableName).value;
|
||||||
|
|
||||||
return attribValue;
|
return attribValue;
|
||||||
|
|
Loading…
Reference in a new issue