Commit 2dc45872 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

add functional for cancel job

parent 4fe47ceb
......@@ -28,7 +28,7 @@ class JobListView(ListView):
if action == 'run':
self.service.run_job(job_id)
if action == 'cancel':
pass
self.service.cancel_job(job_id)
if action == 'update':
self.service.update_jobs_status()
if action == 'new':
......
......@@ -3,7 +3,6 @@ import traceback
import MySQLdb
class Database:
def __init__(self, host, user, pwd, database):
......
......@@ -6,6 +6,6 @@
[settings]
default = exa.settings
[deploy:esi]
[deploy:exa]
url = http://localhost:6800/
project = exa
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment