You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(admin): add captured screenshots for admin menu bundle (PR H)
Captures all 3 planned screenshots × 4 languages (12 PNGs):
- resource_policy_list_csv.png — Keypair Resource Policy table with Export CSV menu at BAITable bottom-right (FR-2824)
- container_registry_editor_modal.png — Add Registry modal with new SSL Verification checkbox (FR-621)
- model_card_delete_with_folder.png — Delete Model Card dialog with "Also delete the associated model folder" option and cascade warning (FR-2622 family)
Captured at 2× zoom via Portless dev, per-locale via window.switchLanguage(). Test resources (demo-model-folder, demo-model-card) were created and fully cleaned up via the captured delete flow itself.
Copy file name to clipboardExpand all lines: packages/backend.ai-webui-docs/src/en/admin_menu/admin_menu.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -351,6 +351,10 @@ The Admin Serving page has two tabs:
351
351
- **Serving**: Displays the endpoint list across all projects, with the same lifecycle and property filters as the user-facing Serving page.
352
352
- **Model Store Management**: Available to superadmins only. See the section below.
353
353
354
+
:::note
355
+
Each individual admin deployment now has its own dedicated route at `/admin-deployments/:id`. When you open a deployment from the Admin Serving page, the URL changes to this path so that the deployment detail can be linked to or bookmarked directly.
356
+
:::
357
+
354
358
<a id="admin-model-store-management"></a>
355
359
356
360
### Admin Model Store Management
@@ -407,19 +411,14 @@ Click the edit icon next to the model card name to modify an existing model card
407
411
You can delete an individual model card by clicking the delete icon next to its name, or perform bulk deletion by selecting multiple model cards with the row checkboxes and clicking the red trash-bin button next to the selection count.
408
412
409
413

410
-
<!-- TODO: Recapture screenshot of the model card delete dialog showing the "Also delete the associated model folder" option -->
411
414
412
415
The deletion confirmation dialog includes an **Also delete the associated model folder** option:
413
416
414
-
- When this option is checked, the storage folder (vfolder) linked to the model card is moved to the trash at the same time the model card is removed. A trash notification appears so superadmins can confirm that the linked folder was sent to the trash, and the folder can be restored permanently from **Data > Trash** if needed. Note that deleting the associated folder also removes every other model card that references the same folder.
417
+
- When this option is checked, the storage folder (vfolder) linked to the model card is moved to the trash at the same time the model card is removed. A trash notification appears so superadmins can confirm that the linked folder was sent to the trash, and the folder can be restored (or permanently deleted) from **Data > Trash** if needed. Note that deleting the associated folder also removes every other model card that references the same folder.
415
418
- When this option is unchecked, only the model card record is removed; the linked storage folder remains untouched and can be reused for another model card.
416
419
417
420
The same behavior applies to **bulk deletion** (the label becomes **Also delete all associated model folders**): each selected model card's linked storage folder is moved to the trash when the option is checked, and a trash notification is shown for each folder that was moved.
418
421
419
-
:::note
420
-
Each individual admin deployment now has its own dedicated route at `/admin-deployments/:id`. When you open a deployment from the Admin Serving page, the URL changes to this path so that the deployment detail can be linked to or bookmarked directly.
421
-
:::
422
-
423
422
<a id="prometheus-query-presets"></a>
424
423
425
424
## Prometheus Query Presets
@@ -694,7 +693,6 @@ bottom right of the table.
694
693
To save the current resource policy list as a CSV file, use the **Export CSV** action in the **bottom-right slot of the table**. This applies to the Keypair, User, and Project resource policy tabs alike — the CSV export control has been moved from the header area to the table's bottom-right toolbar for consistency with other admin lists.
695
694
696
695

697
-
<!-- TODO: Recapture screenshot of the resource policy list showing the CSV export control at the BAITable bottom-right -->
698
696
699
697

700
698
@@ -992,7 +990,6 @@ button. The registry creation dialog contains the following fields:
992
990
- **SSL Verification**: Toggles whether Backend.AI verifies the registry's SSL certificate when connecting. **Enabled by default**, which is the recommended setting for any registry reachable over the public internet. Disable this only for a registry served with a self-signed certificate inside a trusted internal environment where you have already verified the network path; turning it off makes the connection vulnerable to man-in-the-middle attacks.
Copy file name to clipboardExpand all lines: packages/backend.ai-webui-docs/src/ko/admin_menu/admin_menu.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,6 +289,10 @@ models:
289
289
- **Serving**: 모든 프로젝트의 엔드포인트 목록을 표시하며, 사용자용 서빙 페이지와 동일한 라이프사이클 및 속성 필터를 제공합니다.
290
290
- **Model Store Management**: 슈퍼관리자에게만 제공됩니다. 아래 섹션을 참조하세요.
291
291
292
+
:::note
293
+
각 관리자용 디플로이먼트는 이제 `/admin-deployments/:id` 전용 경로를 갖습니다. 관리자 서빙 페이지에서 디플로이먼트를 열면 URL이 이 경로로 변경되어 디플로이먼트 상세 페이지를 직접 링크하거나 북마크할 수 있습니다.
294
+
:::
295
+
292
296
<a id="admin-model-store-management"></a>
293
297
294
298
### 관리자 모델 스토어 관리
@@ -345,7 +349,6 @@ models:
345
349
모델 카드 이름 옆의 삭제 아이콘을 클릭하여 개별 모델 카드를 삭제하거나, 행 체크박스로 여러 모델 카드를 선택한 후 선택 개수 옆의 빨간색 휴지통 버튼을 클릭하여 일괄 삭제를 수행할 수 있습니다.
346
350
347
351

348
-
<!-- TODO: Recapture screenshot of the model card delete dialog showing the "Also delete the associated model folder" option -->
349
352
350
353
삭제 확인 대화 상자에는 **연결된 모델 폴더도 함께 삭제** 옵션이 포함되어 있습니다:
351
354
@@ -354,10 +357,6 @@ models:
354
357
355
358
**일괄 삭제** 시에도 동일하게 동작하며, 옵션을 체크하면 선택된 각 모델 카드와 연결된 스토리지 폴더가 휴지통으로 이동하고, 이동된 폴더마다 휴지통 알림이 표시됩니다.
356
359
357
-
:::note
358
-
각 관리자용 디플로이먼트는 이제 `/admin-deployments/:id` 전용 경로를 갖습니다. 관리자 서빙 페이지에서 디플로이먼트를 열면 URL이 이 경로로 변경되어 디플로이먼트 상세 페이지를 직접 링크하거나 북마크할 수 있습니다.
359
-
:::
360
-
361
360
<a id="prometheus-query-presets"></a>
362
361
363
362
## 프로메테우스 프리셋
@@ -558,7 +557,6 @@ keypair 자원 정책과 마찬가지로 테이블 오른쪽 하단의 '설정 (
558
557
현재 자원 정책 목록을 CSV 파일로 저장하려면 **테이블 오른쪽 하단**의 **CSV로 내보내기(Export CSV)** 액션을 사용합니다. 이는 Keypair, User, Project 자원 정책 탭 모두에 동일하게 적용됩니다. 다른 관리자 목록과의 일관성을 위해 CSV 내보내기 컨트롤이 헤더 영역에서 테이블 하단 오른쪽 툴바로 이동되었습니다.
559
558
560
559

561
-
<!-- TODO: Recapture screenshot of the resource policy list showing the CSV export control at the BAITable bottom-right -->
562
560
563
561

564
562
@@ -834,7 +832,6 @@ Controls의 새로고침 아이콘을 클릭하면 연결된 레지스트리에
834
832
- **SSL 검증(SSL Verification)**: Backend.AI가 레지스트리에 연결할 때 SSL 인증서를 검증할지 여부를 설정합니다. **기본값은 활성화**이며, 공용 인터넷을 통해 접근 가능한 모든 레지스트리에는 활성화 상태를 유지하는 것을 권장합니다. 자체 서명(self-signed) 인증서를 사용하는 신뢰할 수 있는 내부 환경에서 네트워크 경로를 이미 검증한 경우에만 비활성화합니다. 검증을 비활성화하면 중간자(MITM) 공격에 취약해질 수 있으니 주의하세요.
0 commit comments