mirror of
https://github.com/grafana/grafana.git
synced 2025-01-27 00:37:04 -06:00
4ba2636aba
* Dashboard: Fix so panels are rendered correctly on SoloPanelPage * Refactor: narrows down the path
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
export function isSoloRoute(path: string): boolean {
|
|
return path?.toLowerCase().includes('/d-solo/');
|
|
}
|