File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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: [
You can’t perform that action at this time.
0 commit comments