open-nomad/ui/app
Buck Doyle e525ff99d3
Remove inverse block for list-pagination (#6523)
As the angle bracket invocation RFC says:

> There is no dedicated syntax for passing an "else" block
> directly. If needed, that can be passed using the named
> blocks syntax.

https://github.com/emberjs/rfcs/blob/master/text/0311-angle-bracket-invocation.md#block

Unfortunately, using a contextual component doesn’t help as
the yield inside that component will still result in content
rendering that would show when the source isn’t empty. So
we decided to change the interface so you have to check
whether the source is empty before using it, which aligns with
how list-table works.
2019-10-24 07:05:43 -05:00
..
adapters UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
components UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
controllers UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
helpers Address inflector deprecations 2019-04-10 14:54:35 -07:00
initializers Expose the token service in all templates for convenience 2017-09-29 17:41:29 -07:00
mixins UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
models UI: Update to Ember 3.8 LTS (#5968) 2019-10-08 13:44:19 -05:00
routes UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
serializers UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
services UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
styles Use max-width to ensure the width rule is observed in Firefox 2019-10-10 10:34:33 -07:00
templates Remove inverse block for list-pagination (#6523) 2019-10-24 07:05:43 -05:00
utils UI: Update Ember to 3.12 LTS (#6419) 2019-10-15 13:32:58 -05:00
app.js Remove the MODEL_FACTORY_INJECTIONS cruft 2018-01-17 09:02:05 -08:00
breakpoints.js Change breakpoints to match Nomad/Bulma widths 2019-04-10 10:34:10 -05:00
index.html sync 2017-09-19 10:08:23 -05:00
resolver.js sync 2017-09-19 10:08:23 -05:00
router.js Merge branch 'master' into f-ui/alloc-fs 2019-07-26 14:49:36 -05:00