Revize eaf8ace4
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/pcs/pcs.html | ||
---|---|---|
23 | 23 |
</TR> |
24 | 24 |
{% for pc in pcs %} |
25 | 25 |
<TR> |
26 |
<TD class="ID">{{pc.id}}</TD>
|
|
26 |
<TD class="ID"><a href="/api/v1/pc-team/{{pc.id}}">{{pc.id}}</a></TD>
|
|
27 | 27 |
<TD class="Vendor ID">{{pc.username}}</TD> |
28 | 28 |
<TD class="Product ID">{{pc.hostname}}</TD> |
29 | 29 |
{% if pc.team == None %} |
Také k dispozici: Unified diff
Added functionality for creating licenses and teams and connecting them to devices a PCs.