m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/pl/edu/mimuw
diff options
context:
space:
mode:
authorMagdalena Grodzińska <mag.grodzinska@gmail.com>2019-11-24 20:58:41 +0100
committerMagdalena Grodzińska <mag.grodzinska@gmail.com>2019-11-24 20:58:41 +0100
commit95ff5829c1010f50ae7b389717c3426d963861c8 (patch)
tree2327beb48d11e32c36823d0b86f04b8784650d34 /src/main/resources/pl/edu/mimuw
parentbc208bbea11c4e0babdad30bd13a70ec7c3b70f1 (diff)
Add query uninstall backend
Diffstat (limited to 'src/main/resources/pl/edu/mimuw')
-rw-r--r--src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/queryForm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/queryForm.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/queryForm.html
index 08b4e89..f31ef6b 100644
--- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/queryForm.html
+++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/queryForm.html
@@ -12,7 +12,7 @@
<div th:replace="fragments/navbar :: navbar"></div>
<div id="installQueryForm">
<h2 class="display-7">Install query</h2>
- <form action="#" th:action="@{/query}" th:object="${queryObject}" method="post">
+ <form action="#" th:action="@{/installQuery}" th:object="${queryObject}" method="post">
<div class="form-group">
<label for="InstallQueryName1">Enter query name</label>
<input type="text" class="form-control" id="InstallQueryName1" rows="3" th:field="*{name}"/>
@@ -27,7 +27,7 @@
<div id="uninstallQueryForm">
<h2 class="display-7">Uninstall query</h2>
- <form action="#" th:action="@{/query}" th:object="${queryObject}" method="post">
+ <form action="#" th:action="@{/uninstallQuery}" th:object="${queryObject}" method="post">
<div class="form-group">
<label for="UninstallQueryName1">Enter query name</label>
<input type="text" class="form-control" id="UninstallQueryName1" rows="3" th:field="*{name}"/>