Revize 4858e9ee
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/devices/devicelicense.html | ||
---|---|---|
9 | 9 |
<p>Product ID: {{device.product_id}}</p> |
10 | 10 |
<p>Serial Number: {{device.serial_number}}</p> |
11 | 11 |
</h6> |
12 |
<form action="/api/v1/devices-web/{{device.id}}" method="post">
|
|
12 |
<form action="/devices-web/{{device.id}}" method="post"> |
|
13 | 13 |
<label for="lic">Licenses:</label> |
14 | 14 |
<select id="lic" name="lic"> |
15 | 15 |
{% for license in licenses %} |
Také k dispozici: Unified diff
Views navigation fix