From b785e87bef1323707cc87205359701d1dccbf90f Mon Sep 17 00:00:00 2001 From: thsrite Date: Thu, 11 Jul 2024 13:21:36 +0800 Subject: [PATCH] fix ui --- plugins/cd2assistant/__init__.py | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/plugins/cd2assistant/__init__.py b/plugins/cd2assistant/__init__.py index 0965923..84978a3 100644 --- a/plugins/cd2assistant/__init__.py +++ b/plugins/cd2assistant/__init__.py @@ -582,23 +582,6 @@ class Cd2Assistant(_PluginBase): { 'component': 'VRow', 'content': [ - { - 'component': 'VCol', - 'props': { - 'cols': 12, - 'md': 4 - }, - 'content': [ - { - 'component': 'VTextField', - 'props': { - 'model': 'cron', - 'label': '检测周期', - 'placeholder': '5位cron表达式' - } - } - ] - }, { 'component': 'VCol', 'props': {