Skip to content

Commit e9f70ec

Browse files
committed
增加删除IP名单任务
1 parent cc3b802 commit e9f70ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/views/@default/clusters/tasks/listPopup.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h3>正在同步的节点任务<span v-if="countTasks > 0">(共{{countTasks}}个
3434
<span v-if="task.type == 'nodeLevelChanged'">同步L2节点</span>
3535
<span v-if="task.type == 'ddosProtectionChanged'">DDoS配置</span>
3636
<span v-if="task.type == 'userServersStateChanged'">用户网站状态</span>
37+
<span v-if="task.type != null && task.type.startsWith('ipListDeleted')">删除IP名单</span>
3738
</td>
3839
<td>
3940
<span v-if="task.isDone" class="red">{{task.error}}</span>

0 commit comments

Comments
 (0)