mirror of
https://github.com/retspen/webvirtcloud
synced 2024-10-31 19:44:16 +00:00
fix urls for bus and capabilities
This commit is contained in:
parent
072a922c15
commit
1edce931ed
1 changed files with 2 additions and 2 deletions
|
@ -64,12 +64,12 @@ urlpatterns = [
|
|||
name="machines",
|
||||
),
|
||||
path(
|
||||
"archs/<str:arch>/machines/<str:machine>/disks/<str:disk>/buses/",
|
||||
"archs/<str:arch>/machines/<str:machine>/disks/<str:disk>/buses",
|
||||
views.get_compute_disk_buses,
|
||||
name="buses",
|
||||
),
|
||||
path(
|
||||
"archs/<str:arch>/machines/<str:machine>/capabilities/",
|
||||
"archs/<str:arch>/machines/<str:machine>/capabilities",
|
||||
views.get_dom_capabilities,
|
||||
name="domcaps",
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue