consul/ui-v2/app
John Cowen 297788408b
ui: Fix freetext searching within the nodes page (#4819)
Essentially this was missing a call to `super`. The error unfortuantely
didn't arise in the tests as it only errors when the node list has 4
items are more (the 4 columns), and the acceptence tests by change were
only filling the page with 3 nodes for test purposes.

I've bumped the amount of nodes up to 4 in the tests, which then causes
the tests to fail, made the fix by adding the `super` call, and the
tests now pass.

I also tested the UI/text searching on a 10,000 node system, and
everything now works as expected.
2018-10-19 14:31:22 +01:00
..
adapters ui: Cope with service names that contain slashes (#4756) 2018-10-11 10:14:04 +01:00
components ui: Fix freetext searching within the nodes page (#4819) 2018-10-19 14:31:22 +01:00
controllers ui: Improve layout of node cards on large and small screens (#4761) 2018-10-11 10:19:06 +01:00
helpers UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
mixins UI: Reduce in-development deprecations (also use toLocaleString) (#4677) 2018-10-01 13:42:42 +01:00
models UI: External Source markers (#4640) 2018-09-12 20:23:39 +01:00
routes UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00
serializers Tie up real endpoints 2018-06-25 12:25:15 -07:00
services UI: Simplify/refactor the actions/notification layer (#4572) + (#4573) 2018-08-29 19:14:31 +01:00
styles ui: Improve layout of node cards on large and small screens (#4761) 2018-10-11 10:19:06 +01:00
templates ui: Improve layout of node cards on large and small screens (#4761) 2018-10-11 10:19:06 +01:00
utils ui: Move the text encoding polyfill to a a proper detecting polyfill (#4767) 2018-10-08 17:47:44 +01:00
validations Remove validation for presence of KV values 2018-07-05 13:33:02 +01:00
app.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
index.html ui: Move the text encoding polyfill to a a proper detecting polyfill (#4767) 2018-10-08 17:47:44 +01:00
resolver.js UI V2 (#4086) 2018-05-10 19:52:53 +01:00
router.js WIP: First draft intentions 2018-06-25 12:25:14 -07:00