Revize 9aae8d25
Přidáno uživatelem Matěj Zeman před asi 3 roky(ů)
server/templates/usb-logs/logs.html | ||
---|---|---|
3 | 3 |
<title>Logs Details</title> |
4 | 4 |
</head> |
5 | 5 |
<body> |
6 |
<form action="/api/v1/logs-web/" method="post"> |
|
7 |
<label for="pc">PC:</label> |
|
8 |
<select id="pc" name="pc"> |
|
9 |
<option value="all">all</option> |
|
10 |
{% for pc in pcs %} |
|
11 |
<option value={{pc.id}}>{{pc.username}}</option> |
|
12 |
{% endfor %} |
|
13 |
</select> |
|
14 |
<input type="submit" value="Filter"> |
|
15 |
</form> |
|
6 | 16 |
<table> |
7 | 17 |
<TR> |
8 | 18 |
<TH>ID</TH> |
Také k dispozici: Unified diff
re #9575 Added filter over Usernames in /api/v1/logs-web and endpoint with Form for creating a license.