fix(loki): Hide empty labels column

Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
This commit is contained in:
Steven Sheehy
2019-03-25 09:23:54 -05:00
committed by David
parent 8dfa1f4c12
commit dd388ed578
4 changed files with 8 additions and 3 deletions

View File

@@ -77,6 +77,7 @@ export interface LogsMetaItem {
}
export interface LogsModel {
hasUniqueLabels: boolean;
id: string; // Identify one logs result from another
meta?: LogsMetaItem[];
rows: LogRowModel[];