diff --git a/ui/app/models/allocation.js b/ui/app/models/allocation.js index 3aa09fa1c..adb1238b0 100644 --- a/ui/app/models/allocation.js +++ b/ui/app/models/allocation.js @@ -49,7 +49,7 @@ export default class Allocation extends Model { @computed('clientStatus') get isScheduled() { - return ['pending', 'running', 'failed'].includes(this.clientStatus); + return ['pending', 'running'].includes(this.clientStatus); } // An allocation model created from any allocation list response will be lacking diff --git a/ui/app/templates/topology.hbs b/ui/app/templates/topology.hbs index 19c1fd515..0963657ee 100644 --- a/ui/app/templates/topology.hbs +++ b/ui/app/templates/topology.hbs @@ -17,7 +17,6 @@