mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: size copies.
This commit is contained in:
@@ -71,7 +71,6 @@
|
||||
width: 150,
|
||||
format: 'datetime'
|
||||
},
|
||||
|
||||
{
|
||||
id: 'buildTime',
|
||||
title: 'Build time',
|
||||
@@ -96,7 +95,7 @@
|
||||
},
|
||||
{
|
||||
id: 'size',
|
||||
title: 'Size',
|
||||
title: 'Source size',
|
||||
type: 'integer',
|
||||
show: true,
|
||||
width: 140,
|
||||
|
||||
@@ -50,7 +50,7 @@ export const columns = writable<Column[]>([
|
||||
},
|
||||
{
|
||||
id: 'size',
|
||||
title: 'Total size',
|
||||
title: 'Source size',
|
||||
type: 'integer',
|
||||
show: true,
|
||||
width: 140,
|
||||
|
||||
Reference in New Issue
Block a user