From 6990bac640730bd8b9ad3bc704129865fbe0dd31 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 16 Feb 2024 00:26:32 +0000 Subject: [PATCH] Render errors and warnings from blocks in the UI rather than erroring --- .../components/datablocks/DataBlockBase.vue | 25 +++++++++++++++++++ webapp/src/main.js | 2 ++ 2 files changed, 27 insertions(+) diff --git a/webapp/src/components/datablocks/DataBlockBase.vue b/webapp/src/components/datablocks/DataBlockBase.vue index af26591e9..1fd215c19 100644 --- a/webapp/src/components/datablocks/DataBlockBase.vue +++ b/webapp/src/components/datablocks/DataBlockBase.vue @@ -40,6 +40,31 @@ :style="{ 'max-height': contentMaxHeight }" class="datablock-content" > + + + diff --git a/webapp/src/main.js b/webapp/src/main.js index 651d3dceb..ce6603c35 100644 --- a/webapp/src/main.js +++ b/webapp/src/main.js @@ -33,6 +33,7 @@ import { faQuestionCircle, faLink, faUnlink, + faExclamationTriangle, faExclamationCircle, faListOl, faSearch, @@ -69,6 +70,7 @@ library.add( faHdd, faLink, faUnlink, + faExclamationTriangle, faExclamationCircle, faListOl, faSearch,