mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-31 23:56:34 +08:00
可以自行设定指标数据保留时间
This commit is contained in:
@@ -44,6 +44,15 @@
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>数据保留周期</td>
|
||||
<td>
|
||||
<div class="ui input">
|
||||
<input type="text" size="4" maxlength="4" name="expiresPeriod" v-model="item.expiresPeriod"/>
|
||||
</div>
|
||||
<p class="comment">自动删除此周期以外的数据。单位和统计周期一致。不填或者为0,表示自动计算。</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>是否公用</td>
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user