]> git.ipfire.org Git - pbs.git/commit
frontend: Add an empty page to show the builds
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Jul 2025 12:29:07 +0000 (12:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 15 Jul 2025 12:29:07 +0000 (12:29 +0000)
commit14bd8d15ae756fc6633e96441900766728f774c8
treead463cdbb800b8f46255e89b5b4e4dab739459f8
parent5b7b26f05792617e45b6391aeb1aa97cc26f09f4
frontend: Add an empty page to show the builds

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
frontend/src/api/builds.ts [new file with mode: 0644]
frontend/src/components/BuildHeader.vue [new file with mode: 0644]
frontend/src/composables/builds.ts [new file with mode: 0644]
frontend/src/router/index.ts
frontend/src/views/BuildView.vue [new file with mode: 0644]
src/buildservice/builds.py