Revize 0fcb708f
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/usb-logs/crossroad.html | ||
---|---|---|
12 | 12 |
<option value="/logs-web">Vector Logs</option> |
13 | 13 |
<option value="/ldlogs-web">Lauterbach Logs</option> |
14 | 14 |
<option value="/devices-web">Keyman Devices</option> |
15 |
<option value="/body-devices-web">Lauterbach Devices</option> |
|
15 |
<option value="/body-devices-web">Lauterbach Body Devices</option> |
|
16 |
<option value="/head-devices-web">Lauterbach Head Devices</option> |
|
16 | 17 |
<option value="/teams-web">Teams</option> |
17 | 18 |
<option value="/pcs-web">PCs</option> |
18 | 19 |
<option value="/licenses-web">Licenses</option> |
... | ... | |
24 | 25 |
<table> |
25 | 26 |
<TR> |
26 | 27 |
<TH>URL</TH> |
28 |
<TH>Name</TH> |
|
27 | 29 |
<TH>Purpose</TH> |
28 | 30 |
</TR> |
29 | 31 |
<TR> |
30 | 32 |
<TD class="URL">/logs-web</TD> |
31 |
<TD class="Purpose">Shows all saves Keyman logs. User can filter through license, team and user</TD> |
|
33 |
<TD class="Name">Vector Logs</TD> |
|
34 |
<TD class="Purpose">Shows all saved Keyman logs. User can filter through license, team and user</TD> |
|
32 | 35 |
</TR> |
33 | 36 |
<TR> |
34 | 37 |
<TD class="URL">/ldlogs-web</TD> |
35 |
<TD class="Purpose">Shows all saves LD debugger logs. User can filter through license, team and user</TD> |
|
38 |
<TD class="Name">Lauterbach Logs</TD> |
|
39 |
<TD class="Purpose">Shows all saved LD debugger logs. User can filter through license, team and user</TD> |
|
36 | 40 |
</TR> |
37 | 41 |
<TR> |
38 | 42 |
<TD class="URL">/devices-web</TD> |
39 |
<TD class="Purpose">Shows all Keyman devices saved in database and its last state (connected, disconnected)</TD> |
|
43 |
<TD class="Name">Keyman Devices</TD> |
|
44 |
<TD class="Purpose">Shows all Keyman devices saved in database and its license, inventory number, last pc and |
|
45 |
last detection. User can filter through keyman id, license type, license id and team</TD> |
|
40 | 46 |
</TR> |
41 | 47 |
<TR> |
42 | 48 |
<TD class="URL">/body-devices-web</TD> |
43 |
<TD class="Purpose">Shows all LD Body devices saved in database and its last state (connected, disconnected)</TD> |
|
49 |
<TD class="Name">Lauterbach Body Devices</TD> |
|
50 |
<TD class="Purpose">Shows all Lauterbach Body devices saved in database and its license, inventory number, last pc and |
|
51 |
last detection. User can filter through body device serial nummber, license id and team</TD> |
|
52 |
</TR> |
|
53 |
<TR> |
|
54 |
<TD class="URL">/head-devices-web</TD> |
|
55 |
<TD class="Name">Lauterbach Head Devices</TD> |
|
56 |
<TD class="Purpose">Shows all Lauterbach Head devices saved in database and its license, inventory number, last pc and |
|
57 |
last detection. User can filter through body device serial nummber, license id and team</TD> |
|
44 | 58 |
</TR> |
45 | 59 |
<TR> |
46 | 60 |
<TD class="URL">/teams-web</TD> |
47 |
<TD class="Purpose">Shows all teams currently saved in database and its members</TD> |
|
61 |
<TD class="Name">Teams</TD> |
|
62 |
<TD class="Purpose">Shows all teams currently saved in database</TD> |
|
48 | 63 |
</TR> |
49 | 64 |
<TR> |
50 | 65 |
<TD class="URL">/pcs-web</TD> |
51 |
<TD class="Purpose">Shows all PCS currently saved in database and its team</TD> |
|
66 |
<TD class="Name">PCs</TD> |
|
67 |
<TD class="Purpose">Shows all PCS currently saved in database</TD> |
|
52 | 68 |
</TR> |
53 | 69 |
<TR> |
54 | 70 |
<TD class="URL">/licenses-web</TD> |
71 |
<TD class="Name">Licenses</TD> |
|
55 | 72 |
<TD class="Purpose">Shows all Licenses currently saved in database and its expiration date</TD> |
56 | 73 |
</TR> |
57 | 74 |
</table> |
Také k dispozici: Unified diff
re #9846 Changed keyman devices, body devices views. Added Head devices view. Changed filtering of logs, ldlogs, body devices, head devices and keyman devices. Changed HTML tables style and few labels.