diff --git a/ui/app/components/job-status/deployment-history.hbs b/ui/app/components/job-status/deployment-history.hbs index 2ba143901..7f6642454 100644 --- a/ui/app/components/job-status/deployment-history.hbs +++ b/ui/app/components/job-status/deployment-history.hbs @@ -33,7 +33,7 @@ {{#each this.history as |deployment-log|}}
  • - {{deployment-log.state.allocation.shortId}} + {{deployment-log.state.allocation.shortId}} {{deployment-log.type}}: {{deployment-log.message}} {{format-ts deployment-log.time}} diff --git a/ui/app/components/job-status/individual-allocation.hbs b/ui/app/components/job-status/individual-allocation.hbs index 3b9b8440c..e99f7790e 100644 --- a/ui/app/components/job-status/individual-allocation.hbs +++ b/ui/app/components/job-status/individual-allocation.hbs @@ -7,7 +7,7 @@