From 7423a5b42a0449cc8ea12afe29518ea3a12629a9 Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Mon, 26 Oct 2020 14:52:25 -0700 Subject: [PATCH] Replace all instances of the warning icon with the Structure alert-triangle icon --- ui/app/templates/clients/client/index.hbs | 4 ++-- ui/app/templates/components/allocation-row.hbs | 2 +- ui/app/templates/components/allocation-stat.hbs | 2 +- ui/app/templates/components/client-node-row.hbs | 2 +- ui/app/templates/components/plugin-allocation-row.hbs | 2 +- ui/app/templates/components/reschedule-event-timeline.hbs | 2 +- ui/app/templates/components/task-row.hbs | 6 +++--- 7 files changed, 10 insertions(+), 10 deletions(-) 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}}