Alex P
75a2af263e
Polish Source table more
...
- Highlight active source with green text
- “Add Config” buttons are less bright
- Kapacitor dropdowns are more bright
- Add QuestionMark Tooltip to clarify things a bit
2017-06-13 10:08:18 -07:00
Alex P
43d98456a7
Visually separate the kapacitor column
2017-06-12 16:52:15 -07:00
Hunter Trujillo
dcfedf8377
Punctuation.
2017-06-12 16:37:23 -06:00
Hunter Trujillo
67c615bb15
Solve for sets.length of 1.
2017-06-12 16:26:14 -06:00
Hunter Trujillo
87eff2c86c
Update swagger docs.
2017-06-12 15:30:10 -06:00
Jared Scheib
6eaead45e2
Modify hard-coded links to use /latest path so they remain up-to-date
2017-06-12 13:51:29 -07:00
Alex P
b3d9dcc856
Rework source table design
...
- Trash icon becomes more explicit “Delete Source”
- Moved “Connect” to the left side
- Changed table header to “Active Kapacitor”
2017-06-12 12:59:53 -07:00
Alex P
6f9dbf5fbf
Create style for permanently highlighted table rows
2017-06-12 12:58:56 -07:00
Hunter Trujillo
2e13e1e272
CHANGELOG
2017-06-12 13:51:44 -06:00
Jared Scheib
110bf46925
Update fixture query Bar Graph on Status Page
2017-06-12 12:18:11 -07:00
Hunter Trujillo
a4e6195b6e
Et voíla. Bar charts.
2017-06-12 12:59:51 -06:00
Jared Scheib
29553a4f4b
Fix GettingStarted link targets to open new page
2017-06-12 11:23:16 -07:00
Alex P
2480e8cabb
Add static content to getting started cell
2017-06-09 16:55:55 -07:00
Alex P
f90fb1d9b5
Always show scrollbar on recent alerts cell
2017-06-09 14:16:27 -07:00
Alex P
20d8f89b34
Polish recent alerts table
2017-06-09 14:14:30 -07:00
Alex P
d0f584aefe
Refactor sortable table headers, add indicators to Alerts table
2017-06-09 14:10:11 -07:00
Alex P
1afba6db7f
Restore time range to before debug state
2017-06-09 12:34:15 -07:00
Alex P
61f49cf689
Change cell sizes to better suit content
2017-06-09 12:33:09 -07:00
Alex P
f87986bbd2
Style newsfeed
2017-06-09 12:32:52 -07:00
Alex P
6ae77b5f77
Resolve conflicts
2017-06-09 12:32:29 -07:00
Jared Scheib
57cf7c2cdb
Fix display of text in News Feed; style JSONFeedReader
2017-06-09 01:48:34 -05:00
Jared Scheib
e328c30014
Simplify isFailed render logic
2017-06-09 01:13:20 -05:00
Jared Scheib
1053b4cbee
Render JSON feed data (text not showing)
...
Wrap JSONFeedReader in FancyScrollbar
2017-06-09 01:12:58 -05:00
Jared Scheib
35fa6da292
Comment out linter errors temporarily
2017-06-09 01:03:46 -05:00
Jared Scheib
7942cc9411
Make error notification consistent with others; console log error
2017-06-09 01:02:03 -05:00
Jared Scheib
12aa43af07
Fix linter negative bool error
2017-06-09 01:00:52 -05:00
Jared Scheib
3cda6933e2
Actually fix fetch conditional render logic in NewsFeed
2017-06-09 00:30:52 -05:00
Jared Scheib
12c1adcba5
Add functional skeleton for JSONFeedReader
2017-06-09 00:23:22 -05:00
Jared Scheib
cf9f6b654f
Add TODO comments for finishing NewsFeed
2017-06-09 00:22:44 -05:00
Jared Scheib
ddf328377d
Fix spinner logic by clarifying firstFetch bool
...
Support this change by replacing 'get' with 'fetch' throughout Status app
2017-06-09 00:19:59 -05:00
Jared Scheib
4af68e90ca
Fix fixture query for to have field func and groupby
2017-06-08 23:40:21 -05:00
Jared Scheib
338b0945b1
Remove obsolete & non-functional HOC sketch
2017-06-08 23:29:26 -05:00
Jared Scheib
22a97d7a3d
Update fixtures
2017-06-08 23:28:02 -05:00
Jared Scheib
e8bebebe19
Return fixture data until json feed proxy implemented
2017-06-08 23:27:31 -05:00
Jared Scheib
062261a4cc
Remove console
2017-06-08 23:26:49 -05:00
Jared Scheib
de7897f0c6
Add isFirstFetch and 3 refreshing or failure states to NewsFeed
2017-06-08 23:16:17 -05:00
Jared Scheib
937afc4656
Fix & update JSONFeed endpoint to hypothetical proxy one
2017-06-08 23:01:33 -05:00
Jared Scheib
006b3af4e9
Update AJAX fn to ES6
2017-06-08 22:58:43 -05:00
Jared Scheib
89d3d74e78
Merge branch 'feature/status_page-1556' of https://github.com/influxdata/chronograf into feature/status_page-1556
2017-06-08 19:35:12 -05:00
Jared Scheib
3434d75a00
Change name of statusReducer; add JSONFeed reducer
2017-06-08 19:34:56 -05:00
Jared Scheib
7118e8cce5
Delete this file for simplicity
2017-06-08 19:33:37 -05:00
Jared Scheib
c587c894b1
Make autoRefresh and timeRange actionType constants
2017-06-08 19:33:11 -05:00
Jared Scheib
28095a0984
Implement initial NewsFeed component
2017-06-08 19:32:44 -05:00
Jared Scheib
a96297a6f2
Fix getJSONFeed AJAX func
2017-06-08 19:31:52 -05:00
Jared Scheib
5cde9361d6
Remove url as param to actions & change actionTypes import
2017-06-08 19:31:19 -05:00
Jared Scheib
0ec450cb33
Add NewsFeed to LayoutRenderer
2017-06-08 19:30:56 -05:00
Jared Scheib
a36c7b1a0e
Fix logoutLink key in AJAX catch for Redux
2017-06-08 19:21:05 -05:00
Alex P
85889c27cb
Make dashboard cell menu hover state more obvious
2017-06-08 17:09:10 -07:00
Alex P
c10fd915d6
Remove excess styles
...
Previously was using these to override the “width: 100%” style from the
theme, which I have no removed
2017-06-08 17:07:51 -07:00
Alex P
9e333d8033
Make "Write Data" button match other neutral buttons
2017-06-08 17:07:05 -07:00