mirror of https://github.com/status-im/consul.git
297788408b
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. |
||
---|---|---|
.. | ||
acl-filter.js | ||
action-group.js | ||
app-view.js | ||
catalog-filter.js | ||
code-editor.js | ||
confirmation-dialog.js | ||
datacenter-picker.js | ||
feedback-dialog.js | ||
freetext-filter.js | ||
hashicorp-consul.js | ||
healthcheck-status.js | ||
healthchecked-resource.js | ||
intention-filter.js | ||
list-collection.js | ||
radio-group.js | ||
tab-nav.js | ||
tab-section.js | ||
tabular-collection.js | ||
tomography-graph.js |