Commit e81f4713 authored by Antoine Millet's avatar Antoine Millet
Browse files

Added batch tag to the server's jobs manager interface

parent c7072d40
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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