mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-03-01 15:47:18 +08:00
可以在分组中设置一些全局配置选项
This commit is contained in:
14
web/views/@default/servers/groups/createPopup.html
Normal file
14
web/views/@default/servers/groups/createPopup.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3>创建分组</h3>
|
||||
<form method="post" class="ui form" data-tea-action="$" data-tea-success="success">
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">分组名称 *</td>
|
||||
<td>
|
||||
<input type="text" name="name" maxlength="50" ref="focus"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
Reference in New Issue
Block a user