mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
Merge pull request #650 from catborise/master
fix urls for bus and capabilities
This commit is contained in:
commit
f4651d816d
1 changed files with 2 additions and 2 deletions
|
@ -64,12 +64,12 @@ urlpatterns = [
|
||||||
name="machines",
|
name="machines",
|
||||||
),
|
),
|
||||||
path(
|
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,
|
views.get_compute_disk_buses,
|
||||||
name="buses",
|
name="buses",
|
||||||
),
|
),
|
||||||
path(
|
path(
|
||||||
"archs/<str:arch>/machines/<str:machine>/capabilities/",
|
"archs/<str:arch>/machines/<str:machine>/capabilities",
|
||||||
views.get_dom_capabilities,
|
views.get_dom_capabilities,
|
||||||
name="domcaps",
|
name="domcaps",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue