loading polish

This commit is contained in:
Drew Ansbacher
2021-06-30 17:31:57 -06:00
committed by Aiden McClelland
parent 834de9ab54
commit 412c10a859
6 changed files with 90 additions and 51 deletions

View File

@@ -14,14 +14,16 @@ export class MockApiService extends ApiService {
async getState() {
await pauseFor(2000)
return {
'data-drive': null,
// {
// logicalname: 'name1',
// labels: ['label 1', 'label 2'],
// capacity: 1600,
// used: 200,
// },
'recovery-drive': null,
'data-drive':
// null,
{
logicalname: 'name1',
labels: ['label 1', 'label 2'],
capacity: 1600,
used: 200,
},
'recovery-drive':
null,
// {
// logicalname: 'name1',
// version: '0.3.3',