open-consul/ui-v2/app
John Cowen dc03d5a4b9
UI: Set the CODE view as the default view for editing KV's (#4651)
Sets the code toggle on the KV edit/create page to be on by default, we figured most people probably prefer this view.

Also, previously we forced the KV toggle back to a default setting for every
time you visited a KV form page. We've now changed this so that the KV code
toggle button acts as a 'global' toggle. So whatever you set it as will
be the same for every KV for the lifetime of your 'ember session'

If we are to keep this, then consider saving this into localStorage
settings or similar, added some thoughts in comments re: this as it's very likely
to happen.
2018-09-13 09:09:30 +01:00
..
adapters UI - Refactor Adapter.handleResponse (#4398) 2018-07-30 17:55:44 +01:00
components UI: Fixes healthy node listing resize on large portrait screens (#4564) 2018-08-24 12:35:52 +02:00
controllers UI: Set the CODE view as the default view for editing KV's (#4651) 2018-09-13 09:09:30 +01:00
helpers ui: Adds a `default` view helper for providing a default value (#4650) 2018-09-12 20:38:57 +01:00
mixins ui: [BUGFIX] Intentions were showing the wrong notification on creation (#4658) 2018-09-12 20:41:43 +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: External Source markers (#4640) 2018-09-12 20:23:39 +01:00
templates ui: Adds a `default` view helper for providing a default value (#4650) 2018-09-12 20:38:57 +01:00
utils UI: Bugfix. Move to a different TextEncoder/Decoder (#4613) 2018-09-12 20:15:58 +01:00
validations Remove validation for presence of KV values 2018-07-05 13:33:02 +01:00
app.js
index.html
resolver.js
router.js WIP: First draft intentions 2018-06-25 12:25:14 -07:00