mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +00:00
show available marketplace updates in menu (#1613)
* show service updates in menu
This commit is contained in:
@@ -14,6 +14,15 @@ export const mockPatchData: DataModel = {
|
||||
'auto-check-updates': true,
|
||||
'pkg-order': [],
|
||||
'ack-welcome': '1.0.0',
|
||||
marketplace: {
|
||||
'selected-id': '1234',
|
||||
'known-hosts': {
|
||||
'1234': {
|
||||
name: 'Dark9',
|
||||
url: 'https://test-marketplace.com',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'server-info': {
|
||||
id: 'abcdefgh',
|
||||
|
||||
Reference in New Issue
Block a user