ebb-tide
|
f8cf8155a2
|
Make sorting sane
|
2018-03-20 21:42:52 -07:00 |
Jared Scheib
|
68bc9df652
|
WIP Test user interaction toggle of checkboxes
|
2018-03-20 20:47:49 -07:00 |
Jared Scheib
|
06adacdcee
|
Refactor KapacitorRules.test to use explicit shallow setup
|
2018-03-20 20:37:05 -07:00 |
Jared Scheib
|
cf71113d4f
|
Move PageContents from KapacitorRules to KapacitorRulesPage
|
2018-03-20 20:12:43 -07:00 |
Alex P
|
016baab47b
|
Merge branch 'master' into style/table-polish
|
2018-03-20 20:10:34 -07:00 |
ebb-tide
|
f87c380b22
|
set null row and column to null array index
|
2018-03-20 20:03:12 -07:00 |
Jared Scheib
|
ebc7bb7f6b
|
Remove unused KapacitorTasksPage container from project
|
2018-03-20 19:57:08 -07:00 |
Alex P
|
841804ee87
|
Fix errors
|
2018-03-20 19:31:35 -07:00 |
Alex P
|
d6628b5fad
|
Fix rendering of thresholds list when header is false
|
2018-03-20 19:23:59 -07:00 |
Alex P
|
81003993c9
|
Polish table highlighting styles
|
2018-03-20 19:14:47 -07:00 |
Alex P
|
95d6e3c738
|
Make time format dropdown consistent with other graph options
|
2018-03-20 19:07:03 -07:00 |
Iris Scholten
|
59f05bb84c
|
fix time formattin bug
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-20 18:54:35 -07:00 |
Alex P
|
582ec608e4
|
Display complete cell contents on hover
Doing this old school way with title & alt attributes
|
2018-03-20 18:41:51 -07:00 |
Jared Scheib
|
25409b232e
|
Prettier
|
2018-03-20 18:41:45 -07:00 |
Jared Scheib
|
3405aad54c
|
Add kapacitor rule test resource that has no query
|
2018-03-20 18:40:44 -07:00 |
Alex P
|
1da2fae1db
|
Truncate overflow with ellipsis
|
2018-03-20 18:39:21 -07:00 |
Alex P
|
eeeea94813
|
Set more reasonable min and max widths for column sizer
|
2018-03-20 18:39:03 -07:00 |
Iris Scholten
|
4d10b9f6ea
|
merge master and fix minor bugs
Co-authored-by: Deniz Kusefoglu <deniz@influxdata.com>
|
2018-03-20 18:30:08 -07:00 |
Alex P
|
7c12977834
|
Implement columnSizer
This HOC sizes the columns to fit available space
|
2018-03-20 18:24:01 -07:00 |
Alex P
|
df8f2b2e58
|
Polish scrollbars in table graph
Scrollbars only appear the non-fixed grid (bottom right) to prevent
clutter
|
2018-03-20 18:13:21 -07:00 |
Iris Scholten
|
599b5718dc
|
rebase branch to master
|
2018-03-20 17:30:00 -07:00 |
Iris Scholten
|
25ab47c689
|
WIP get labels from tableGraph instead of building them in tableOptions
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
668cf2175f
|
update tableoptions.test with visible
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
11d872f16e
|
rebase to master and fix bugs
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
fe47c67244
|
add scrolling to customizeFields when there are a lot of them in CEO options
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
c644c77364
|
add renamed files from columnNames to fieldName changes
|
2018-03-20 17:24:34 -07:00 |
Iris Scholten
|
d8daddde8f
|
update columnNames to fieldNames and columns to fields in front end for tablegraphs
|
2018-03-20 17:24:34 -07:00 |
Deniz Kusefoglu
|
5a40bdcbe3
|
Merge pull request #3022 from influxdata/feature/table-graph-sort-from-graph
Feature/table graph sort from graph
|
2018-03-20 17:17:01 -07:00 |
Iris Scholten
|
cb9c6ac00d
|
WIP change backend TableColumn to RenamableField and ColumnNames in TableOptions to FieldNames
|
2018-03-20 17:15:33 -07:00 |
Iris Scholten
|
03e884e2d6
|
update GraphOptionsCustomizableColumn.test with visible prop and toggling it
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
d3198f2e45
|
add filtering out invisible rows for horizontal time axis
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
fede364f88
|
connect tableOptions field visibility toggle to tableGraph
|
2018-03-20 17:08:56 -07:00 |
Iris Scholten
|
d23eb9337b
|
introduce visible as prop to CustomizableColumns and remove duplicate constants
|
2018-03-20 17:03:24 -07:00 |
Iris Scholten
|
cb80c8a536
|
add visible to TableColumn in backend and fix tests accordingly
|
2018-03-20 17:03:24 -07:00 |
ebb-tide
|
bcf3cd4438
|
Merge branch 'master' into feature/table-graph-sort-from-graph
|
2018-03-20 17:03:23 -07:00 |
Alex Paxton
|
b6ff9abcd8
|
Merge pull request #3023 from influxdata/style-fix-first-column
Style Fix First Column Table Option
|
2018-03-20 16:56:31 -07:00 |
ebb-tide
|
bbadf29b39
|
Switch default sorting direction
|
2018-03-20 16:44:39 -07:00 |
ebb-tide
|
f014f9670b
|
refer to ascending/descending instead of defaults
|
2018-03-20 16:29:56 -07:00 |
Alex P
|
596f7818ea
|
update FFC test
Co-authored-by: Iris Scholten <iris@influxdata.com>
|
2018-03-20 16:28:23 -07:00 |
ebb-tide
|
c1ee8f1535
|
Run sorting at component mount
|
2018-03-20 16:17:39 -07:00 |
Alex P
|
9aa2ee40b6
|
Style FFC checkbox
|
2018-03-20 16:17:35 -07:00 |
ebb-tide
|
4a1826b2ac
|
Prevent unnecessary unzipping of data
|
2018-03-20 15:52:12 -07:00 |
ebb-tide
|
08628e2fe4
|
Correctly camel case var names
|
2018-03-20 15:26:41 -07:00 |
Iris Scholten
|
fc11c83342
|
Merge pull request #3016 from influxdata/feature/table-fixed-column
Table graph option for fixed column and hover bug fix
|
2018-03-20 15:10:08 -07:00 |
ebb-tide
|
b5d757ecb5
|
replace sortby with order by
|
2018-03-20 14:23:27 -07:00 |
ebb-tide
|
de199f8a69
|
Add caret before field names
|
2018-03-20 14:22:47 -07:00 |
Alex Paxton
|
ad3244aa04
|
Merge pull request #3020 from influxdata/add-more-icons
Update Icon Font
|
2018-03-20 12:58:56 -07:00 |
ebb-tide
|
284d93eb74
|
Change cursor to pointer on hover over field names
|
2018-03-20 12:14:45 -07:00 |
Alex P
|
8316f383d5
|
Remove more unused icons
|
2018-03-20 12:06:19 -07:00 |
Alex P
|
3bedefb486
|
Add icons for use in user group notifications
|
2018-03-20 11:51:56 -07:00 |