Initial commit (code only without large binaries)
This commit is contained in:
11
EdgeUser/web/views/@default/servers/groups/group/index.html
Normal file
11
EdgeUser/web/views/@default/servers/groups/group/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{$layout}
|
||||
{$template "menu"}
|
||||
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">分组名称</td>
|
||||
<td>
|
||||
{{group.name}}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user