Skip to content

Commit

Permalink
Merge pull request #954 from alberto-g/patch-1
Browse files Browse the repository at this point in the history
Update networks.py
  • Loading branch information
vi4m committed Jul 8, 2014
2 parents 85a9563 + 0421a97 commit 86c54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/ui/views/networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def get_context_data(self, **kwargs):
def post(self, *args, **kwargs):
self.set_network()
if 'scan' in self.request.POST and self.network:
autoscan.autoscan_network(self.network)
autoscan.queue_autoscan_network(self.network)
messages.success(self.request, "Network scan scheduled.")
elif 'bury' in self.request.POST:
selected = self.request.POST.getlist('select')
Expand Down

0 comments on commit 86c54fe

Please sign in to comment.