-
- Controls may be disabled!
-
-
- If the image for the analysis is not yet
-
- (see Build Status) or if a data store does not exist for the
- associated project, then the analysis cannot be started
-
+
This table provides an overview of the analyses that are
+ registered to run on this node. Approved users can start,
+ stop, or delete analyses, as well as view the logs
+ for both the analysis and associated nginx containers.
+
+
An analysis can start only if:
+
+
+ Approval Status
+
+
+
+ Build Status
+
+
+
+ Distribution Status
+
+
+
+
+
+ Data Store
+
+
+
+
+
{
class="distribution-badge"
>
@@ -734,17 +746,17 @@ const onCloseNavToast = () => {
@@ -847,48 +859,65 @@ const onCloseNavToast = () => {
diff --git a/app/components/analysis/ContainerCounter.vue b/app/components/analysis/ContainerCounter.vue
index 428e58dc..20c00ad5 100644
--- a/app/components/analysis/ContainerCounter.vue
+++ b/app/components/analysis/ContainerCounter.vue
@@ -39,7 +39,7 @@ function onApplyExecutionStatusFilter(executionStatus: PodStatus) {
- Analysis Overview
+ Analysis Overview
@@ -145,11 +145,14 @@ function onApplyExecutionStatusFilter(executionStatus: PodStatus) {
}
.counter-card {
- width: 30em;
+ background: var(--p-menubar-background);
+ min-width: 24rem;
}
-.counter-card {
- background: var(--p-menubar-background);
+.counter-card-title {
+ font-size: 1.125rem;
+ font-weight: 600;
+ letter-spacing: -0.01em;
}
.counter-badge-all {
@@ -176,7 +179,7 @@ function onApplyExecutionStatusFilter(executionStatus: PodStatus) {
}
.counter-id-txt {
- font-size: 0.9em;
- padding-top: 0.3em;
+ font-size: 0.8125rem;
+ padding-top: 0.375rem;
}
diff --git a/app/components/analysis/logs/AnalysisLogCardContent.vue b/app/components/analysis/logs/AnalysisLogCardContent.vue
index 3c0d30e1..c411edbb 100644
--- a/app/components/analysis/logs/AnalysisLogCardContent.vue
+++ b/app/components/analysis/logs/AnalysisLogCardContent.vue
@@ -297,37 +297,31 @@ async function copyToClipboard(isAnalysis: boolean) {
diff --git a/app/components/data-stores/DataStoreList.vue b/app/components/data-stores/DataStoreList.vue
index b4b78e83..0175699d 100644
--- a/app/components/data-stores/DataStoreList.vue
+++ b/app/components/data-stores/DataStoreList.vue
@@ -41,4 +41,3 @@ function onDeleteDataStore(dsName: string) {
-
diff --git a/app/components/data-stores/DetailedDataStoreTable.vue b/app/components/data-stores/DetailedDataStoreTable.vue
index 31177e18..c8d5189a 100644
--- a/app/components/data-stores/DetailedDataStoreTable.vue
+++ b/app/components/data-stores/DetailedDataStoreTable.vue
@@ -195,6 +195,7 @@ const updateFilters = (filterText: string) => {
filterDisplay="menu"
paginator
tableStyle="min-width: 50rem"
+ class="rounded-table"
>
No data stores found.
{
-
+