Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
burp-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benjamin "Ziirish" SANS
burp-ui
Commits
aad0e0cd
Verified
Commit
aad0e0cd
authored
May 16, 2018
by
Benjamin "Ziirish" SANS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint
parent
e0641ad0
Pipeline
#1413
passed with stages
in 9 minutes and 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
burpui/routes.py
burpui/routes.py
+1
-1
No files found.
burpui/routes.py
View file @
aad0e0cd
...
...
@@ -281,7 +281,7 @@ def live_monitor(server=None, name=None):
flash
(
_
(
'Sorry, there are no running backups'
),
'warning'
)
return
redirect
(
url_for
(
'.home'
))
else
:
if
not
any
([
x
for
_
,
x
in
iteritems
(
running
)]):
if
not
any
([
x
for
y
,
x
in
iteritems
(
running
)]):
flash
(
_
(
'Sorry, there are no running backups'
),
'warning'
)
return
redirect
(
url_for
(
'.home'
))
...
...
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