Infolog: Fix missing "tab" data in mobile view

This commit is contained in:
nathan 2023-01-18 11:31:19 -07:00
parent f0fbdf9760
commit ac8fe33f19
2 changed files with 22 additions and 22 deletions

View File

@ -185,7 +185,7 @@
<et2-select-percent span="4" statustext="Percent completed" id="info_percent" onchange="app.infolog.statusChanged"></et2-select-percent>
</row>
<row>
<et2-vbox id="tabs" span="all" width="100%">
<et2-vbox span="all" width="100%">
<et2-details id="description" summary="Description" title="longer textual description">
<template id="infolog.edit.description"/>
</et2-details>

View File

@ -170,7 +170,7 @@
<et2-select-percent span="4" statustext="Percent completed" id="info_percent"></et2-select-percent>
</row>
<row>
<et2-vbox id="tabs" span="all" width="100%">
<et2-vbox span="all" width="100%">
<et2-details id="description" summary="Description" title="longer textual description">
<template id="infolog.view.description"/>
</et2-details>