Merge "Fix the get loop state logic"
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / propertyController.js
index 75c64f3..3902cf4 100644 (file)
@@ -118,8 +118,12 @@ function getResourceDetailsProperty() {
        return cl_props["modelPropertiesJson"]["resourceDetails"]["VF"];
 }
 
-function getResourceDetailsVfcProperty() {
-       return cl_props["modelPropertiesJson"]["resourceDetails"]["VFC"];
+function getResourceDetailsVfModuleProperty() {
+       return cl_props["modelPropertiesJson"]["resourceDetails"]["VFModule"];
 }
 
-module.exports = { getOperationalPolicyProperty,getGlobalProperty,getMsProperty,getMsUI,getLastUpdatedStatus,getDeploymentID,getDeploymentStatusURL,getResourceDetailsProperty,getResourceDetailsVfcProperty };
\ No newline at end of file
+function getLoopLogsArray() {
+       return cl_props.loopLogs;
+}
+
+module.exports = { getOperationalPolicyProperty,getGlobalProperty,getMsProperty,getMsUI,getLastUpdatedStatus,getDeploymentID,getDeploymentStatusURL,getResourceDetailsProperty,getResourceDetailsVfModuleProperty };
\ No newline at end of file