mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
ui: hide custom label if not text is provided (#16115)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<LinkTo @route="jobs" class="navbar-item is-logo" aria-label="Home">
|
||||
<NomadLogo />
|
||||
</LinkTo>
|
||||
{{#if this.system.agent.config.UI.Label}}
|
||||
{{#if this.system.agent.config.UI.Label.Text}}
|
||||
<div class="custom-label" style={{this.labelStyles}}>
|
||||
{{this.system.agent.config.UI.Label.Text}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user