+
+
+ }
+ placement="right"
+ interactive
+ >
+
+
+ {pluralize('label', labelsSize(labels), true)}
+
+
+
+ );
+}
+
interface EvaluationMetadataProps {
lastEvaluation?: string;
evaluationInterval?: string;
@@ -391,6 +412,14 @@ const getStyles = (theme: GrafanaTheme2) => ({
resetMargin: css({
margin: 0,
}),
+ ruleLabels: {
+ tooltip: css({
+ padding: theme.spacing(1),
+ }),
+ text: css({
+ cursor: 'pointer',
+ }),
+ },
});
export type RuleListItemCommonProps = Pick<