mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
default to all category and fix rounding for progress (#2682)
* default to all category and fix rounding for progress * Update install-progress.pipe.ts
This commit is contained in:
@@ -450,7 +450,7 @@ export module Mock {
|
||||
},
|
||||
},
|
||||
},
|
||||
categories: ['lightning', 'featured'],
|
||||
categories: ['lightning'],
|
||||
otherVersions: {
|
||||
'0.18.0:0.0.1': {
|
||||
releaseNotes: 'Upstream release and minor fixes.',
|
||||
@@ -506,7 +506,7 @@ export module Mock {
|
||||
},
|
||||
},
|
||||
},
|
||||
categories: ['lightning', 'featured'],
|
||||
categories: ['lightning'],
|
||||
otherVersions: {
|
||||
'0.18.0:0.0.1': {
|
||||
releaseNotes: 'Upstream release and minor fixes.',
|
||||
@@ -684,7 +684,7 @@ export module Mock {
|
||||
},
|
||||
},
|
||||
},
|
||||
categories: ['lightning', 'featured'],
|
||||
categories: ['lightning'],
|
||||
otherVersions: {
|
||||
'0.17.5:0': {
|
||||
releaseNotes: 'Upstream release to 0.17.5',
|
||||
|
||||
Reference in New Issue
Block a user