mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
update version to clear refresh alert
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
import { DataModel } from 'src/app/services/patch-db/data-model'
|
import { DataModel } from 'src/app/services/patch-db/data-model'
|
||||||
import { Mock } from './api.fixures'
|
import { Mock } from './api.fixures'
|
||||||
import { BUILT_IN_WIDGETS } from '../../pages/widgets/built-in/widgets'
|
import { BUILT_IN_WIDGETS } from '../../pages/widgets/built-in/widgets'
|
||||||
|
const version = require('../../../../../../package.json').version
|
||||||
|
|
||||||
export const mockPatchData: DataModel = {
|
export const mockPatchData: DataModel = {
|
||||||
ui: {
|
ui: {
|
||||||
@@ -37,7 +38,7 @@ export const mockPatchData: DataModel = {
|
|||||||
arch: 'x86_64',
|
arch: 'x86_64',
|
||||||
onionAddress: 'myveryownspecialtoraddress',
|
onionAddress: 'myveryownspecialtoraddress',
|
||||||
id: 'abcdefgh',
|
id: 'abcdefgh',
|
||||||
version: '0.3.6',
|
version,
|
||||||
lastBackup: new Date(new Date().valueOf() - 604800001).toISOString(),
|
lastBackup: new Date(new Date().valueOf() - 604800001).toISOString(),
|
||||||
lanAddress: 'https://adjective-noun.local',
|
lanAddress: 'https://adjective-noun.local',
|
||||||
torAddress: 'https://myveryownspecialtoraddress.onion',
|
torAddress: 'https://myveryownspecialtoraddress.onion',
|
||||||
|
|||||||
Reference in New Issue
Block a user