Add Log in UI
[clamp.git] / src / main / resources / META-INF / resources / designer / scripts / propertyController.js
index 75c64f3..916de67 100644 (file)
@@ -122,4 +122,8 @@ function getResourceDetailsVfcProperty() {
        return cl_props["modelPropertiesJson"]["resourceDetails"]["VFC"];
 }
 
+function getLoopLogsArray() {
+       return cl_props.loopLogs;
+}
+
 module.exports = { getOperationalPolicyProperty,getGlobalProperty,getMsProperty,getMsUI,getLastUpdatedStatus,getDeploymentID,getDeploymentStatusURL,getResourceDetailsProperty,getResourceDetailsVfcProperty };
\ No newline at end of file