consul/ui/packages/consul-ui/app/templates
John Cowen ee0e8bf500
ui: App-ify Lock Sessions (#12482)
This commit moves our in-app LockSessions code into an external 'app', which can theoretically be side-loaded but for now it just makes for good isolation/code hygiene.

Functionally, there is kind of one change here, and that is we only show the 'Lock Session' tab if you have permissions to see them. Currently as our UI authorization endpoint needs to be changed slightly to suit our usecase, you will always have permissions to see Lock Sessions as we hardcode the session:read to true (obvs this is a frontend thing, not a backend thing), so it doesn't really change anything from a user perspective.

Also added very bare docs while I was here.

Small note here, ideally we need to add the each individual tab depending on whether an 'app' is enabled or not instead of just permissions, ideally it would be done totally from The Outside rather than a can based conditional on the inside, just something else to be thinking about for the future.
2022-03-14 16:54:49 +00:00
..
dc ui: App-ify Lock Sessions (#12482) 2022-03-14 16:54:49 +00:00
application.hbs ui: Add license endpoint/datasource (#12506) 2022-03-09 09:03:15 +00:00
dc.hbs ui: Add Route component / routlet service (#9813) 2021-03-08 12:15:54 +00:00
debug.hbs ui: Move nspace CRUD to use the same approach as partitions (#11633) 2021-12-01 11:04:02 +00:00
error.hbs ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
index.hbs ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
loading.hbs ui: Move to Workspaced Structure (#8994) 2020-10-21 15:23:16 +01:00
notfound.hbs ui: Partitions Application Layer (#11017) 2021-09-15 19:50:11 +01:00
oauth-provider-debug.hbs ui: Improve dev-time SSO/OIDC visibility (#11248) 2021-10-11 16:03:59 +01:00
settings.hbs ui: Remove Settings Ember Route (#12488) 2022-03-09 08:29:27 +00:00