Skip to content

Commit

Permalink
Merge branch 'main' into florian
Browse files Browse the repository at this point in the history
  • Loading branch information
Graulitard authored and GitHub committed Aug 19, 2024
2 parents 28197fb + 59a3432 commit 6befe4d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoredeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Server auto deploy
on:
push:
branches: ["main"]
workflow_dispatch:

jobs:
docker-build:
Expand Down
6 changes: 3 additions & 3 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions frontend/src/app/satellites/SatelliteResponsiveTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default function SatelliteResponsiveTable({
}
: {})}
>

<TableCell className="px-6">
{satellite.attributes?.name}
</TableCell>
Expand Down

0 comments on commit 6befe4d

Please sign in to comment.