Commit Graph

1813 Commits (19c79cfec2982a3f6a361d0f779231f1d4a82494)

Author SHA1 Message Date
Luke Morris 0e7aeb3931 Design polish 2017-04-27 18:44:43 -07:00
Luke Morris af255602d4 Merge branch 'feature/template-variables' into feature/template-varmojis 2017-04-27 18:39:23 -07:00
Alex Paxton 015cb262c5 Merge pull request #1347 from influxdata/template-manager-polish
Template manager polish
2017-04-27 18:38:13 -07:00
Luke Morris 2d82544a20 Tweaks 2017-04-27 18:27:31 -07:00
Alex P 0fdd21ec4a Tweak empty state
It was expecting to be part of a table
2017-04-27 18:15:38 -07:00
Luke Morris a2b08b3ebe Merge branch 'feature/template-variables' into feature/template-varmojis 2017-04-27 18:14:45 -07:00
Alex P e477f082ff Turn off annoying browser things 2017-04-27 18:11:13 -07:00
Alex P 4ce17e842c Style Template Variable Manager and customize markup
Adjusts to different screen sizes nicely
2017-04-27 18:03:53 -07:00
Jared Scheib 75f5ea5758 Only send selected template values to proxy; fix tempVars key in proxy call 2017-04-27 17:33:15 -07:00
Jared Scheib 46f8e76447 Fix Lukifer's bug that Pineapple didn't catch 2017-04-27 17:20:18 -07:00
Jared Scheib 9f4dedae14 Select first value of new variable values 2017-04-27 17:17:58 -07:00
Jared Scheib fac3fb33d8 Fix key state bug 2017-04-27 17:03:16 -07:00
Jared Scheib f2afd01836 Remove unused dep 2017-04-27 16:32:51 -07:00
Jared Scheib 637b9f7db5 Fix dropdown populating via normalizd parsers, rename selected var names for clarity 2017-04-27 16:24:00 -07:00
Jared Scheib 39e68be599 Update some fns to async/await 2017-04-27 16:01:21 -07:00
Jared Scheib 8a5c46d822 Handle errors and use async/await in AJAX from TVQB Dropdowns 2017-04-27 15:50:25 -07:00
Alex P 56f1ceca61 Style page header dismiss 2017-04-27 15:01:06 -07:00
Alex P 997bdbae34 Organize styles a bit 2017-04-27 14:53:43 -07:00
Jared Scheib ca844fdf7d Merge branch 'feature/template-variables' of https://github.com/influxdata/chronograf into feature/template-variables 2017-04-27 14:36:27 -07:00
Jared Scheib b8be4cbe75 Use prettier (though 2x slower) syntax 2017-04-27 14:36:24 -07:00
Alex P 103ddce41e Use specific class instead of relying on H1 being inside page-header 2017-04-27 14:33:43 -07:00
Jared Scheib 8ee9a61366 Remove obsolete action and reducer for editing template variable 2017-04-27 14:20:34 -07:00
Jared Scheib 5d03718eb4 Merge branch 'master' into feature/template-variables 2017-04-27 14:15:48 -07:00
Jared Scheib 5f19b90625 Rename function for clarity, clean up 2017-04-27 14:13:36 -07:00
Jared Scheib b18082ada2 Fix bug introduced in e8fb66d6 that overwrote templates 2017-04-27 13:47:17 -07:00
Jared Scheib 4c678f240d Add proper type to buttons 2017-04-27 13:34:05 -07:00
Andrew Watkins e225f41cf2 Merge branch 'master' into fix/add-source 2017-04-27 13:17:24 -07:00
Andrew Watkins 7751efac02 Merge branch 'master' into chore/destroy-kuber-dash 2017-04-27 13:14:03 -07:00
Jared Scheib d7ab421823 Fix duplicate temp var detection bug where a new one would delete itself if not persisted onCancel 2017-04-27 12:57:50 -07:00
Jared Scheib 22b7a8bd49 Fix styling on RowValues component 2017-04-27 11:20:59 -07:00
Jared Scheib 7b04966f0c Prevent duplicate template variables 2017-04-27 11:12:48 -07:00
Jared Scheib a17fb3db76 Lengthen short notification delay by 500ms 2017-04-27 11:10:21 -07:00
Andrew Watkins 75eddce8d6 Add empty state 2017-04-27 11:08:12 -07:00
Andrew Watkins f26a860c1c Fix incorrect count 2017-04-27 11:08:02 -07:00
Andrew Watkins d9fd245050 Prettier 2017-04-27 10:47:59 -07:00
Andrew Watkins ccccbb84e7 Remove all reference to KubernetesDashboard 2017-04-27 10:44:19 -07:00
Jared Scheib fff14d5fdb Remove 'label' from TVM UI and template data shape 2017-04-27 10:35:14 -07:00
Andrew Watkins 5d4291c75a Make guard more readable 2017-04-27 08:53:19 -07:00
Andrew Watkins 82de00621f Change to table view on meta queries 2017-04-27 08:46:46 -07:00
Andrew Watkins bbad73ecfe Fix no active query on page load 2017-04-27 07:58:51 -07:00
Jared Scheib db80588859 Add and remove ':'s from template variables 2017-04-26 19:54:05 -07:00
Jared Scheib 402c1f4c30 Update template variables from TV Query Builder to new :var: syntax 2017-04-26 19:21:53 -07:00
Jared Scheib 0175860f61 Remove obsolete comment 2017-04-26 19:21:17 -07:00
Jared Scheib b2b63b12b3 Narp 2017-04-26 18:23:16 -07:00
Jared Scheib 773aa24512 Delete a new template on cancel 2017-04-26 18:17:16 -07:00
Jared Scheib 0a4a8bfe28 Add Edit button to enter editing mode, make Save Template button a different color 2017-04-26 17:58:14 -07:00
Jared Scheib cfcf67f3b2 Add Edit button to TVM Row 2017-04-26 16:13:45 -07:00
Jared Scheib 67d906127a Add user ability to enter a CSV via text input to TVM; fix row find for state update 2017-04-26 15:58:44 -07:00
Jared Scheib 3b27efaf3c Make CSV values editable 2017-04-26 15:17:08 -07:00
Jared Scheib 2eb1657b6a Change copy when no values 2017-04-26 14:42:14 -07:00