diff --git a/webapp/src/components/tabContentComponents/scanListContent.vue b/webapp/src/components/tabContentComponents/scanListContent.vue
index 16899053..293b9d0c 100644
--- a/webapp/src/components/tabContentComponents/scanListContent.vue
+++ b/webapp/src/components/tabContentComponents/scanListContent.vue
@@ -126,9 +126,9 @@
created: {{ formatDate(item.created) }}
modified: {{ formatDate(item.modified) }}
- Not enough images to stitch
- Interactive preview not available
- High quality stitch not available
+ Not enough images to stitch
+ Interactive preview not available
+ High quality stitch not available
@@ -369,4 +369,16 @@ ul {
list-style-type:none;
margin: 5px 0px 10px 0px;
}
+
+.warning-msg {
+ color: red;
+ text-align: center;
+ font-weight: bold;
+}
+
+.alert-msg{
+ color: orange;
+ text-align: center;
+ font-weight: bold;
+}
\ No newline at end of file