-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add docker container table #520
Conversation
apps/nextjs/src/app/[locale]/manage/tools/docker/DockerTable.tsx
Outdated
Show resolved
Hide resolved
Include container actions and state badges
This commit refactors the DockerSingleton class in the `docker.ts` file to use the `host` and `instance` properties instead of the previous `key` and `remoteApi` properties. This change improves clarity and consistency in the codebase.
This commit enhances the DockerTable component in the `DockerTable.tsx` file by adding an Avatar and Name column. The Avatar column displays an icon based on the Docker container's image, while the Name column shows the container's name. This improvement provides better visual representation and identification of the containers in the table.
One think I'm not sure about is why you used a black background arround the table and all? |
This is not entirely ready, I need to think about other stuff |
Maybe we can merge this pull request just as |
It's fine as is, I don't think anyone has time to read the commit history of every file x) |
Let's merge, I'll add to it later |
Homarr
Thank you for your contribution. Please ensure that your pull request meets the following pull request:
pnpm buid
, autofix withpnpm format:fix
)dev
branchx
,y
,i
or any abbrevation)