consul/ui/packages/consul-ui/app
John Cowen b256313256
ui: [BUGFIX] Ensure in-folder KVs are created in the correct folder (#10569)
When clicking to create a KV within folder name, would would be viewing a form that was a form for creating a KV in the root, which when the user clicked to save, saved the KV in the root.

For the moment at least I've removed the code that strips double slashes, and whilst this isn't ideal, it looks like we've picked up one of those bugs that turns into a 'feature', and completely reworking KV to not rely on the double slashes is not really an option right now.
2021-07-14 18:49:01 +01:00
..
abilities
adapters
components ui: [BUGFIX] Ensure in-folder KVs are created in the correct folder (#10569) 2021-07-14 18:49:01 +01:00
controllers
decorators
filter/predicates
forms
helpers
initializers
instance-initializers ui: Add intl debug helpers (#10513) 2021-07-06 17:01:08 +01:00
locations ui: [BUGFIX] Ensure in-folder KVs are created in the correct folder (#10569) 2021-07-14 18:49:01 +01:00
mixins
models
modifiers
routes ui: Don't default to the default namespace, use the token default namespace instead (#10503) 2021-07-07 11:46:41 +01:00
routing
search/predicates
serializers ui: Don't default to the default namespace, use the token default namespace instead (#10503) 2021-07-07 11:46:41 +01:00
services ui: Don't default to the default namespace, use the token default namespace instead (#10503) 2021-07-07 11:46:41 +01:00
sort/comparators
styles ui: Add socket icon for UDS (#10573) 2021-07-12 09:28:01 -04:00
templates
utils ui: Add intl debug helpers (#10513) 2021-07-06 17:01:08 +01:00
validations
app.js
env.js
formats.js
index.html
router.js