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
@@ -35,6 +35,14 @@ const sections = computed(
tone: 'emerald',
visible: isRootAdmin.value || profileCount.value > 0,
},
{
to: '/admin/releases/batch',
eyebrow: 'Release batch',
title: '일괄 업데이트',
description: 'Gateway와 권한 있는 서버를 동일한 고정 커밋으로 순차 업데이트합니다.',
tone: 'blue',
visible: hasCapability('admin.releases.manage') || hasCapability('admin.profiles.deploy'),
},
{
to: '/admin/releases',
eyebrow: 'Releases',