diff --git a/ui/app/templates/clients/client/index.hbs b/ui/app/templates/clients/client/index.hbs index 55653286d..c1b327656 100644 --- a/ui/app/templates/clients/client/index.hbs +++ b/ui/app/templates/clients/client/index.hbs @@ -155,7 +155,7 @@ Drivers {{#if this.model.unhealthyDrivers.length}} - {{x-icon "warning" class="is-text is-warning"}} + {{x-icon "alert-triangle" class="is-text is-warning"}} {{this.model.unhealthyDrivers.length}} of {{this.model.detectedDrivers.length}} {{pluralize "driver" this.model.detectedDrivers.length}} unhealthy {{else}} All healthy @@ -197,7 +197,7 @@ Force Drain {{#if this.model.drainStrategy.isForced}} - {{x-icon "warning" class="is-text is-warning"}} Yes + {{x-icon "alert-triangle" class="is-text is-warning"}} Yes {{else}} No {{/if}} diff --git a/ui/app/templates/components/allocation-row.hbs b/ui/app/templates/components/allocation-row.hbs index df1d784cf..0fdc3174e 100644 --- a/ui/app/templates/components/allocation-row.hbs +++ b/ui/app/templates/components/allocation-row.hbs @@ -1,7 +1,7 @@ {{#if this.allocation.unhealthyDrivers.length}} - {{x-icon "warning" class="is-warning"}} + {{x-icon "alert-triangle" class="is-warning"}} {{/if}} {{#if this.allocation.nextAllocation}} diff --git a/ui/app/templates/components/allocation-stat.hbs b/ui/app/templates/components/allocation-stat.hbs index d7e61e3c8..92bef3857 100644 --- a/ui/app/templates/components/allocation-stat.hbs +++ b/ui/app/templates/components/allocation-stat.hbs @@ -3,7 +3,7 @@ … {{else if this.error}} - {{x-icon "warning" class="is-warning"}} + {{x-icon "alert-triangle" class="is-warning"}} {{else}}