Skip to content

Commit

Permalink
#110 Add a label in active response
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Jul 27, 2018
1 parent 72d5988 commit 019aea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/org/thp/cortex/models/Job.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ trait JobAttributes {
val input = optionalAttribute("input", F.textFmt, "Data sent to worker")
val fromCache = optionalAttribute("fromCache", F.booleanFmt, "Indicates if cache is used", O.form)
val tpe = attribute("type", F.enumFmt(WorkerType), "", O.readonly)
val lbel = optionalAttribute("label", F.stringFmt, "Label of the job")
}

@Singleton
Expand Down

0 comments on commit 019aea4

Please sign in to comment.