Skip to content

Commit

Permalink
feat: opt admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehco1996 committed Feb 2, 2024
1 parent 05d9fe4 commit c0ad23d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/proxy/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ class ProxyNodeAdmin(admin.ModelAdmin):
]
list_filter = ["provider_remark", "country"]
actions = ["clear_traffic_logs", "toggle_enable", "reset_port", "duplicate"]
list_editable = ["sequence"]

def get_form(self, request, obj=None, **kwargs):
if obj:
Expand Down

0 comments on commit c0ad23d

Please sign in to comment.