File tree Expand file tree Collapse file tree
src/main/resources/webapp/WEB-INF/views/data-man Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments