Logs Panel: Table UI - Pull logs table into dashboard panel (#77757)

* Allows users to add a logs table in explore to a dashboard panel via the includeByName transformation
This commit is contained in:
Galen Kistler
2023-11-29 10:01:28 -06:00
committed by GitHub
parent df4eba4654
commit faa29db241
10 changed files with 328 additions and 20 deletions
@@ -51,6 +51,7 @@ export interface ExploreLogsPanelState {
id?: string;
columns?: Record<number, string>;
visualisationType?: 'table' | 'logs';
labelFieldName?: string;
// Used for logs table visualisation, contains the refId of the dataFrame that is currently visualized
refId?: string;
}