mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 13:56:35 +00:00
Disable group config panel for now
This commit is contained in:
parent
572f92fd1e
commit
fb3c278a74
@ -5,7 +5,7 @@
|
|||||||
<link rel="import" href="../../src/components/ha-menu-button.html">
|
<link rel="import" href="../../src/components/ha-menu-button.html">
|
||||||
<link rel='import' href='../../bower_components/iron-media-query/iron-media-query.html'>
|
<link rel='import' href='../../bower_components/iron-media-query/iron-media-query.html'>
|
||||||
<link rel="import" href="./core/ha-config-section-core.html">
|
<link rel="import" href="./core/ha-config-section-core.html">
|
||||||
<link rel="import" href="./group/ha-config-section-group.html">
|
<!-- <link rel="import" href="./group/ha-config-section-group.html"> -->
|
||||||
<link rel="import" href="./hassbian/ha-config-section-hassbian.html">
|
<link rel="import" href="./hassbian/ha-config-section-hassbian.html">
|
||||||
<link rel="import" href="./z-wave/ha-config-section-zwave.html">
|
<link rel="import" href="./z-wave/ha-config-section-zwave.html">
|
||||||
|
|
||||||
@ -39,10 +39,14 @@
|
|||||||
</app-header>
|
</app-header>
|
||||||
|
|
||||||
<div class$='[[computeClasses(isWide)]]'>
|
<div class$='[[computeClasses(isWide)]]'>
|
||||||
|
<!--
|
||||||
|
Sortable.js doesn't work in Polymer 2 making this panel useless.
|
||||||
|
Disabling for now.
|
||||||
<ha-config-section-group
|
<ha-config-section-group
|
||||||
is-wide='[[isWide]]'
|
is-wide='[[isWide]]'
|
||||||
hass='[[hass]]'
|
hass='[[hass]]'
|
||||||
></ha-config-section-group>
|
></ha-config-section-group>
|
||||||
|
-->
|
||||||
|
|
||||||
<ha-config-section-core
|
<ha-config-section-core
|
||||||
is-wide='[[isWide]]'
|
is-wide='[[isWide]]'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user