Disable group config panel for now

This commit is contained in:
Paulus Schoutsen 2017-08-04 00:00:13 -07:00
parent 572f92fd1e
commit fb3c278a74

View File

@ -5,7 +5,7 @@
<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="./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="./z-wave/ha-config-section-zwave.html">
@ -39,10 +39,14 @@
</app-header>
<div class$='[[computeClasses(isWide)]]'>
<!--
Sortable.js doesn't work in Polymer 2 making this panel useless.
Disabling for now.
<ha-config-section-group
is-wide='[[isWide]]'
hass='[[hass]]'
></ha-config-section-group>
-->
<ha-config-section-core
is-wide='[[isWide]]'