Skip to content

Commit

Permalink
aacidentally oovervoowled
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Apr 12, 2022
1 parent 8101e06 commit dc6a463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/models/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default class Job extends Model {
@alias('summary.completeAllocs') completeAllocs;
@alias('summary.failedAllocs') failedAllocs;
@alias('summary.lostAllocs') lostAllocs;
@alias('summary.unknoownAllocs') unknownAllocs;
@alias('summary.unknownAllocs') unknownAllocs;
@alias('summary.totalAllocs') totalAllocs;
@alias('summary.pendingChildren') pendingChildren;
@alias('summary.runningChildren') runningChildren;
Expand Down

0 comments on commit dc6a463

Please sign in to comment.