Add customer to disk space detail view
This commit is contained in:
parent
1d4f070867
commit
2e7dca529a
4 changed files with 14 additions and 2 deletions
|
@ -45,7 +45,7 @@ urlpatterns = [
|
|||
name="add_hosting_option",
|
||||
),
|
||||
path(
|
||||
"<int:package>/disk-usage/",
|
||||
"<str:user>/<int:package>/disk-usage/",
|
||||
CustomerHostingPackageDiskUsageDetails.as_view(),
|
||||
name="disk_usage_details",
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue