mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Move tempates
This commit is contained in:
parent
8b39d4e429
commit
ea41412aac
46 changed files with 47 additions and 48 deletions
|
|
@ -3,6 +3,6 @@ from . import views
|
|||
|
||||
urlpatterns =[
|
||||
url(r'^$', views.computes, name='computes'),
|
||||
url(r'^overview/(\d+)/$', views.overview, name='overview'),
|
||||
url(r'^statistics/(\d+)/$', views.compute_graph, name='compute_graph'),
|
||||
url(r'^overview/(?P<compute_id>[0-9]+)/$', views.overview, name='overview'),
|
||||
url(r'^statistics/(?P<compute_id>[0-9]+)/$', views.compute_graph, name='compute_graph'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue