diff --git a/ui/app/templates/components/job-deployment/deployment-allocations.hbs b/ui/app/templates/components/job-deployment/deployment-allocations.hbs index 6dbd52053..d9a584bbf 100644 --- a/ui/app/templates/components/job-deployment/deployment-allocations.hbs +++ b/ui/app/templates/components/job-deployment/deployment-allocations.hbs @@ -2,28 +2,45 @@
Allocations
-
- - - - ID - Task Group - Created - Modified - Status - Version - Node - Volume - CPU - Memory - - - - - +
+ {{#if @deployment.allocations.length}} + + + + ID + Task Group + Created + Modified + Status + Version + Node + Volume + CPU + Memory + + + + + + {{else}} +
+

+ No Allocations +

+

+ No allocations have been placed. +

+
+ {{/if}}