kin: KIN-075 Расширить канбан-вид до ширины экрана, сейчас он ограничен центром. + добавить кнопки Тас Аудит Автокомит Авто в канбан вид

This commit is contained in:
Gros Frumos 2026-03-16 10:28:06 +02:00
parent 9764d1b414
commit 394301c7a7
4 changed files with 205 additions and 6 deletions

View file

@ -14,7 +14,7 @@ import EscalationBanner from './components/EscalationBanner.vue'
<span class="text-xs text-gray-600">multi-agent orchestrator</span>
</nav>
</header>
<main class="max-w-6xl mx-auto px-6 py-6">
<main class="px-6 py-6">
<router-view />
</main>
</div>