mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
update secret references; move secret to virtsecret because of django compatibility
This commit is contained in:
parent
f161d6a1f3
commit
ede5710d7c
13 changed files with 13 additions and 13 deletions
|
@ -33,7 +33,7 @@ urlpatterns = [
|
|||
path('interface/<str:iface>/', interface, name='interface'),
|
||||
path('nwfilters/', nwfilters, name='nwfilters'),
|
||||
path('nwfilter/<str:nwfltr>/', nwfilter, name='nwfilter'),
|
||||
path('secrets/', secrets, name='secrets'),
|
||||
path('virtsecrets/', secrets, name='virtsecrets'),
|
||||
# path('create/', create_instance_select_type, name='create_instance_select_type'),
|
||||
# path('create/archs/<str:arch>/machines/<str:machine>/', create_instance, name='create_instance'),
|
||||
path('archs/<str:arch>/machines/', views.get_compute_machine_types, name='machines'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue