Repository: eagle Updated Branches: refs/heads/master 26e1f0677 -> 255f00f17
[MINOR] Revert index.html Author: r7raul1984 <[email protected]> Closes #817 from r7raul1984/Revert-index. Project: http://git-wip-us.apache.org/repos/asf/eagle/repo Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/255f00f1 Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/255f00f1 Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/255f00f1 Branch: refs/heads/master Commit: 255f00f177f007f5aae32a39de60327f1b8d413d Parents: 26e1f06 Author: r7raul1984 <[email protected]> Authored: Fri Feb 17 08:53:26 2017 +0000 Committer: r7raul1984 <[email protected]> Committed: Fri Feb 17 08:53:26 2017 +0000 ---------------------------------------------------------------------- .../eagle-hbase-web/src/main/webapp/app/apps/hbase/index.html | 6 ------ eagle-hadoop-metric/src/main/webapp/app/apps/index.html | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/eagle/blob/255f00f1/eagle-hadoop-metric/eagle-hbase-web/src/main/webapp/app/apps/hbase/index.html ---------------------------------------------------------------------- diff --git a/eagle-hadoop-metric/eagle-hbase-web/src/main/webapp/app/apps/hbase/index.html b/eagle-hadoop-metric/eagle-hbase-web/src/main/webapp/app/apps/hbase/index.html deleted file mode 100644 index 5fb6b5f..0000000 --- a/eagle-hadoop-metric/eagle-hbase-web/src/main/webapp/app/apps/hbase/index.html +++ /dev/null @@ -1,6 +0,0 @@ -<htm> - <body> - <h1>Hadoop Metric Monitor Application!</h1> - <i><b>url</b>: /apps/hbase</i> - </body> -</htm> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/eagle/blob/255f00f1/eagle-hadoop-metric/src/main/webapp/app/apps/index.html ---------------------------------------------------------------------- diff --git a/eagle-hadoop-metric/src/main/webapp/app/apps/index.html b/eagle-hadoop-metric/src/main/webapp/app/apps/index.html new file mode 100644 index 0000000..191ea15 --- /dev/null +++ b/eagle-hadoop-metric/src/main/webapp/app/apps/index.html @@ -0,0 +1,6 @@ +<htm> + <body> + <h1>Hadoop Metric Monitor Application!</h1> + <i><b>url</b>: /apps/hadoop_metric</i> + </body> +</htm> \ No newline at end of file
