Replace AddUserTask.jsp

parent b4e34b9a
......@@ -3,9 +3,9 @@
<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 src="add-user-task/polyfills.js" type="module"></script>
<script src="add-user-task/main.js" type="module"></script>
<script src="add-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-add-user-task></app-add-user-task>
......
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