mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix tabs being selectable by clicking on header
This commit is contained in:
parent
35094a1667
commit
0c5f1234da
@ -94,15 +94,17 @@
|
|||||||
</paper-dropdown>
|
</paper-dropdown>
|
||||||
</paper-menu-button>
|
</paper-menu-button>
|
||||||
|
|
||||||
<div class="bottom fit" horizontal layout>
|
<template if="{{hasCustomGroups}}">
|
||||||
<paper-tabs id="tabsHolder" noink flex
|
<div class="bottom fit" horizontal layout>
|
||||||
selected="0" on-core-select="{{tabClicked}}">
|
<paper-tabs id="tabsHolder" noink flex
|
||||||
|
selected="0" on-core-select="{{tabClicked}}">
|
||||||
<paper-tab>ALL</paper-tab>
|
|
||||||
<paper-tab data-filter='customgroup'>GROUPS</paper-tab>
|
<paper-tab>ALL</paper-tab>
|
||||||
|
<paper-tab data-filter='customgroup'>GROUPS</paper-tab>
|
||||||
</paper-tabs>
|
|
||||||
</div>
|
</paper-tabs>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
</core-toolbar>
|
</core-toolbar>
|
||||||
|
|
||||||
<state-cards
|
<state-cards
|
||||||
|
Loading…
x
Reference in New Issue
Block a user