ui: 🎨 replace front-end "id" information with repositoryName

This commit is contained in:
Ravinou 2025-05-18 11:02:25 +02:00
commit 62aedfa1e1
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7
3 changed files with 9 additions and 9 deletions

View file

@ -116,7 +116,7 @@ export default function Repo(props: RepoProps) {
</thead>
<tbody>
<tr>
<th>{props.repositoryName} #{props.id}</th>
<th>{props.repositoryName}</th>
<th>{props.storageSize} GB</th>
<th style={{ padding: '0 4% 0 4%' }}>
<StorageBar storageUsed={props.storageUsed} storageSize={props.storageSize} />