consul/ui-v2/app
John Cowen c20cff9bf5 ui: Moves intentions listing and form into components (#7549)
Whilst we tried to do this with the smallest amount of changes possible,
our acceptance tests for trying to submit a blank form started failing
due to usage of `destroyRecord`, its seems that the correct way to
achieve the same thing is to use `rollbackAttributes` instead. We
changed that here and the tests pass once again. Furture work related to
this will involve change the rest of the UI where we use `destroyRecord`
to achieve the same thing, to use `rollbackAttributes` instead
2020-05-12 17:14:21 +00:00
..
adapters
components ui: Moves intentions listing and form into components (#7549) 2020-05-12 17:14:21 +00:00
computed
controllers ui: Moves intentions listing and form into components (#7549) 2020-05-12 17:14:21 +00:00
forms
helpers
initializers
instance-initializers
mixins
models
routes ui: Moves intentions listing and form into components (#7549) 2020-05-12 17:14:21 +00:00
routing
search/filters
serializers
services
styles ui: Moves intentions listing and form into components (#7549) 2020-05-12 17:14:21 +00:00
templates ui: Moves intentions listing and form into components (#7549) 2020-05-12 17:14:21 +00:00
utils
validations
app.js
env.js
index.html
router.js