summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/src/templates/index.html
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2017-07-11 15:12:35 -0400
committermbeierl <mark.beierl@dell.com>2017-07-11 15:47:46 -0400
commit7602a54309adbe5c5346ee6befecc2e596976504 (patch)
tree60f15026780db30b0b8842ba1a1e2cc021e22625 /docker/storperf-reporting/src/templates/index.html
parentfc09b37e95c19f820ec60db19d98c0dc3d670829 (diff)
Change all paths
Changes the paths of all source code so that it exists under the dockerfile location for each container. This way we can use COPY instead of git clone, as well as use the existing JJB. Change-Id: I883b2957d89659c164fff0a1ebc4d677c534796d JIRA: STORPERF-188 Signed-off-by: mbeierl <mark.beierl@dell.com>
Diffstat (limited to 'docker/storperf-reporting/src/templates/index.html')
-rw-r--r--docker/storperf-reporting/src/templates/index.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/docker/storperf-reporting/src/templates/index.html b/docker/storperf-reporting/src/templates/index.html
new file mode 100644
index 0000000..c302299
--- /dev/null
+++ b/docker/storperf-reporting/src/templates/index.html
@@ -0,0 +1,31 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>Graphing Module | Storperf</title>
+ <link rel="stylesheet" href="{{ url_for('static', filename='css/bootstrap.min.css') }}">
+ <script src="{{ url_for('static', filename='js/jquery-2.1.3.min.js') }}"></script>
+ <script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
+ <script src="{{ url_for('static', filename='js/jquery.bootpag.min.js') }}"></script>
+</head>
+
+<body>
+ <div class="container">
+ <div class="content">
+ <div class="row center">
+ <br>
+ <form action="{{ url_for('url') }}" method="post">
+ <div class="form-group">
+ <label for="url">Enter URL:</label>
+ <br>
+ <input type="text" name="url" id="url" class="form-control">
+ <br>
+ <button type="submit" class="btn btn-default">Submit</button>
+ </div>
+ </form>
+ </div>
+ </div>
+ </div>
+</body>
+
+</html> \ No newline at end of file