feat: 관리자 일괄 업데이트 화면을 추가한다

권한 있는 Gateway와 서버를 체크박스로 선택하고 진행 상태와 실패 재시도를 desktop 및 mobile에서 제공한다.
This commit is contained in:
2026-08-25 09:19:20 +00:00
parent 9613b482c1
commit 7fa14b2b20
7 changed files with 900 additions and 20 deletions
@@ -80,6 +80,14 @@ const navigation = computed(() => [
{
label: 'Gateway',
items: [
{
to: '/admin/releases/batch',
label: '일괄 업데이트',
icon: '⇈',
exact: false,
visible: hasCapability('admin.releases.manage') || hasCapability('admin.profiles.deploy'),
child: false,
},
{
to: '/admin/releases',
label: 'Gateway 릴리스',