ui: add Fedora column to package version table
Some checks are pending
deploy-ui / build-and-deploy (push) Waiting to run
Some checks are pending
deploy-ui / build-and-deploy (push) Waiting to run
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user