mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-10 08:20:24 +08:00
18 lines
440 B
HTML
18 lines
440 B
HTML
{$layout "layout_popup"}
|
|
|
|
<h3>创建分组</h3>
|
|
|
|
<form class="ui form" data-tea-success="success" data-tea-action="$">
|
|
<csrf-token></csrf-token>
|
|
|
|
<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> |