Skip to content

Commit 1c317ce

Browse files
committed
temporary disable smart home tab
1 parent 07ca99c commit 1c317ce

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/modules/web_themes/koala/source/src/pages/IndexPage.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<q-tab name="batteries" title="Speicher">
1717
<q-icon name="battery_full" size="md" color="primary" />
1818
</q-tab>
19-
<q-tab name="smart-home" title="SmartHome">
19+
<!-- <q-tab name="smart-home" title="SmartHome">
2020
<q-icon name="home" size="md" color="primary" />
21-
</q-tab>
21+
</q-tab> -->
2222
</q-tabs>
2323
<!-- Tab Panels -->
2424
<q-tab-panels v-model="tab" class="col">
@@ -35,9 +35,9 @@
3535
<BatteryInformation />
3636
</q-tab-panel>
3737
<!-- Smart Home -->
38-
<q-tab-panel name="smart-home" class="">
38+
<!-- <q-tab-panel name="smart-home" class="">
3939
<SmartHomeInformation />
40-
</q-tab-panel>
40+
</q-tab-panel> -->
4141
</q-tab-panels>
4242
</q-page>
4343
</template>
@@ -48,7 +48,7 @@ import ChartCarousel from 'src/components/ChartCarousel.vue';
4848
import ChargePointInformation from 'src/components/ChargePointInformation.vue';
4949
import BatteryInformation from 'src/components/BatteryInformation.vue';
5050
import VehicleInformation from 'src/components/VehicleInformation.vue';
51-
import SmartHomeInformation from 'src/components/SmartHomeInformation.vue';
51+
// import SmartHomeInformation from 'src/components/SmartHomeInformation.vue';
5252
5353
defineOptions({
5454
name: 'IndexPage',

0 commit comments

Comments
 (0)