Revize 4858e9ee
Přidáno uživatelem Matěj Zeman před téměř 3 roky(ů)
server/templates/pcs/pcteam.html | ||
---|---|---|
8 | 8 |
<h6><p>Username: {{pc.username}}</p> |
9 | 9 |
<p>Hostname: {{pc.hostname}}</p> |
10 | 10 |
</h6> |
11 |
<form action="/api/v1/pcs-web/{{pc.id}}" method="post">
|
|
11 |
<form action="/pcs-web/{{pc.id}}" method="post"> |
|
12 | 12 |
<label for="team">Teams:</label> |
13 | 13 |
<select id="team" name="team"> |
14 | 14 |
{% for team in teams %} |
Také k dispozici: Unified diff
Views navigation fix