John Cowen 147476c10d
ui: Disable licensing tab if the UI is running via HCP (#12771)
Co-authored-by: Evan Rowe <ev.rowe@gmail.com>
2022-06-09 18:15:52 +01:00

14 lines
295 B
Handlebars

{{did-insert this.connect}}
{{will-destroy this.disconnect}}
{{yield (hash
model=this.model
params=this.params
currentName=this.router.currentRoute.name
refresh=this.refresh
t=this.t
exists=this.exists
Title=(component "route/title")
Announcer=(component "route/announcer")
)}}