add session id in interface
This commit is contained in:
parent
bdd65e163e
commit
4f0ebb1d48
@ -10,6 +10,7 @@ import { GoGetSessions } from 'src/app/services/go';
|
||||
export class MenuSessionsComponent implements OnInit {
|
||||
fakeSessions: Session[] = [
|
||||
{
|
||||
skirdaSessionId: 'a',
|
||||
gameId: 'minecraft-001',
|
||||
icon: '/assets/games/minecraft/icon.png',
|
||||
title: 'Minecraft',
|
||||
@ -18,6 +19,7 @@ export class MenuSessionsComponent implements OnInit {
|
||||
expires: new Date('2022-10-30'),
|
||||
},
|
||||
{
|
||||
skirdaSessionId: 'b',
|
||||
gameId: 'minecraft-002',
|
||||
icon: '/assets/games/garrysmod/icon.png',
|
||||
title: 'Minecraft 2',
|
||||
@ -25,6 +27,7 @@ export class MenuSessionsComponent implements OnInit {
|
||||
expires: new Date('2022-10-27T20:00:00'),
|
||||
},
|
||||
{
|
||||
skirdaSessionId: 'c',
|
||||
gameId: 'minecraft-003',
|
||||
icon: '/assets/games/minecraft/icon.png',
|
||||
title: 'Minecraft 3',
|
||||
|
Loading…
Reference in New Issue
Block a user