Preserve the id of the top-level tabs container, to avoid breaking plugins that rely on it

This commit is contained in:
cmdr2 2023-02-06 19:09:39 +05:30
parent 86dc08130b
commit 8a28b265a3

View File

@ -32,7 +32,7 @@
<div id="server-status-color"></div>
<span id="server-status-msg">Stable Diffusion is starting..</span>
</div>
<div class="tab-container">
<div id="tab-container" class="tab-container">
<span id="tab-main" class="tab active">
<span><i class="fa fa-image icon"></i> Generate</span>
</span>