m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html
diff options
context:
space:
mode:
authorMagdalena GrodziƄska <mag.grodzinska@gmail.com>2019-11-27 22:32:10 +0100
committerGitHub <noreply@github.com>2019-11-27 22:32:10 +0100
commit3ce9014da9d789b1ba9c03c6dcc8c663576353e3 (patch)
tree3e89872865bf97362d96deceae08552ac2fd39bd /src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html
parent6d27310b2cdbd6f412157eee25cc68df9486db14 (diff)
parent27c8f61e15e63aa100ed8b7366784cd58b668064 (diff)
Merge pull request #44 from m-chrzan/rearrange_charts
Rearrange charts
Diffstat (limited to 'src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html')
-rw-r--r--src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html
index e348a11..88842be 100644
--- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html
+++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/attribForm.html
@@ -10,7 +10,9 @@
<body>
<div th:replace="fragments/navbar :: navbar"></div>
-<div id="queryForm">
+
+<h4 class="d-flex justify-content-center mt-2">Add attributes</h4>
+<div id="queryForm" class="d-flex justify-content-center mt-2">
<form action="#" th:action="@{/attribs}" th:object="${attributeObject}" method="post">
<div class="form-group">
<label for="ZoneName1">Enter zone name</label>
@@ -49,7 +51,6 @@
Time: 3600 <br>
Duration: 3600 <br>
Contact: { "/contactName" : [ 1, 1, 1, 1 ] } <br>
- Query: { "&queryName" : "query" } <br>
List: [ 1, 2, 3 ] <br>
Set: [ [1, 2], [3, 4], [5, 6] ] <br>
</small>