UI adaptation for supporting ONAP portal SDK
[validation.git] / ui / src / main / webapp / app / fusion / scripts / DS2-view-models / welcome-content.html
old mode 100755 (executable)
new mode 100644 (file)
similarity index 64%
rename from ui/src/main/webapp/WEB-INF/views/welcome.jsp
rename to ui/src/main/webapp/app/fusion/scripts/DS2-view-models/welcome-content.html
index 0f3d695..0d85329
@@ -13,16 +13,16 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
-<!DOCTYPE html>
-<html>
+
+<!DOCTYPE HTML>
+<html lang="en-US">
 <head>
-       <title>Spring 4 MVC Hello World Example with Maven Eclipse</title>
-       <link rel='stylesheet' href='<c:url value="/resources/css/style.css" />' type='text/css' media='all' /> 
+<meta charset="UTF-8">
+<meta http-equiv="refresh"
+ content="0; url=/AECBlueprintValidationUI/committedSubmissions">
+<script type="text/javascript">
+            window.location.href = location.host + "/AECBlueprintValidationUI/committedSubmissions"
+        </script>
+<title>Page Redirection</title>
 </head>
-<body>
-       <h2>Hello World, Spring MVC</h2>
-
-       <p>Welcome, ${name}</p>
-</body>
 </html>
\ No newline at end of file