]> git.ipfire.org Git - pbs.git/commit
frontend: Add a simple page that lists all available mirrors
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jul 2025 08:48:14 +0000 (08:48 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Jul 2025 08:48:14 +0000 (08:48 +0000)
commit3db24af7f0d6125772d43d398d1467c37e21d8aa
treef91b457463bc1e81b260179eec69b202a654aae0
parent972d40b6cf547777977ac7d1dd4281ccc9000110
frontend: Add a simple page that lists all available mirrors

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
frontend/src/App.vue
frontend/src/api/mirrors.ts [new file with mode: 0644]
frontend/src/router/index.ts
frontend/src/types/Mirror.ts [new file with mode: 0644]
frontend/src/views/MirrorsView.vue [new file with mode: 0644]