Skip to content

Commit 7a7d992

Browse files
committed
add tooltip
1 parent 4c0c9a4 commit 7a7d992

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/public/views/Runs/ActiveColumns/runDetectorsAsyncQcActiveColumns.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* granted to it by virtue of its status as an Intergovernmental Organization
1111
* or submit itself to any jurisdiction.
1212
*/
13-
import { h, iconBan, iconX } from '/js/src/index.js';
13+
import { h, iconBan, iconX, info } from '/js/src/index.js';
1414
import { qcFlagCreationPanelLink } from '../../../components/qcFlags/qcFlagCreationPanelLink.js';
1515
import { tooltip } from '../../../components/common/popover/tooltip.js';
1616
import { isRunNotSubjectToQc } from '../../../components/qcFlags/isRunNotSubjectToQc.js';
@@ -165,7 +165,7 @@ export const createRunDetectorsAsyncQcActiveColumns = (
165165
{
166166
name: null,
167167
filter: ({ filteringModel }) => [
168-
h('.section-divider', 'Detector QC'),
168+
h('.section-divider', ['Detector QC', tooltip(info(), 'not-bad fraction expressed as a percentage')]),
169169
filtersSection(filteringModel, Object.fromEntries(filtersEntries), { profile }),
170170
],
171171
profiles: profile,

lib/public/views/Runs/RunPerDataPass/RunsPerDataPassOverviewPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export const RunsPerDataPassOverviewPage = ({
196196
filteringModel.get('gaq[notBadFraction]'),
197197
{ step: 0.1, selectorPrefix: 'gaqNotBadFraction' },
198198
),
199-
filterTooltip: 'expressed as a percentage',
199+
filterTooltip: 'not-bad fraction expressed as a percentage',
200200
profiles: ['runsPerDataPass'],
201201
},
202202
...createRunDetectorsAsyncQcActiveColumns(

0 commit comments

Comments
 (0)