Skip to content

Commit

Permalink
修复管理员批量删除功能
Browse files Browse the repository at this point in the history
  • Loading branch information
data-infra committed Apr 15, 2024
1 parent d0bbc28 commit b50c324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myapp/views/view_total_resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ def echart_option(self, filters=None):

message = '如果是pipeline命名空间,按照run-id进行删除。\n如果是jupyter命名空间,直接删除pod\n'
@action("muldelete", "清理", "清理选中的pipeline,service,notebook的pod,但并不删除他们?", "fa-trash", single=False)
@pysnooper.snoop()
# @pysnooper.snoop()
def muldelete(self, items):
pod_resource()
all_task_resource = pipeline_resource_used['data']
Expand Down

0 comments on commit b50c324

Please sign in to comment.