Iris Scholten
15d9af9326
Modify column widths when message is not visible
2018-07-03 14:14:01 -07:00
ebb-tide
9967d6559b
Remove offset if displaying an unscrollable number of items in templates previews
2018-07-03 14:07:18 -07:00
ebb-tide
c425bdb5a8
Show key value in builder textArea for map type template vals
2018-07-03 13:57:01 -07:00
ebb-tide
cd1f838acd
Show key value in previews for map type template vals
2018-07-03 13:55:13 -07:00
Iris Scholten
4705a6a4d2
Remove function closure in Severity Options components
2018-07-03 13:51:30 -07:00
Iris Scholten
abae11791f
Removes time in the table or as a table column config option
2018-07-03 13:51:26 -07:00
ebb-tide
a672568ee6
Remove requirement for editor role to enable Template Control dropdown
2018-07-03 13:15:55 -07:00
ebb-tide
8038a25d36
Display key value instead of value in Template Control Dropdown for map type tempvar
2018-07-03 10:59:27 -07:00
Delmer
71a0f4b872
Merge pull request #3810 from influxdata/tempvars/auto-refresh-querying
...
Fix each cell making multiple queries
2018-07-03 13:56:19 -04:00
ebb-tide
cab3e5ab7f
Add Template value type map to replace function
2018-07-03 10:46:26 -07:00
Christopher Henn
665afcad86
Fix issue switching between dashboards
2018-07-03 09:28:19 -07:00
Delmer Reed
6f2ee822c9
Refactor AutoRefresh polling condition
...
Refactoring to check for template values that do not have their
localSelected status resolved allows us to avoid initially polling with
default selections after mounting. This condition also allows
AutoRefresh to ignore updates as template values resolve with their
localSelected status. This introduces a delay in cell graphs display before
template value local selections resolve.
2018-07-03 11:50:08 -04:00
Iris Scholten
45791889c9
Connect UI and Server for Log Viewer table configs
2018-07-02 18:09:21 -07:00
ebb-tide
f7ad3ab3cd
Add a map template variable builder
2018-07-02 17:49:00 -07:00
ebb-tide
9e960535b8
Add map as a template variable value type to the backend
2018-07-02 17:45:44 -07:00
Alex P
bf7a8eb4a0
Prevent viewers from configuring log viewer
2018-07-02 16:32:19 -07:00
Alex P
308544984a
Undo this commit when ready
2018-07-02 16:31:30 -07:00
Alex P
4be22e44af
Shrink gap between customizable field rows slightly
2018-07-02 16:31:30 -07:00
Alex P
12cbcd0d68
Create drag & drop list of columns
...
Borrowed a lot from the customizable fields component
2018-07-02 16:31:30 -07:00
Alex P
9b1914e8a0
Fix row width calculation
...
Was appearing too small and off center
2018-07-02 16:30:22 -07:00
Alex P
60d7cd40f8
Move format and columns into overlay state
2018-07-02 16:30:22 -07:00
Alex P
770fce184b
Add UI for toggling severity format
2018-07-02 16:30:22 -07:00
Alex P
6cbd9ed807
Make form labels full width
2018-07-02 16:29:41 -07:00
Alex P
c0335b9bc6
Add style for radio buttons conforming to their parent
2018-07-02 16:29:41 -07:00
Alex P
c07a2fa604
Update references to new name
2018-07-02 16:29:41 -07:00
Alex P
c2ac489a24
Rename file
2018-07-02 16:29:40 -07:00
Alex P
927c9d603c
Organize and rename types
2018-07-02 16:29:40 -07:00
Alex P
f67ed777ff
Create helper styles for organizing button groups
2018-07-02 16:28:36 -07:00
Alex P
9ec86b08c2
Refactor options overlay to use SeverityConfigs component
...
Also stubbing out save function
2018-07-02 16:27:25 -07:00
Alex P
0c3e8b8288
Make severity configuration its own component
2018-07-02 16:27:25 -07:00
Alex P
0b21e473c6
Polish severity color config UI
2018-07-02 16:27:25 -07:00
Alex P
b33989641c
Enlarge options overlay
2018-07-02 16:27:25 -07:00
Alex P
cf7d138884
Ensure grid rows flow correctly
2018-07-02 16:27:25 -07:00
Alex P
7f895d678f
WIP List severity levels and corresponding color selectors
2018-07-02 16:27:25 -07:00
Alex P
94e89dba6e
Create component for choosing severity colors
...
This one is almost identical to the one used in the CEO but doesn’t
have to worry about the threshold type. This one is more simple and
contains a slightly different set of colors
2018-07-02 16:27:25 -07:00
Alex P
7f32e0a800
Introduce log viewer options overlay
2018-07-02 16:27:25 -07:00
Alirie Gray
d8f707747c
Merge pull request #3814 from influxdata/feat/add-debug-endpoints
...
feat(server): add profiling routes to chronograf server
2018-07-02 15:48:49 -07:00
Michael Desa
a9df1583ae
feat(server): add profiling routes to chronograf server
...
In order to diagnose why the dashbords page we'll need to profile
chronograf. This commit adds the debug routes to chronograf.
2018-07-02 15:19:34 -07:00
Brandon Farmer
58f99796f7
Merge pull request #3720 from influxdata/handle-influxd-ldap
...
Add endpoint for determining if ldap is enabled
2018-07-02 15:19:24 -07:00
Delmer Reed
a8155cbf2e
Rename picked values to localSelected
2018-07-02 17:31:33 -04:00
Delmer Reed
e2f53322c9
Updates auto refresh to diff with active template variable values: selected, picked
2018-07-02 17:31:33 -04:00
Brandon Farmer
c41bec0216
Remove concurrency from source authentication test
2018-07-02 14:30:08 -07:00
Deniz Kusefoglu
80c391235b
Merge pull request #3802 from influxdata/tempvars/select-default
...
Tempvars/select default
2018-07-02 14:25:05 -07:00
ebb-tide
ff706eaeaa
Remove unnecessary comment
2018-07-02 14:20:27 -07:00
Brandon Farmer
934c4abab8
Use json ldap configuration over toml
2018-07-02 14:17:32 -07:00
Deniz Kusefoglu
17bb9643b3
Merge pull request #3811 from influxdata/bugfix/tempvar-autoinsert-buttons
...
Bugfix/tempvar autoinsert buttons
2018-07-02 14:08:01 -07:00
Delmer Reed
9563080b3a
Remove unused notifyViewerUnauthorizedToSetTempVars
2018-07-02 17:01:20 -04:00
Delmer Reed
f34d32ffbd
Fix capitalization mistakes from find and replace
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-02 17:01:13 -04:00
Delmer Reed
225f91e998
Rename TemplateValue picked to localSelected
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-02 17:01:03 -04:00
ebb-tide
0c138d9863
Convert ref to react16 refObject
2018-07-02 13:41:01 -07:00