Admin: Fix hidden double-load of some config templates

Fixes problem loading collabora support-key files
This commit is contained in:
nathan 2025-01-24 11:50:00 -07:00
parent 3f5a0900f1
commit a72c2f9b52

View File

@ -5,7 +5,7 @@
<et2-vbox height="100%">
<et2-description value="Site configuration" class="subHeader"></et2-description>
<et2-box disabled="@need_tab" class="mainContent">
<template template="@template" width="99%"/>
<template disabled="@need_tab" template="@template" width="99%"/>
</et2-box>
<et2-box disabled="!@need_tab" class="mainContent">
<et2-tabbox id="tabs2" tabHeight="auto">
@ -13,7 +13,7 @@
<tab id="config" label="Configuration"/>
</tabs>
<tabpanels>
<template template="@template" width="99%"/>
<template disabled="!@need_tab" template="@template" width="99%"/>
</tabpanels>
</et2-tabbox>
</et2-box>