Commit 574aed28 authored by Emily Ring's avatar Emily Ring

Cleanup mock_data file after rebase with master

parent bb3c3843
...@@ -134,6 +134,28 @@ export const environmentsList = [ ...@@ -134,6 +134,28 @@ export const environmentsList = [
]; ];
export const serverDataList = [ export const serverDataList = [
{
name: 'DEV',
size: 1,
latest: {
name: 'DEV',
environment_type: null,
created_at: '2017-01-31T10:53:46.894Z',
updated_at: '2017-01-31T10:53:46.894Z',
...sharedEnvironmentData(7),
},
},
{
name: 'build',
size: 5,
latest: {
name: 'build/update-README',
environment_type: 'build',
created_at: '2017-02-01T19:42:18.400Z',
updated_at: '2017-02-01T19:42:18.400Z',
...sharedEnvironmentData(12),
},
},
{ {
name: 'build', name: 'build',
size: 1, size: 1,
...@@ -145,5 +167,4 @@ export const serverDataList = [ ...@@ -145,5 +167,4 @@ export const serverDataList = [
...sharedEnvironmentData(15), ...sharedEnvironmentData(15),
}, },
}, },
...environmentsList,
]; ];
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment