feat: 관리자 일괄 업데이트 화면을 추가한다
권한 있는 Gateway와 서버를 체크박스로 선택하고 진행 상태와 실패 재시도를 desktop 및 mobile에서 제공한다.
This commit is contained in:
@@ -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 릴리스',
|
||||
|
||||
Reference in New Issue
Block a user