Johannes Schill
|
e55659192a
|
Small tooltip css-adjustments and add css for position "bottom-start" used by the panel header corner
|
2018-12-04 17:00:00 +01:00 |
|
Johannes Schill
|
c2aa64595a
|
Merge pull request #14234 from grafana/gauge-value-options
Gauge value options
|
2018-12-04 16:30:34 +01:00 |
|
Peter Holmberg
|
f77c354341
|
Merge remote-tracking branch 'origin/develop' into gauge-value-options
|
2018-12-04 12:56:54 +01:00 |
|
Johannes Schill
|
bc5a0d9120
|
Add VizPicker search #14274
|
2018-12-04 10:42:01 +01:00 |
|
Peter Holmberg
|
b6ef10b8db
|
arrow function
|
2018-12-03 15:02:41 +01:00 |
|
Peter Holmberg
|
b4d5ddd6f4
|
fix for initial options
|
2018-12-03 13:33:17 +01:00 |
|
Torkel Ödegaard
|
9cbdd07315
|
Merge branch 'panel-edit-in-react-sidemenu' into develop
|
2018-12-03 13:21:07 +01:00 |
|
Torkel Ödegaard
|
9404d36ab5
|
Merge pull request #14135 from grafana/panel-edit-in-react
React Panel Editor Mode (For Angular and React Panels)
|
2018-12-03 11:50:06 +01:00 |
|
Torkel Ödegaard
|
d38a0a0b64
|
Merge pull request #14106 from grafana/unit-picker
Unit picker
|
2018-12-03 10:53:48 +01:00 |
|
Torkel Ödegaard
|
222f26ea80
|
Merge branch 'panel-edit-in-react' of github.com:grafana/grafana into panel-edit-in-react
|
2018-11-30 04:46:39 -08:00 |
|
Torkel Ödegaard
|
6c09373995
|
fix: minor style changes, removed hover scale increase
|
2018-11-30 04:45:25 -08:00 |
|
Johannes Schill
|
0b65558c21
|
react-panel: Add nullcheck to prevent error on datasources without meta options
|
2018-11-30 13:42:49 +01:00 |
|
Johannes Schill
|
363425d55e
|
react-panel: Options button should always be enabled now when Time Range-options are there
|
2018-11-30 13:39:06 +01:00 |
|
Johannes Schill
|
d02839d2d1
|
react-panel: Move time range options to its own component and render it under the options button instead
|
2018-11-30 13:36:53 +01:00 |
|
Johannes Schill
|
a8e184c025
|
react-panel: Clean up input validation and increase code readability
|
2018-11-30 10:21:55 +01:00 |
|
Johannes Schill
|
69ae3d2e6a
|
react-panel: Time range options moved to "Queries" tab
|
2018-11-30 10:21:54 +01:00 |
|
Johannes Schill
|
b7fcef3351
|
react-panel: Remove mock response button for now
|
2018-11-30 10:21:54 +01:00 |
|
Johannes Schill
|
a03900e6cf
|
react-panel: Remove comments and improve readability in render()
|
2018-11-30 10:21:54 +01:00 |
|
Johannes Schill
|
3908e64ef0
|
react-panel: Use correct type for children prop to avoid the use of fragments <></>
|
2018-11-30 10:21:54 +01:00 |
|
Johannes Schill
|
23ae1c7184
|
react-panel: Move all query inspector logic into QueryInspector component and start with the "Mock response"
|
2018-11-30 10:21:54 +01:00 |
|
Johannes Schill
|
857bd3d8ad
|
react-panel: Toggle Expand/Collapse json nodes in Query Inspector
|
2018-11-30 10:21:54 +01:00 |
|
Johannes Schill
|
8254086ecb
|
react-panel: Add CopyToClipboard-component and separate QueryInspector to its own component from QueriesTab
|
2018-11-30 10:21:53 +01:00 |
|
Johannes Schill
|
be67801e84
|
react-panel: Trigger panel refresh when opening inspector. Add loading-message
|
2018-11-30 10:21:53 +01:00 |
|
Johannes Schill
|
348f2e4ec4
|
react-panel: Get real datasource query for query inspector
|
2018-11-30 10:21:53 +01:00 |
|
Johannes Schill
|
82ce733e9e
|
react-panel: Create component for JSON formatting and use it on query inspector
|
2018-11-30 10:21:53 +01:00 |
|
ijin08
|
2c943d9aec
|
added new icons, fixed so different icons in different themes, added animation to hover on icons, styled choose visualization and datasource for both themes, made som styling adjustments to whole panel editor
|
2018-11-28 15:51:45 +01:00 |
|
Torkel Ödegaard
|
39a1b11cb3
|
minor fixes
|
2018-11-23 15:01:36 +01:00 |
|
Torkel Ödegaard
|
9caae8c8c0
|
adding back button
|
2018-11-23 07:43:25 +01:00 |
|
Torkel Ödegaard
|
c8e42c0216
|
styling tweaks
|
2018-11-23 07:31:13 +01:00 |
|
Torkel Ödegaard
|
300bd75b54
|
edit mode styling
|
2018-11-22 12:22:59 +01:00 |
|
Torkel Ödegaard
|
1b92bc62cb
|
edit mode styling
|
2018-11-22 12:19:52 +01:00 |
|
Torkel Ödegaard
|
d70dfd5fd7
|
edit mode styling
|
2018-11-22 12:13:28 +01:00 |
|
Torkel Ödegaard
|
547044b65f
|
style tweaks
|
2018-11-22 11:41:33 +01:00 |
|
Torkel Ödegaard
|
9a2b2863fb
|
styling progress
|
2018-11-22 08:46:54 +01:00 |
|
Torkel Ödegaard
|
c7e296307a
|
panel edit ux experiments
|
2018-11-21 20:32:04 +01:00 |
|
Johannes Schill
|
1a7b8a3931
|
Merge branch 'panel-edit-in-react' of https://github.com/grafana/grafana into panel-edit-in-react
|
2018-11-21 11:39:57 +01:00 |
|
Johannes Schill
|
69e5584d39
|
react-panel: Avoid duplicate keys
|
2018-11-20 17:11:47 +01:00 |
|
Torkel Ödegaard
|
874ff4a7af
|
Merge branch 'panel-edit-in-react' of github.com:grafana/grafana into panel-edit-in-react
|
2018-11-20 17:10:38 +01:00 |
|
Torkel Ödegaard
|
9baa54e98c
|
added alert tab to new react panel editor
|
2018-11-20 17:09:47 +01:00 |
|
Peter Holmberg
|
6084275119
|
started on thresholds
|
2018-11-20 17:01:58 +01:00 |
|
Johannes Schill
|
97f7a7fbba
|
react-panel: Add data source "options". Needs UX, WIP.
|
2018-11-20 16:33:26 +01:00 |
|
Torkel Ödegaard
|
51e719493b
|
Merge branch 'panel-edit-in-react' of github.com:grafana/grafana into panel-edit-in-react
|
2018-11-20 16:07:11 +01:00 |
|
Torkel Ödegaard
|
5ea34844ba
|
fixes to view mode for panels, can now go back as before
|
2018-11-20 16:00:19 +01:00 |
|
Johannes Schill
|
bc9f3a33fe
|
Merge branch 'panel-edit-in-react' of https://github.com/grafana/grafana into panel-edit-in-react
|
2018-11-20 14:17:46 +01:00 |
|
Johannes Schill
|
ff87cbd4db
|
react-panel: Add data source "help"
|
2018-11-20 14:17:03 +01:00 |
|
Torkel Ödegaard
|
0575307786
|
added header section to legacy tabs
|
2018-11-20 11:06:36 +01:00 |
|
Torkel Ödegaard
|
7f46b75330
|
Merge branch 'develop' into panel-edit-in-react
|
2018-11-20 09:51:06 +01:00 |
|
Johannes Schill
|
00596f0afc
|
react-panel: Finish the data source search on query tab and start moving switch-data-source-logic from angular
|
2018-11-19 14:35:16 +01:00 |
|
Johannes Schill
|
295fefb2dc
|
Tooltip should be able to take up space when used on an absolute positioned element
|
2018-11-19 09:29:21 +01:00 |
|
Torkel Ödegaard
|
5d1c5502f1
|
minor fixes
|
2018-11-19 09:16:35 +01:00 |
|