Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
35c43d0f
authored
Mar 04, 2013
by
Dányi Bence
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: fix new-vm view name
parent
1869062e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cloud/urls.py
+2
-2
No files found.
cloud/urls.py
View file @
35c43d0f
...
@@ -22,9 +22,9 @@ urlpatterns = patterns('',
...
@@ -22,9 +22,9 @@ urlpatterns = patterns('',
url
(
r'^$'
,
'one.views.index'
,
),
url
(
r'^$'
,
'one.views.index'
,
),
url
(
r'^info/$'
,
'one.views.info'
,
),
url
(
r'^info/$'
,
'one.views.info'
,
),
url
(
r'^home/$'
,
'one.views.home'
,
),
url
(
r'^home/$'
,
'one.views.home'
,
),
url
(
r'^vm/new/(?P<template>\d+)/$'
,
'one.views.vm_new'
,
),
url
(
r'^vm/new/(?P<template>\d+)/$'
,
'one.views.vm_new'
,
name
=
'new_vm_from_template'
),
url
(
r'^ajax/vm/new/(?P<template>\d+)/$'
,
'one.views.vm_new_ajax'
,
),
url
(
r'^ajax/vm/new/(?P<template>\d+)/$'
,
'one.views.vm_new_ajax'
,
),
url
(
r'^vm/new/s(?P<share>\d+)/$'
,
'one.views.vm_new'
,
),
url
(
r'^vm/new/s(?P<share>\d+)/$'
,
'one.views.vm_new'
,
name
=
'new_vm_form_share'
),
url
(
r'^vm/show/(?P<iid>\d+)/$'
,
'one.views.vm_show'
,
),
url
(
r'^vm/show/(?P<iid>\d+)/$'
,
'one.views.vm_show'
,
),
url
(
r'^vm/delete/(?P<iid>\d+)/$'
,
'one.views.vm_delete'
,
),
url
(
r'^vm/delete/(?P<iid>\d+)/$'
,
'one.views.vm_delete'
,
),
url
(
r'^vm/stop/(?P<iid>\d+)/$'
,
'one.views.vm_stop'
,
),
url
(
r'^vm/stop/(?P<iid>\d+)/$'
,
'one.views.vm_stop'
,
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment