mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
UI multiple bug fixes (#2072)
* fixes #2071 #2068 * closes #2070 * closes #2046 * fixes #2074 * closes #2045 * closes #2077. Use LAN address instead of IP when opening https
This commit is contained in:
@@ -587,7 +587,8 @@ export class MockApiService extends ApiService {
|
||||
path: `/package-data/${params.id}`,
|
||||
value: {
|
||||
...Mock.LocalPkgs[params.id],
|
||||
state: PackageState.Installing,
|
||||
// state: PackageState.Installing,
|
||||
state: PackageState.Updating,
|
||||
'install-progress': { ...PROGRESS },
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user