mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-09 23:35:40 +08:00
[区域]增加区域管理
This commit is contained in:
15
web/views/@default/clusters/regions/createPopup.html
Normal file
15
web/views/@default/clusters/regions/createPopup.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{$layout "layout_popup"}
|
||||
|
||||
<h3>创建区域</h3>
|
||||
<form class="ui form" method="post" data-tea-success="success" data-tea-action="$">
|
||||
<csrf-token></csrf-token>
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td>区域名称 *</td>
|
||||
<td>
|
||||
<input type="text" name="name" maxlength="100" ref="focus"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
Reference in New Issue
Block a user