mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
(pages/activities) Couple data tweaks
This commit is contained in:
parent
60e9c65505
commit
f470313d72
|
@ -34,7 +34,7 @@ export const activities: Activity[] = [
|
||||||
icon : 'heroicons_solid:refresh',
|
icon : 'heroicons_solid:refresh',
|
||||||
description : 'Your <strong>Docker container</strong> is ready to publish',
|
description : 'Your <strong>Docker container</strong> is ready to publish',
|
||||||
date : moment().subtract(5, 'hours').toISOString(), // 5 hours ago
|
date : moment().subtract(5, 'hours').toISOString(), // 5 hours ago
|
||||||
linkedContent: 'Download the Container',
|
linkedContent: 'Download the container',
|
||||||
link : '.',
|
link : '.',
|
||||||
useRouter : true
|
useRouter : true
|
||||||
},
|
},
|
||||||
|
@ -71,7 +71,8 @@ export const activities: Activity[] = [
|
||||||
description : '<strong>Tina Harris</strong> started a chat with you',
|
description : '<strong>Tina Harris</strong> started a chat with you',
|
||||||
date : moment().subtract(1, 'day').toISOString(), // 1 day ago,
|
date : moment().subtract(1, 'day').toISOString(), // 1 day ago,
|
||||||
linkedContent: 'Go to Chat (Tina Harris)',
|
linkedContent: 'Go to Chat (Tina Harris)',
|
||||||
link : '/apps/chat/5636c0ba-fa47-42ca-9160-27340583041e'
|
link : '/apps/chat/5636c0ba-fa47-42ca-9160-27340583041e',
|
||||||
|
useRouter : true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id : '8f8e1bf9-4661-4939-9e43-390957b60f42',
|
id : '8f8e1bf9-4661-4939-9e43-390957b60f42',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user