Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gyuricska Milán
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
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
d00cb31a
authored
May 30, 2013
by
Bence Dányi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
firewall_gui: add urls for creating new entities
parent
e2430b2a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
cloud/urls.py
+4
-0
No files found.
cloud/urls.py
View file @
d00cb31a
...
...
@@ -120,6 +120,10 @@ urlpatterns = patterns('',
url
(
r'^firewall/rules/new/$'
,
'firewall_gui.views.show_rule'
),
url
(
r'^firewall/hosts/new/$'
,
'firewall_gui.views.show_host'
),
url
(
r'^firewall/vlans/new/$'
,
'firewall_gui.views.show_vlan'
),
url
(
r'^firewall/vlangroups/new/$'
,
'firewall_gui.views.show_vlangroup'
),
url
(
r'^firewall/hostgroups/new/$'
,
'firewall_gui.views.show_hostgroup'
),
url
(
r'^firewall/domains/new/$'
,
'firewall_gui.views.show_domain'
),
url
(
r'^firewall/records/new/$'
,
'firewall_gui.views.show_record'
),
# url(r'^firewall/vlangroups/save/$', 'firewall_gui.views.save_vlangroup'),
# url(r'^firewall/hostgroups/save/$', 'firewall_gui.views.save_hostgroup'),
# url(r'^firewall/domains/save/$', 'firewall_gui.views.save_domain'),
...
...
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