Alex P
48518df428
Update references to new name
2018-07-02 16:29:41 -07:00
Alex P
54f6ba3066
Rename file
2018-07-02 16:29:40 -07:00
Alex P
3e8897ba2f
Organize and rename types
2018-07-02 16:29:40 -07:00
Alex P
e81fd95ffa
Create helper styles for organizing button groups
2018-07-02 16:28:36 -07:00
Alex P
2488f325ab
Refactor options overlay to use SeverityConfigs component
...
Also stubbing out save function
2018-07-02 16:27:25 -07:00
Alex P
492bc6ab6a
Make severity configuration its own component
2018-07-02 16:27:25 -07:00
Alex P
fb42e5259c
Polish severity color config UI
2018-07-02 16:27:25 -07:00
Alex P
1685c181f0
Enlarge options overlay
2018-07-02 16:27:25 -07:00
Alex P
0a3d5a256a
Ensure grid rows flow correctly
2018-07-02 16:27:25 -07:00
Alex P
0cf57bc969
WIP List severity levels and corresponding color selectors
2018-07-02 16:27:25 -07:00
Alex P
07c535fef3
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
cd76dffa5f
Introduce log viewer options overlay
2018-07-02 16:27:25 -07:00
Alirie Gray
352cf0e0d0
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
21f35fd75f
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
83697be992
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
ff39f06316
Rename picked values to localSelected
2018-07-02 17:31:33 -04:00
Delmer Reed
646f35014c
Updates auto refresh to diff with active template variable values: selected, picked
2018-07-02 17:31:33 -04:00
Brandon Farmer
17d8ffe9c1
Remove concurrency from source authentication test
2018-07-02 14:30:08 -07:00
Deniz Kusefoglu
475ab5ed5f
Merge pull request #3802 from influxdata/tempvars/select-default
...
Tempvars/select default
2018-07-02 14:25:05 -07:00
ebb-tide
012c18ef55
Remove unnecessary comment
2018-07-02 14:20:27 -07:00
Brandon Farmer
0698be1caf
Use json ldap configuration over toml
2018-07-02 14:17:32 -07:00
Deniz Kusefoglu
7b5ec11fee
Merge pull request #3811 from influxdata/bugfix/tempvar-autoinsert-buttons
...
Bugfix/tempvar autoinsert buttons
2018-07-02 14:08:01 -07:00
Delmer Reed
3c4eec6011
Remove unused notifyViewerUnauthorizedToSetTempVars
2018-07-02 17:01:20 -04:00
Delmer Reed
3254f004ef
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
be55667d2e
Rename TemplateValue picked to localSelected
...
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
2018-07-02 17:01:03 -04:00
ebb-tide
1208e3fc12
Convert ref to react16 refObject
2018-07-02 13:41:01 -07:00
ebb-tide
d73b3126c0
Call onClickTempvar on mouseDown instead of MouseOver
2018-07-02 12:27:28 -07:00
ebb-tide
da1ce83483
Revert changing mouseOver template replacement behavior
2018-07-02 12:27:05 -07:00
Brandon Farmer
ad670f3531
Remove ldap specific endpoint
...
- LDAP information is now attached to source
2018-07-02 11:24:29 -07:00
Brandon Farmer
2a6d58743d
Make authentication method available in sources
2018-07-02 11:24:29 -07:00
Brandon Farmer
4aeda9caf3
Add endpoint for determining if ldap is enabled
2018-07-02 11:24:29 -07:00
ebb-tide
8adbab0301
Convert QueryTextArea and TemplateDrawer to TS
2018-07-02 10:18:21 -07:00
Alex P
d353d19c35
remove rogue text
2018-06-30 11:17:04 -07:00
Alex P
138764a8d9
Fix error
2018-06-30 11:05:35 -07:00
ebb-tide
e0dd454507
Have same tempvar insertion behavior for mouseover and mouseclick
2018-06-29 19:37:13 -07:00
Alex P
99416e8978
Removed unused components
2018-06-29 19:17:01 -07:00
Alex P
5f794631b4
Replace tabs in overlay controls with RadioButtons
2018-06-29 19:09:44 -07:00
Alex P
e7bc12bef0
Replace tabs in yield block with RadioButtons
2018-06-29 18:43:17 -07:00
Alex P
bd1904c099
Update instances of RadioButtons to use simplified pattern
2018-06-29 18:38:44 -07:00
Alex P
2f1363d8ed
Simplify usage of radio buttons
...
Allowing for the entire component to be disabled rather than specifying
on a button basis
2018-06-29 18:29:42 -07:00
ebb-tide
8c383a2179
Set tempvar preview list dimensions in fancy scrollbar instead of with css
2018-06-29 18:26:19 -07:00
Alex P
bce19414de
Adjust radio button styles and markup
2018-06-29 18:18:30 -07:00
ebb-tide
831f4e114d
Simplify render function in Template meta query preview
2018-06-29 18:13:42 -07:00
Alex P
d7f049037a
Replace tabs with RadioButtons in write data overlay
2018-06-29 18:11:35 -07:00
Alex P
91895dee9c
Replace DE viz tabs with RadioButtons component
2018-06-29 17:37:47 -07:00
Alex P
b40f54c99e
Fix minor style issues
2018-06-29 17:37:19 -07:00
Alex P
8a6e6ca7c3
Export RadioButton type
2018-06-29 17:37:05 -07:00
Alex P
10fad39b9f
Introduce styles for radio buttons
...
There is an existing stylesheet that happens to share the name of this
component but houses styles for the old pattern. The goal is to replace
all instances of radio buttons with this new pattern so the old styles
can be deleted safely
2018-06-29 17:21:39 -07:00
Alex P
f4f6a6b033
Introduce Radio Buttons component
...
No styles yet
2018-06-29 17:04:12 -07:00
Alex P
5c170ae2d5
Introduce shared types and constants intended for use across multiple UI components
2018-06-29 16:52:56 -07:00