Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
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
f8366ce7
authored
Aug 22, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urls.py: Added the dashboard.views.client-check to the list
parent
07925aa8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
circle/dashboard/urls.py
+3
-0
No files found.
circle/dashboard/urls.py
View file @
f8366ce7
...
@@ -44,6 +44,7 @@ from .views import (
...
@@ -44,6 +44,7 @@ from .views import (
VmTraitsUpdate
,
VmRawDataUpdate
,
VmTraitsUpdate
,
VmRawDataUpdate
,
GroupPermissionsView
,
GroupPermissionsView
,
LeaseAclUpdateView
,
LeaseAclUpdateView
,
ClientCheck
,
)
)
autocomplete_light
.
autodiscover
()
autocomplete_light
.
autodiscover
()
...
@@ -196,4 +197,6 @@ urlpatterns = patterns(
...
@@ -196,4 +197,6 @@ urlpatterns = patterns(
name
=
"dashboard.views.store-new-directory"
),
name
=
"dashboard.views.store-new-directory"
),
url
(
r"^store/refresh_toplist$"
,
store_refresh_toplist
,
url
(
r"^store/refresh_toplist$"
,
store_refresh_toplist
,
name
=
"dashboard.views.store-refresh-toplist"
),
name
=
"dashboard.views.store-refresh-toplist"
),
url
(
r"^client/check$"
,
ClientCheck
.
as_view
(),
name
=
"dashboard.views.client-check"
),
)
)
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