Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
witlox committed Jun 18, 2019
1 parent cd519d6 commit 350e4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dcron/site.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ async def get_nodes(self, request):

@aiohttp_jinja2.template('jobstable.html')
async def get_jobs(self, request):
return dict(jobs=sorted(self.storage.cluster_jobs, key=lambda j: (j.command, j.ip)))
return dict(jobs=sorted(self.storage.cluster_jobs, key=lambda j: (j.command, j.assigned_to)))

@aiohttp_jinja2.template('joblogs.html')
async def get_job_log(self, request):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

from setuptools import setup

version = "0.9.6"
version = "0.9.7"

requirements = ['aiohttp',
'aiofiles',
Expand Down

0 comments on commit 350e4fd

Please sign in to comment.