mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* WIP * Refactor code a bit so we can sticky the main graph and tabs * Make sure it works in Firefox. Avoid annoying warnings in breakdown tab. Update pin metrics graph label * Small copy change Co-authored-by: Darren Janeczek <38694490+darrenjaneczek@users.noreply.github.com> --------- Co-authored-by: Darren Janeczek <38694490+darrenjaneczek@users.noreply.github.com>
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import { MetricSelectScene } from '../MetricSelectScene';
|
|
|
|
export function buildRelatedMetricsScene() {
|
|
return new MetricSelectScene({});
|
|
}
|