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>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Version</th>
|
<th>Version</th>
|
||||||
|
<th>Fedora</th>
|
||||||
<th>Channel</th>
|
<th>Channel</th>
|
||||||
<th>Size</th>
|
<th>Size</th>
|
||||||
<th>Built</th>
|
<th>Built</th>
|
||||||
@@ -62,6 +63,9 @@ export function PackageDetail() {
|
|||||||
<td>
|
<td>
|
||||||
{pkg.version}-{pkg.release}
|
{pkg.version}-{pkg.release}
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
<Badge bg="secondary">fc{pkg.releasever}</Badge>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<Badge bg={pkg.channel === "stable" ? "success" : "warning"}>
|
<Badge bg={pkg.channel === "stable" ? "success" : "warning"}>
|
||||||
{pkg.channel}
|
{pkg.channel}
|
||||||
|
|||||||
Reference in New Issue
Block a user