Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6129910f

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

Show dialog in login page

re #9628

Zobrazit rozdíly:

frontend/src/features/Navigation/navigationMenuItems.ts
15 15
    // All privileges that can access this menu item
16 16
    accessibleTo: Set<string>
17 17
    icon: OverridableComponent<SvgIconTypeMap<{}, 'svg'>>
18
    position: number
18
    position: number,
19
    isDialog?: boolean
19 20
}
20 21

  
21 22
const visitorRole = 'VISITOR'
......
69 70
        accessibleTo: new Set([visitorRoleOnly]),
70 71
        icon: LoginIcon,
71 72
        position: 5,
73
        isDialog: true
72 74
    },
73 75
    {
74 76
        name: 'Statistics',

Také k dispozici: Unified diff