Files
waf-platform/EdgeUser/web/views/@default/servers/groups/group/index.html

11 lines
202 B
HTML

{$layout}
{$template "menu"}
<table class="ui table definition selectable">
<tr>
<td class="title">分组名称</td>
<td>
{{group.name}}
</td>
</tr>
</table>