Removed main creation tab. Added equipment to remaining tab

This commit is contained in:
WBHarry 2025-08-11 23:37:00 +02:00
parent 7a798901cc
commit 5da20e36c0
15 changed files with 129 additions and 255 deletions

View file

@ -0,0 +1,7 @@
<nav class='feature-tab sheet-tabs tabs setup-tabs' data-group='setup'>
{{#each tabs as |tab|}}
<button class='{{tab.id}} {{tab.cssClass}}' data-action='tab' data-group='{{tab.group}}' data-tab='{{tab.id}}' {{disabled tab.disabled}}>
{{localize tab.label}}
</button>
{{/each}}
</nav>