open-consul/ui/packages/consul-ui/app/templates
John Cowen e77becb59e
ui: Fixup KV folder creation then further creation within that folder (#12081)
The fix here is two fold:

- We shouldn't be providing the DataSource (which loads the data) with an id when we are creating from within a folder (in the buggy code we are providing the parentKey of the new KV you are creating)
- Being able to provide an empty id to the DataSource/KV repository and that repository responding with a newly created object is more towards the "new way of doing forms", therefore the corresponding code to return a newly created ember-data object. As we changed the actual bug in point 1 here, we need to make sure the repository responds with an empty object when the request id is empty.
2022-01-19 10:09:25 +00:00
..
dc ui: Fixup KV folder creation then further creation within that folder (#12081) 2022-01-19 10:09:25 +00:00
application.hbs ui: When certain menus are selected reset either nspace/partition (#11479) 2021-11-17 15:59:26 +00:00
dc.hbs ui: Add Route component / routlet service (#9813) 2021-03-08 12:15:54 +00:00
debug.hbs ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
error.hbs ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
index.hbs ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
loading.hbs ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
notfound.hbs ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
oauth-provider-debug.hbs ui: Improve dev-time SSO/OIDC visibility (#11248) 2021-10-11 16:03:59 +01:00
settings.hbs ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00