From de3df3c7f5fed0228a93dba3efc9e203ca97f6cc Mon Sep 17 00:00:00 2001 From: Seyi Adebajo Date: Wed, 29 Mar 2017 00:12:09 -0700 Subject: [PATCH] Decommissions legacy play views --- web/app/views/dashboard.scala.html | 712 --------- web/app/views/idpc.scala.html | 387 ----- web/app/views/index.scala.html | 1656 -------------------- web/app/views/lineage.scala.html | 65 - web/app/views/login.scala.html | 17 - web/app/views/main.scala.html | 1964 ------------------------ web/app/views/schemaHistory.scala.html | 118 -- web/app/views/scriptFinder.scala.html | 128 -- 8 files changed, 5047 deletions(-) delete mode 100644 web/app/views/dashboard.scala.html delete mode 100644 web/app/views/idpc.scala.html delete mode 100644 web/app/views/index.scala.html delete mode 100644 web/app/views/lineage.scala.html delete mode 100644 web/app/views/login.scala.html delete mode 100644 web/app/views/main.scala.html delete mode 100644 web/app/views/schemaHistory.scala.html delete mode 100644 web/app/views/scriptFinder.scala.html diff --git a/web/app/views/dashboard.scala.html b/web/app/views/dashboard.scala.html deleted file mode 100644 index f2ddbf149d..0000000000 --- a/web/app/views/dashboard.scala.html +++ /dev/null @@ -1,712 +0,0 @@ -@(user: String, isInternal:Boolean, piwikSiteId: Integer) - @main(user, "", isInternal, piwikSiteId) { -
- -
- - - - - - - } diff --git a/web/app/views/idpc.scala.html b/web/app/views/idpc.scala.html deleted file mode 100644 index b30db584a0..0000000000 --- a/web/app/views/idpc.scala.html +++ /dev/null @@ -1,387 +0,0 @@ -@(user: String, isInternal:Boolean, piwikSiteId: Integer) - @main(user, "", isInternal, piwikSiteId) { -
- -
- - - - - } diff --git a/web/app/views/index.scala.html b/web/app/views/index.scala.html deleted file mode 100644 index 0d8a58802a..0000000000 --- a/web/app/views/index.scala.html +++ /dev/null @@ -1,1656 +0,0 @@ -@(user: String, csrfToken: String, isInternal:Boolean, piwikSiteId: Integer) - @main(user, csrfToken, isInternal, piwikSiteId) { -
-
-
-
- - -
- -
-
- -
-
-
- -
- @if(isInternal) { -
-
- -
- } -
-
- -
-
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @if(isInternal) { - - - - } - - - - - - - - - } diff --git a/web/app/views/lineage.scala.html b/web/app/views/lineage.scala.html deleted file mode 100644 index 5e077681d7..0000000000 --- a/web/app/views/lineage.scala.html +++ /dev/null @@ -1,65 +0,0 @@ -@(user: String, isInternal:Boolean, lineageType: String, lineageID: Integer, application: String, project: String, flow:String, piwikSiteId: Integer) - @main(user, "", isInternal, piwikSiteId) { - - - - -
-
-
- @if(lineageType != "chains" && lineageType != "azkaban" && lineageType != "appworx"){ - - - } - - - -

- - - - - - - - @if(lineageType == "chains") { -
- } -
- -
-
-
- -
- -
-
- -
-
-
- -
-
-
-
-
- - - - - - - - - - } \ No newline at end of file diff --git a/web/app/views/login.scala.html b/web/app/views/login.scala.html deleted file mode 100644 index f06dfeea1b..0000000000 --- a/web/app/views/login.scala.html +++ /dev/null @@ -1,17 +0,0 @@ -@(csrfToken: String, isInternal:Boolean, piwikSiteId: Integer) - @main(null, csrfToken, isInternal, piwikSiteId) { - @if(play.mvc.Controller.flash().containsKey("error")) { - - } - @if(play.mvc.Controller.flash().containsKey("success")) { - - } -

- - } \ No newline at end of file diff --git a/web/app/views/main.scala.html b/web/app/views/main.scala.html deleted file mode 100644 index 13d2f958ca..0000000000 --- a/web/app/views/main.scala.html +++ /dev/null @@ -1,1964 +0,0 @@ -@(user: String, csrfToken: String, isInternal: Boolean, piwikSiteId: Integer)(content: Html) -@import helper._ - - - - - - WhereHows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- @content -
- - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/web/app/views/schemaHistory.scala.html b/web/app/views/schemaHistory.scala.html deleted file mode 100644 index 5ac91dd2a4..0000000000 --- a/web/app/views/schemaHistory.scala.html +++ /dev/null @@ -1,118 +0,0 @@ -@(user: String, isInternal:Boolean, piwikSiteId: Integer) - @main(user, "", isInternal, piwikSiteId) { - - - -
-
-
-
-
- - -
-
-
-
- -
- - - - - - - - - - } diff --git a/web/app/views/scriptFinder.scala.html b/web/app/views/scriptFinder.scala.html deleted file mode 100644 index 0189e2038c..0000000000 --- a/web/app/views/scriptFinder.scala.html +++ /dev/null @@ -1,128 +0,0 @@ -@(user: String, isInternal:Boolean, piwikSiteId: Integer) -@main(user, "", isInternal, piwikSiteId) { - -
- - -
- - - - - - - }