From 9964d4dc4818ea01aefd5ee2aed6a8eadc303acc Mon Sep 17 00:00:00 2001 From: John Chilton Date: Thu, 2 Mar 2023 15:58:22 -0500 Subject: [PATCH] More consistent icon for object store selection. I had started by using fa-database everywhere but then I implemented the user selection piece and that icon was already used for custom DB keys and then David implemented the storage management functionality and so that icon couldn't be used in the history either. This I think switches everything else over to the now more consitent fa-hdd. --- client/src/components/Tool/ToolCard.vue | 2 +- .../components/Workflow/Run/WorkflowStorageConfiguration.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/components/Tool/ToolCard.vue b/client/src/components/Tool/ToolCard.vue index f877b14af41c..72100d6c6e84 100644 --- a/client/src/components/Tool/ToolCard.vue +++ b/client/src/components/Tool/ToolCard.vue @@ -130,7 +130,7 @@ function onUpdatePreferredObjectStoreId(selectedToolPreferredObjectStoreId) { size="sm" class="float-right" @click="onShowObjectStoreSelect"> - + - + - +