Commit Graph

543 Commits (dc95ca2b6e7f2ff685bb11f79da9d4eb926c2f13)

Author SHA1 Message Date
Alex P 1727a83516 Cleanup 2016-11-29 15:29:32 -08:00
Alex P a722780aab Page title font size slightly smaller
Looked huge on my laptop
Decreased slightly, more space efficient
Less likely to cause a wrap on pages like the Data Explorer
2016-11-29 15:25:15 -08:00
Alex P 97e0d9806c All pages have new page classes
- More consistent
- More semantic
- Might have missed a page or two, will circle back later
2016-11-29 15:24:38 -08:00
Alex P 36a1ed8e4c CSS Refactor
- Since all pages are dark, don’t need special styles for dark pages
- New naming conventions:
  - page > page-header
  - page > page-contents
2016-11-29 15:22:28 -08:00
Tim Raymond 23889951be Enforce cell dimensions on auto-layout cells
Previously, the calculation of cells which are in autoflow layouts was
incorrect since it needed to be multiplied by the cellHeight. To have
this, we also need to have a fixed cellHeight for these cells. This
overrides any cell width and height set on autoflowed layouts and forces
it to 4x4
2016-11-29 17:42:30 -05:00
Tim Raymond 4ba7e10931 Fix template layout ordering
This divides templates into two classes: autoflow and static. This is
controlled by a boolean "autoflow" property on templates. Any autoflow
templates that will be rendered for a host, have their cells arranged in
a left-to-right, top-to-bottom fashion.

Static templates, are assumed to have precise positioning information
for their graphs. The only adjustment made to them will be a translation
of their Y coords so they do not overlap other layouts.

The autoflow templates, after processing, become a static layout as
defined above and are positioned accordingly.
2016-11-29 17:41:19 -05:00
Nathan Haugo 2d4fd948e9 Merge pull request #583 from influxdata/grid-layout-tweaks
Grid Layout Tweaks
2016-11-29 13:24:13 -08:00
Nathan Haugo c7c2ada152 Merge pull request #628 from influxdata/fancy-auth-page
Fancy Auth Page
2016-11-29 13:22:36 -08:00
Alex P 18c13923d7 Update from Master 2016-11-29 13:11:46 -08:00
Alex P c1e6c568de Auth page looks fancy now 2016-11-29 13:04:46 -08:00
Alex P 2b836b5467 New sheet for auth page styles 2016-11-29 13:04:28 -08:00
Alex P 4e17d527ff App container & bg style
Makes the Login page look good, laying track for all dark UI
2016-11-29 13:04:06 -08:00
Alex P 4167bf8b4b Adding in image assets
Using SVGs so the file size should be negligible
2016-11-29 13:03:07 -08:00
Nathan Haugo 6a348d0dd4 Merge pull request #579 from influxdata/fix/536-show-kapacitor-error
extract kapacitor error to separate component, share it with rules page
2016-11-29 12:35:38 -08:00
Nathan Haugo 6e8c55e4b4 Merge pull request #601 from influxdata/measurement-present
Fix layout being displayed when measurement not present
2016-11-29 11:30:51 -08:00
Will Piers f663355a53 Refactor to use me from redux store 2016-11-28 14:19:40 -07:00
Will Piers 0755c9fc04 Add a logout button 2016-11-28 13:55:01 -07:00
Andrew Watkins a7e22ca4c9 Fix layout being displayed when measurement not present 2016-11-22 11:31:30 -08:00
Will Piers c608f3f665 Remove old spec 2016-11-21 16:10:00 -07:00
Will Piers c749203b11 Dont render routes if user is not authenticated 2016-11-21 14:20:33 -07:00
Will Piers fcb252a985 Setting up structure for Auth flow 2016-11-21 14:20:33 -07:00
Jade McGough c796f3706e provide a default value for telegraf database in forms 2016-11-18 15:19:16 -08:00
Jade McGough a1de93c51f add telegraf config to initial source creation page 2016-11-18 14:57:29 -08:00
Chris Goller 63923a97cc Add placeholder text for default telegraf database 2016-11-18 16:47:00 -06:00
Jade McGough dee0fccd25 fix other hardcoded references to telegraf database 2016-11-18 14:21:23 -08:00
Jade McGough ae03134e83 use configured telegraf db on kubernetes dashboard 2016-11-18 16:07:53 -06:00
Jade McGough 8c25967e11 fix telegraf input id 2016-11-18 16:07:53 -06:00
Jade McGough 6f33da9456 add telegraf db configuration to source form 2016-11-18 16:07:53 -06:00
Jade McGough 821dac9136 use configured telegraf database for queries 2016-11-18 16:07:53 -06:00
Jade McGough db98fed77a pass telegraf db name to cpu and load query 2016-11-18 14:02:06 -08:00
Andrew Watkins 2293eeef67 Merge pull request #585 from influxdata/legend
Remove identifier (host) from timeSeriesToDygraph converter
2016-11-18 13:48:36 -08:00
Andrew Watkins 63a872ee96 Remove identifier (host) from timeSeriesToDygraph converter 2016-11-17 18:50:59 -08:00
Alex P ec36513038 more breathing room around graph headings in host view 2016-11-17 12:55:59 -08:00
Alex P 8e8bc1c1d8 Graph refreshing spinner is slightly larger 2016-11-17 12:55:29 -08:00
Alex P ca86930ae3 Graphs now fit together nicely
uniform margins, lines up with page gutters
2016-11-17 12:55:14 -08:00
Alex P bdf91df503 Standard graph height
Empties match non-empties now, less jitter

Also adding more uniform padding to the top and bottom of container
2016-11-17 10:50:58 -08:00
Alex P 9b42805811 Don't need row div 2016-11-17 10:50:11 -08:00
Andrew Watkins 34e0cdd65e Remove enterprise class name 2016-11-17 10:00:24 -08:00
Andrew Watkins f7fe94475c Fix zoom on graphs 2016-11-17 09:52:57 -08:00
Nathan Haugo e54ece569f Merge pull request #577 from influxdata/rgl-width
Provide width to react grid layout
2016-11-17 09:45:25 -08:00
Jade McGough 8b70794cc5 extract kapacitor error to separate component, share it with rules page 2016-11-17 08:28:06 -08:00
Will Piers 95ef2d8bbf Provide width to react grid layout 2016-11-16 12:35:04 -08:00
Jade McGough fe87d076c9 revert comment 2016-11-14 20:59:00 -08:00
Jade McGough 807341ded2 remove references to enterprise 2016-11-14 20:59:00 -08:00
Nathan Haugo 97f01bb6b5 Merge pull request #546 from influxdata/warn-#487
Warn about Source URL mismatch
2016-11-14 19:38:52 -08:00
Nathan Haugo a05ef8bf90 Merge pull request #549 from influxdata/kubernetes-link
Kubernetes Dashboard
2016-11-14 19:00:47 -08:00
Will Piers 84e409ee1d Provide better feedback on unhappy paths for Kapacitor configuration 2016-11-14 17:42:40 -08:00
Will Piers 789048a127 Allow for warning messages to be published 2016-11-14 17:41:59 -08:00
Will Piers 9db6b266b0 Warn when kapacitor may be configured to speak to a different source 2016-11-14 17:41:59 -08:00
Nathan Haugo 27aa3c033b Merge pull request #553 from influxdata/trash
Takin' out the trash
2016-11-14 17:27:13 -08:00
Will Piers 9412733ac2 Merge pull request #551 from influxdata/moar-tooltips-n-stuff
Better tooltips
2016-11-14 17:19:24 -08:00
Will Piers 7b68128bf4 Merge pull request #550 from influxdata/alert-message-template-fix
Alert Message Template Fix
2016-11-14 17:19:11 -08:00
Will Piers 3b5c59ed15 Takin' out the trash 2016-11-14 17:09:58 -08:00
Alex P a05a4b3844 Tooltip to help expose the renaming feature 2016-11-14 16:52:10 -08:00
Will Piers 729ac65367 Merge pull request #547 from influxdata/invalid-#541
Notify user of source creation issues
2016-11-14 16:52:04 -08:00
Alex P a97cab3612 Tooltips shouldn't inherit this from their target 2016-11-14 16:51:51 -08:00
Alex P 0ba8589666 Adding tooltip to Kapacitor Rule save button 2016-11-14 16:41:37 -08:00
Alex P 93b4be309d Style for bottom positioned tooltips 2016-11-14 16:41:17 -08:00
Alex P 3dcbb3db15 Merge branch 'master' into alert-message-template-fix 2016-11-14 15:52:30 -08:00
Alex P f328f2f7fa Polishing scroll a bit 2016-11-14 15:46:47 -08:00
Alex P ec32512ed8 Using gradient mixin instead 2016-11-14 15:46:30 -08:00
Alex P e6e7d37eb1 Variable for scrollbar width
Going to use elsewhere
2016-11-14 15:46:11 -08:00
Andrew Watkins 398f24734f Fix RulePage copy 2016-11-14 15:42:00 -08:00
Alex P 22c1ea44a2 Value selector items wrap nicely 2016-11-14 15:40:16 -08:00
Alex P 8b2acfa97e Template reference items wrap nicely 2016-11-14 15:35:51 -08:00
Alex P d7028c395e Class was missing a - 2016-11-14 15:35:37 -08:00
Alex P 24fff39c52 Removing spaces in Template reference 2016-11-14 15:35:22 -08:00
Andrew Watkins 59cd74c158 Make LayoutRenderer host agnostic and shared 2016-11-14 15:24:52 -08:00
Andrew Watkins f42d260157 Fix list not rendering 2016-11-14 14:54:30 -08:00
Andrew Watkins c4ac9608af Pass kapacitor as props 2016-11-14 14:53:55 -08:00
Will Piers 8ff2e618ca Notify user of source creation issues 2016-11-14 14:44:10 -08:00
Andrew Watkins b1a84df976 WIP add kubernetes dashboard 2016-11-14 14:30:27 -08:00
Andrew Watkins 85f3b12bd5 Merge pull request #534 from influxdata/remove-period
Remove period
2016-11-14 10:26:47 -08:00
Andrew Watkins 0d27305019 Remove period 2016-11-14 10:03:14 -08:00
Andrew Watkins b8d8f98b0d Merge pull request #529 from influxdata/fix/alert-table-function
fix function name in AlertsTable componentWillReceiveProps
2016-11-14 09:59:07 -08:00
Nathan Haugo f3b6e624e1 Merge pull request #528 from influxdata/fix/491-alert-desc
change alert order to descending
2016-11-14 09:47:31 -08:00
Jade McGough c5ba701bcb fix function name in AlertsTable componentWillReceiveProps 2016-11-13 22:08:37 -08:00
Jade McGough 92463bf596 change alert order to descending 2016-11-13 21:58:28 -08:00
Andrew Watkins 48a4f92cb4 Fix uninvoked callback 2016-11-13 10:33:08 -08:00
Andrew Watkins 425ddd339f Add validation for query and inputs 2016-11-13 10:24:18 -08:00
Andrew Watkins fc26773fbe Change name of TabList prop 2016-11-13 10:24:18 -08:00
Andrew Watkins 13aec0101a Make RulePage a true container 2016-11-13 10:24:18 -08:00
Andrew Watkins 732bab640b Move style divs into respective components 2016-11-13 10:24:18 -08:00
Andrew Watkins 7a8d60796b Move message section into Message component 2016-11-13 10:24:18 -08:00
Andrew Watkins 9299aca426 Clean up componentDidMount 2016-11-13 10:24:18 -08:00
Andrew Watkins c9cf884c84 Move graph into RuleGraph component 2016-11-13 10:24:18 -08:00
Andrew Watkins e39362dbaf Move header into own component 2016-11-13 10:24:18 -08:00
Andrew Watkins 090bcfc3c8 Ensure proper rule value section is displayed 2016-11-13 10:24:18 -08:00
Andrew Watkins 440b8c6113 Add validation for threshold value 2016-11-13 10:24:17 -08:00
Andrew Watkins 503a096c64 Merge pull request #513 from influxdata/fixed-navs
Fixed Navs
2016-11-12 17:28:16 -08:00
Alex P 847e533fd5 Host view gets a fixed nav too, cuz we don't forget host view 2016-11-11 17:13:06 -08:00
Alex P dc70693d43 Removing uptime static text 2016-11-11 17:12:16 -08:00
Alex P 4c5d46197d Merge branch 'master' into fixed-navs 2016-11-11 17:09:59 -08:00
Alex P 43dea4cfcc Removing erroneous code 2016-11-11 17:05:32 -08:00
Alex P 1b9ad3de48 Merge branch 'master' into legendary-fix 2016-11-11 16:55:54 -08:00
Alex P 4122fedf5f Reworking legend positioning 2016-11-11 16:55:24 -08:00
Alex P d8e00aa78a Graph headings in host view are less noisy, can handle longer names 2016-11-11 16:54:59 -08:00
Alex P e5ae125211 Centering the legend 2016-11-11 16:54:22 -08:00
Alex P 534456f557 Removing debugger background color on graphs 2016-11-11 16:54:05 -08:00
Alex P 65ca53d73a Legend cannot be obscured by neighboring graphs in host view 2016-11-11 15:48:47 -08:00