open-consul/ui-v2/app/templates
John Cowen d2b1698c0d ui: Improvements to modal-dialog (#5585)
1. If the modal gets bigger than 80% of the viewport height a scrollbar
will be shown. Currently there isn't anywhere it can get this big, but
future work involves possible larger modals
2. Usually its difficult to figure out which was the 'unchecked' radio
button using an onchange event. Luckily ember/handlebars changes its
properties after the onchange event, so knowing that and using an extra
data-checked attribute set via ember, we can figure out which radio
button has been 'unchecked'. This means the logic for opening an
closing modals becomes slightly easier
2019-05-01 18:22:30 +00:00
..
components ui: Improvements to modal-dialog (#5585) 2019-05-01 18:22:30 +00:00
dc UI: Add support for blocking queries on the service instance detail page (#5487) 2019-05-01 18:22:23 +00:00
-consul-loading.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
application.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
dc.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
error.hbs ui: Remove index.html from the docs URL so we just point to `/docs` (#5547) 2019-05-01 18:22:25 +00:00
loading.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
notfound.hbs UI V2 (#4086) 2018-05-10 19:52:53 +01:00
settings.hbs UI: Amends blocking queries text and toggle component in settings (#5467) 2019-05-01 18:22:20 +00:00