mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Format chrome.html to have a couple attributes on the same line.
This commit is contained in:
parent
71a1cb707f
commit
df4ace459a
1 changed files with 1 additions and 4 deletions
|
@ -1,9 +1,6 @@
|
|||
<div class="content" chrome-context >
|
||||
<!-- TODO: These config dropdowns shouldn't be hard coded -->
|
||||
<nav
|
||||
class="app-links-wrapper"
|
||||
ng-show="chrome.getVisible()"
|
||||
>
|
||||
<nav class="app-links-wrapper" ng-show="chrome.getVisible()">
|
||||
|
||||
<li
|
||||
ng-if="!chrome.getBrand('logo') && !chrome.getBrand('smallLogo')"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue