lablup / backend.ai-webui

Backend.AI Web UI for web / desktop app (Windows/Linux/macOS). Backend.AI Web UI provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics.
https://www.backend.ai
GNU Lesser General Public License v3.0
110 stars 73 forks source link

Container log modal using a paginated API and React #2798

Open yomybaby opened 1 month ago

yomybaby commented 4 days ago

The log modal has already been migrated to React as shown in https://github.com/lablup/backend.ai-webui/pull/2793. However, after supporting the paginated API, it needs to be used in this issue.