Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gutyán Gábor
/
circlestack
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
Commit
d99970c2
authored
Mar 11, 2015
by
Kálmán Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
request: fix jshint error and flake8 warnings
parent
842cdcc6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
circle/dashboard/static/dashboard/vm-details.js
+1
-1
circle/request/admin.py
+0
-3
circle/request/tests.py
+1
-1
No files found.
circle/dashboard/static/dashboard/vm-details.js
View file @
d99970c2
...
...
@@ -225,7 +225,7 @@ $(function() {
$
(
document
).
on
(
"click"
,
"#vm-renew-request-lease-button"
,
function
(
e
)
{
$
(
"#vm-renew-request-lease"
).
stop
().
slideToggle
();
e
.
preventDefault
()
e
.
preventDefault
()
;
});
});
circle/request/admin.py
deleted
100644 → 0
View file @
842cdcc6
from
django.contrib
import
admin
# Register your models here.
circle/request/tests.py
View file @
d99970c2
from
django.test
import
TestCase
#
from django.test import TestCase
# Create your tests here.
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