Skip to content

Commit 054e919

Browse files
Clarify Data View (#2205)
Adding chip to inform the user that the analysis view only shows successful jobs
1 parent 68cdee3 commit 054e919

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/views/Analysis.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
112112
<v-icon :icon="$options.icons.mdiRefresh" />
113113
<v-tooltip>Refresh data</v-tooltip>
114114
</v-btn>
115+
<v-btn>
116+
<v-icon :icon="$options.icons.mdiInformationOutline" />
117+
<v-tooltip>
118+
The Analysis View shows data for all succeeded jobs in all cycles
119+
of the workflow.
120+
</v-tooltip>
121+
</v-btn>
115122
</v-defaults-provider>
116123
<!-- Box plot sort input teleports here -->
117124
</div>
@@ -166,6 +173,7 @@ import {
166173
mdiChartTimelineVariant,
167174
mdiRefresh,
168175
mdiTable,
176+
mdiInformationOutline,
169177
} from '@mdi/js'
170178
171179
/** List of fields to request for task for each task */
@@ -355,6 +363,7 @@ export default {
355363
mdiChartTimelineVariant,
356364
mdiRefresh,
357365
mdiTable,
366+
mdiInformationOutline,
358367
},
359368
360369
timingOptions: [

0 commit comments

Comments
 (0)