consul/ui/packages/consul-ui/app/templates/dc
Michael Klein 4d36e2b08e
ui: upgrade ember composable helper (#13394)
Upgrade ember-composable-helpers to version 5.x. This version contains the pick-helper which makes composition in the template layer easier with Octane.

{{!-- this is usually hard to do with Octane --}}
<input {{on "input" (pick "target.value" this.updateText)}} .../>
Version 5.x also fixes a regression with sort-by that according to @johncowen was the reason why the version was pinned to 4.0.0 at the moment.

Version 5 of ember-composable-helpers removes the contains-helper in favor of includes which I changed all occurences for.
2022-06-08 16:07:51 +01:00
..
acls ui: Adds support for AWS-IAM Auth Methods (#12786) 2022-04-14 17:13:13 +01:00
intentions ui: Add more explanatory texts for empty states (#12354) 2022-04-11 12:49:59 +01:00
kv ui: Add more explanatory texts for empty states (#12354) 2022-04-11 12:49:59 +01:00
nodes ui: Add more explanatory texts for empty states (#12354) 2022-04-11 12:49:59 +01:00
services ui: upgrade ember composable helper (#13394) 2022-06-08 16:07:51 +01:00
show ui: Add documentation link to the Server Fault Tolerance panel (#12792) 2022-04-18 09:08:48 -07:00
acls.hbs ui: Move control of login modal to use JS rather than HTML (label/id) (#9883) 2021-04-06 13:40:40 +01:00
routing-config.hbs ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
show.hbs ui: Adds licensing overview tab (#12706) 2022-04-12 09:56:54 +01:00