mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-01 00:03:59 +01:00
Changes to web gui and fixes
This commit is contained in:
@@ -15,8 +15,9 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for item in tablegroups %} {#['ID_G','Name','Cooks[CookName]']#}
|
||||
{% for item in groups %} {#['ID_G','Name','Cooks[CookName]']#}
|
||||
<tr>
|
||||
<td><a href="/admin/group?ID_G={{item.0}}">{{item.0}}</a></td>
|
||||
<td><a href="/admin/group?ID_G={{item.0}}">{{item.1}}</a></td>
|
||||
<td style='width:50%;'>
|
||||
{% for x in item.2 %}
|
||||
|
||||
Reference in New Issue
Block a user