github.com/hernad/nomad@v1.6.112/ui/app/components/job-status/latest-deployment.hbs (about) 1 {{! 2 Copyright (c) HashiCorp, Inc. 3 SPDX-License-Identifier: MPL-2.0 4 ~}} 5 6 <section class="latest-deployment"> 7 <LinkTo @route="jobs.job.deployments" @model={{@job}}> 8 <h4> 9 Latest Deployment 10 <FlightIcon @name="arrow-right" /> 11 </h4> 12 </LinkTo> 13 <Hds::Badge @text={{capitalize this.status}} @size="small" @color={{this.statusColor}} @type="filled" /> 14 <p>{{this.healthyAllocs}}/{{this.desiredTotal}} Healthy</p> 15 </section>