mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
loading polish
This commit is contained in:
committed by
Aiden McClelland
parent
834de9ab54
commit
412c10a859
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user