Skip to content

Commit 042ea66

Browse files
committed
update page layout of reservations and transactions pages [ci skip]
1 parent 624d79c commit 042ea66

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/main/resources/webapp/WEB-INF/views/data-man/reservations.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
});
88
</script>
99
<div class="content">
10+
<section><span>Reservations</span></section>
1011
<form:form action="/steve/manager/reservations/query" method="get" modelAttribute="params">
11-
<section><span>Query Parameters</span></section>
1212
<table class="userInput">
1313
<tr>
1414
<td>ChargeBox ID:</td>
@@ -58,7 +58,7 @@
5858
</table>
5959
</form:form>
6060
<br>
61-
<section><span>Reservations</span></section>
61+
6262
<table class="res">
6363
<thead><tr><th>Reservation ID</th><th>Transaction ID</th><th>User ID Tag</th><th>ChargeBox ID</th><th>Start Date/Time</th><th>Expiry Date/Time</th><th>Status</th></tr></thead>
6464
<tbody>

src/main/resources/webapp/WEB-INF/views/data-man/transactions.jsp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
});
88
</script>
99
<div class="content">
10+
<section><span>
11+
Transactions
12+
<a class="tooltip" href="#"><img src="/steve/static/images/info.png" style="vertical-align:middle">
13+
<span>If stop date/time and stop value are empty, this means that a transaction is still active
14+
(i.e. it has started but not stopped yet or the charging station did not inform SteVe about the stopped transaction yet).</span>
15+
</a>
16+
</span></section>
1017
<form:form action="/steve/manager/transactions/query" method="get" modelAttribute="params">
11-
<section><span>Query Parameters</span></section>
1218
<table class="userInput">
1319
<tr>
1420
<td>ChargeBox ID:</td>
@@ -61,13 +67,7 @@
6167
</table>
6268
</form:form>
6369
<br>
64-
<section><span>
65-
Transactions
66-
<a class="tooltip" href="#"><img src="/steve/static/images/info.png" style="vertical-align:middle">
67-
<span>If stop date/time and stop value are empty, this means that a transaction is still active
68-
(i.e. it has started but not stopped yet or the charging station did not inform SteVe about the stopped transaction yet).</span>
69-
</a>
70-
</span></section>
70+
7171
<table class="res">
7272
<thead><tr><th>Transaction ID</th><th>ChargeBox ID</th><th>Connector ID</th><th>User ID Tag</th><th>Start Date/Time</th><th>Start Value</th><th>Stop Date/Time</th><th>Stop Value</th></tr></thead>
7373
<tbody>

0 commit comments

Comments
 (0)