Skip to content

Commit

Permalink
add unit number to install admin panel (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
quoncc authored Feb 16, 2024
1 parent 6e8da8f commit 65a11c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meshapi/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class InstallAdmin(admin.ModelAdmin):
"install_date",
"abandon_date",
]
list_display = ["install_number", "network_number", "member", "building"]
list_display = ["install_number", "network_number", "member", "building", "unit"]
search_fields = [
# Install number
"install_number__iexact",
Expand Down

0 comments on commit 65a11c7

Please sign in to comment.