aboutsummaryrefslogtreecommitdiffstats
path: root/qtip/web/templates/bench/run.html
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-16 08:43:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-08-16 08:43:35 +0000
commitfa7d89ee68d4b345530c6bc036d80ebbc0a1fc04 (patch)
treea408d01980a15e89e1b5efb7ceb743fae23d4052 /qtip/web/templates/bench/run.html
parentd602404a17f1935a524e8fc46ed853d4c7717164 (diff)
parent2364c5886b6e4fa34355d0e300ebd9aae0ba8ffc (diff)
Merge "Add basic ui"
Diffstat (limited to 'qtip/web/templates/bench/run.html')
-rw-r--r--qtip/web/templates/bench/run.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/qtip/web/templates/bench/run.html b/qtip/web/templates/bench/run.html
index 8eaa251b..eabd2ea6 100644
--- a/qtip/web/templates/bench/run.html
+++ b/qtip/web/templates/bench/run.html
@@ -1,15 +1,14 @@
{% extends 'bench/base.html' %}
{% block content %}
- <div>
- <h3>Repos</h3>
- {% for repo in repos %}
- <li>{{ repo.name }}</li>
- {% endfor %}
- </div>
- <form role="form" method="post" action="">{% csrf_token %}
- {{ form }}
- <div class=input-field" style="margin:30px 20px">
- <button type="submit" value="Login"/>Submit</button>
+ <div class="card">
+ <div class="header">
+ <h2>Run</h2>
</div>
- </form>
+ <form role="form" method="post" action="">{% csrf_token %}
+ {{ form }}
+ <div class=input-field">
+ <button class="btn" type="submit" value="Login"/>Submit</button>
+ </div>
+ </form>
+ </div>
{% endblock %} \ No newline at end of file