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/>.
112
112
<v-icon :icon =" $options.icons.mdiRefresh" />
113
113
<v-tooltip >Refresh data</v-tooltip >
114
114
</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 >
115
122
</v-defaults-provider >
116
123
<!-- Box plot sort input teleports here -->
117
124
</div >
@@ -166,6 +173,7 @@ import {
166
173
mdiChartTimelineVariant ,
167
174
mdiRefresh ,
168
175
mdiTable ,
176
+ mdiInformationOutline ,
169
177
} from ' @mdi/js'
170
178
171
179
/** List of fields to request for task for each task */
@@ -355,6 +363,7 @@ export default {
355
363
mdiChartTimelineVariant,
356
364
mdiRefresh,
357
365
mdiTable,
366
+ mdiInformationOutline,
358
367
},
359
368
360
369
timingOptions: [
You can’t perform that action at this time.
0 commit comments