ui: add Fedora column to package version table
Some checks are pending
deploy-ui / build-and-deploy (push) Waiting to run

This commit is contained in:
2026-07-02 07:52:25 +00:00
parent c341f7dd4d
commit 018ff231fe

View File

@@ -50,6 +50,7 @@ export function PackageDetail() {
<thead>
<tr>
<th>Version</th>
<th>Fedora</th>
<th>Channel</th>
<th>Size</th>
<th>Built</th>
@@ -62,6 +63,9 @@ export function PackageDetail() {
<td>
{pkg.version}-{pkg.release}
</td>
<td>
<Badge bg="secondary">fc{pkg.releasever}</Badge>
</td>
<td>
<Badge bg={pkg.channel === "stable" ? "success" : "warning"}>
{pkg.channel}