From 6e83ebe9c3a157bcd1a38f9c2883ac0f88e4516d Mon Sep 17 00:00:00 2001 From: Jose Contreras Date: Fri, 1 Apr 2016 13:55:47 -0400 Subject: [PATCH 1/3] Add index default with --- front/index.default.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 front/index.default.html diff --git a/front/index.default.html b/front/index.default.html new file mode 100644 index 0000000..bd8244e --- /dev/null +++ b/front/index.default.html @@ -0,0 +1,40 @@ + + + + Project Dashboard + + + + + + + + + + + + + + + + + + + + + + + Loading... + + -- GitLab From c2f15a51f30c394594b7ddb5b5ccae1c21afb6d1 Mon Sep 17 00:00:00 2001 From: Jose Contreras Date: Fri, 1 Apr 2016 13:59:39 -0400 Subject: [PATCH 2/3] Remove index.html and ignore --- .gitignore | 3 +++ front/index.html | 40 ---------------------------------------- 2 files changed, 3 insertions(+), 40 deletions(-) delete mode 100644 front/index.html diff --git a/.gitignore b/.gitignore index a53075e..3722dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ virtpy/ # Local Dev Folder /local_dev + +#Index ignore +front/index.html diff --git a/front/index.html b/front/index.html deleted file mode 100644 index dc3f8ec..0000000 --- a/front/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - Project Dashboard - - - - - - - - - - - - - - - - - - - - - - - Loading... - - -- GitLab From a8823d5ce06c7b31ccc4831f45fd5ea0c01c5478 Mon Sep 17 00:00:00 2001 From: Jose Contreras Date: Fri, 1 Apr 2016 14:03:10 -0400 Subject: [PATCH 3/3] Make variable UPPERCASE --- front/index.default.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/front/index.default.html b/front/index.default.html index bd8244e..095d91a 100644 --- a/front/index.default.html +++ b/front/index.default.html @@ -3,7 +3,7 @@ Project Dashboard - + @@ -22,13 +22,13 @@ -- GitLab