Loading cloudcontrol/server/jobsinterface.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ from cloudcontrol.common.tql.db.helpers import taggify class ServerJobsManagerInterface(JobsManagerInterface): TAG_ATTRIBUTES = ('title', 'status', 'state', 'owner', 'created', 'ended', 'attachments') 'attachments', 'batch') def __init__(self, server): self._server = server Loading Loading
cloudcontrol/server/jobsinterface.py +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ from cloudcontrol.common.tql.db.helpers import taggify class ServerJobsManagerInterface(JobsManagerInterface): TAG_ATTRIBUTES = ('title', 'status', 'state', 'owner', 'created', 'ended', 'attachments') 'attachments', 'batch') def __init__(self, server): self._server = server Loading