grafana/public/app/features/explore
David e7ae220cde
Logs: Optional logs label column (#21025)
* Logs: Optional logs label column

- reintroduces label column that was removed when log details were
introduced
- added to explore and also as a new option to logs panel
- explore column settings now stored in localstorage
- labels are rendered with font size xs
- labels that start with `_` or are called `level` or `filename` are not
displayed
- removed click handlers and moved remaining `LogLabel` logic into `LogLabels`

* Added prop to satisfy interface

* Review feedback

* removed comment

* Changed label of label column switch
2019-12-11 16:11:32 +01:00
..
__mocks__ Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
__snapshots__ Explore: UI changes for split view and live tailing (#20516) 2019-11-22 12:26:14 +01:00
slate-plugins/prism Chore: Moves QueryField to @grafana/ui (#19678) 2019-10-31 08:27:01 +00:00
state Datasource/Loki: Loki now goes to Logs mode when importing prom queries (#20890) 2019-12-06 17:00:05 +01:00
utils Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
AdHocFilter.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
AdHocFilterField.test.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
AdHocFilterField.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
ElapsedTime.tsx Explore: Add memoization and remove unused props (#18775) 2019-08-29 13:41:45 +02:00
ErrorContainer.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
Explore.tsx Explore: Cleanup redundant state variables and unused actions (#20837) 2019-12-05 11:22:46 +01:00
ExploreGraphPanel.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
ExploreTimeControls.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
ExploreToolbar.tsx Explore: Cleanup redundant state variables and unused actions (#20837) 2019-12-05 11:22:46 +01:00
JSONViewer.tsx Chore: noImplicitAny Sub 500 errors (#18287) 2019-07-30 15:49:32 +02:00
LiveLogs.test.tsx Explore: Add custom DataLinks on datasource level for Loki (#20060) 2019-11-06 16:15:08 +01:00
LiveLogs.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
LiveTailButton.tsx Explore: Sync timepicker and logs after live-tailing stops (#20979) 2019-12-11 14:14:39 +01:00
Logs.tsx Logs: Optional logs label column (#21025) 2019-12-11 16:11:32 +01:00
LogsContainer.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
NoDataSourceCallToAction.tsx Performance/Webpack: Introduces more aggressive code-splitting and other perf improvements (#18544) 2019-09-03 09:29:02 +01:00
QueryEditor.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
QueryRow.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
QueryRowActions.test.tsx Explore: Add titles to query row action buttons (#20128) 2019-11-01 14:48:35 +01:00
QueryRowActions.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
QueryRows.tsx Replaced intialQueris with queryKeys 2019-02-04 13:41:29 +01:00
QueryStatus.test.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
QueryStatus.tsx Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
ResponsiveButton.tsx Explore: updates responsive button to pass all the div element props 2019-11-21 15:06:16 +01:00
RunButton.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
Table.tsx Chore: Remove several instances of non-strict null usage (#20563) 2019-11-26 09:01:32 +00:00
TableContainer.tsx Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
TimeSyncButton.test.tsx Explore: Add unit test to TimeSyncButton (#19836) 2019-10-16 11:48:10 +02:00
TimeSyncButton.tsx Explore: UI changes for split view and live tailing (#20516) 2019-11-22 12:26:14 +01:00
useLiveTailControls.ts Explore: Sync timepicker and logs after live-tailing stops (#20979) 2019-12-11 14:14:39 +01:00
Wrapper.tsx Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00