Merge pull request #4728 from hashicorp/f-ui-logo-link
UI: Make the global logo link to the jobs page (home page)
This commit is contained in:
commit
fea0502929
|
@ -55,6 +55,12 @@
|
|||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-brand > a.navbar-item {
|
||||
&:hover {
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.is-secondary {
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<span data-test-header-gutter-toggle class="gutter-toggle" aria-label="menu" onclick={{action onHamburgerClick}}>
|
||||
{{partial "partials/hamburger-menu"}}
|
||||
</span>
|
||||
<span class="navbar-item is-logo">
|
||||
{{#link-to "jobs" class="navbar-item is-logo"}}
|
||||
{{partial "partials/nomad-logo"}}
|
||||
</span>
|
||||
{{/link-to}}
|
||||
</div>
|
||||
<div class="navbar-end">
|
||||
{{#if (eq config.environment "development")}}
|
||||
|
|
Loading…
Reference in New Issue