Upload New File

parent 0f163056
<!doctype html>
<html lang="en" style="height: 100%; background-color: #fff; overflow: auto; --primary: #5fdeb2; --primaryGradient: #38c796; --primaryDark: #158E6A;">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='css/vision_ui.css' rel='stylesheet' type='text/css' />
<script type="text/javascript" language="JavaScript" src="user-task/assets/js/pluginWrapper.js"></script>
<script src="user-task/polyfills.js" type="module"></script>
<script src="user-task/main.js" type="module"></script>
<script src="user-task/runtime.js" type="module"></script>
<script type="text/javascript" src="user-task/ang-plugins.js"></script>
<body style="background-color: #fff !important;" onload="loadAddUserTaskComponent()">
<app-root></app-root>
<div id="user-task" name="bbContentPlugin" class="bbContentPlugin"></div>
</body>
<script>
let componentData;
function loadAddUserTaskComponent()
{
let componentJson = {};
componentJson['targetId'] = "add-user-task";
componentJson['cacheComp'] = "false";
componentJson['showHeader'] = "false";
componentJson['componentName'] = "add-user-task";
componentJson['intentId'] = "WELCOME";
console.log('print value componentJson line no 61::::',componentJson);
componentData = JSON.stringify(componentJson);
console.log('print componentData 25:::::',componentData);
window.loaddashboardComponent('add-user-task',componentData,'');
}
</script>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment