实现基本的监控终端管理

This commit is contained in:
刘祥超
2021-09-08 19:34:51 +08:00
parent ab9cd13abc
commit ce97f20826
19 changed files with 345 additions and 12 deletions

View File

@@ -5,11 +5,17 @@
<csrf-token></csrf-token>
<table class="ui table definition selectable">
<tr>
<td class="title">名称 *</td>
<td class="title">终端名称 *</td>
<td>
<input type="text" name="name" maxlength="50" ref="focus"/>
</td>
</tr>
<tr>
<td>所属分组</td>
<td>
<report-node-groups-selector></report-node-groups-selector>
</td>
</tr>
<tr>
<td colspan="2"><more-options-indicator></more-options-indicator></td>
</tr>