Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit c0ad23d

Browse files
committed
feat: opt admin
1 parent 05d9fe4 commit c0ad23d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/proxy/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class ProxyNodeAdmin(admin.ModelAdmin):
8787
]
8888
list_filter = ["provider_remark", "country"]
8989
actions = ["clear_traffic_logs", "toggle_enable", "reset_port", "duplicate"]
90+
list_editable = ["sequence"]
9091

9192
def get_form(self, request, obj=None, **kwargs):
9293
if obj:

0 commit comments

Comments
 (0)