diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-10-17 16:58:28 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-10-17 16:58:28 +0200 |
| commit | 5ee58c1c0699530612dcd2abcb2a07f041f0fca9 (patch) | |
| tree | 5e7c14faee2bcbc95d9fbb746fc1193382837c85 /spec/javascripts/registry | |
| parent | 57d331d7514f36d5805a68ac7523d6a075d3e7a7 (diff) | |
| download | gitlab-ce-5ee58c1c0699530612dcd2abcb2a07f041f0fca9.tar.gz | |
Add short_revision and use total_size
Diffstat (limited to 'spec/javascripts/registry')
| -rw-r--r-- | spec/javascripts/registry/mock_data.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/javascripts/registry/mock_data.js b/spec/javascripts/registry/mock_data.js index 18600d00bff..3a5ed787dd4 100644 --- a/spec/javascripts/registry/mock_data.js +++ b/spec/javascripts/registry/mock_data.js @@ -26,7 +26,7 @@ export const registryServerResponse = [ name: 'centos7', short_revision: 'b118ab5b0', revision: 'b118ab5b0e90b7cb5127db31d5321ac14961d097516a8e0e72084b6cdc783b43', - size: 679, + total_size: 679, layers: 19, location: 'location', created_at: 1505828744434, @@ -36,7 +36,7 @@ export const registryServerResponse = [ name: 'centos6', short_revision: 'b118ab5b0', revision: 'b118ab5b0e90b7cb5127db31d5321ac14961d097516a8e0e72084b6cdc783b43', - size: 679, + total_size: 679, layers: 19, location: 'location', created_at: 1505828744434, |
