mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
ui: 🎨 replace front-end "id" information with repositoryName
This commit is contained in:
parent
0f03b26a63
commit
62aedfa1e1
3 changed files with 9 additions and 9 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue