mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(loki): Hide empty labels column
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
This commit is contained in:
@@ -77,6 +77,7 @@ export interface LogsMetaItem {
|
||||
}
|
||||
|
||||
export interface LogsModel {
|
||||
hasUniqueLabels: boolean;
|
||||
id: string; // Identify one logs result from another
|
||||
meta?: LogsMetaItem[];
|
||||
rows: LogRowModel[];
|
||||
|
||||
Reference in New Issue
Block a user