Bläddra i källkod

bugFix: relative url for destination.

tags/2.037
Patrick Sun 5 år sedan
förälder
incheckning
f5553ff505
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      src/app/main-menu-items.ts

+ 2
- 2
src/app/main-menu-items.ts Visa fil

@@ -7,9 +7,9 @@ export const mainMenuItems: any[] = [
text: 'SFM',
icon: 'more-vertical',
items: [
{ text: 'Summary', icon: 'calculator', url: '/#/dashboard'},
{ text: 'Summary', icon: 'calculator', url: './#dashboard'},
{ text: '--', separator: "true" },
{ text: 'Logout', icon: 'logout', url: '/#/login'}]
{ text: 'Logout', icon: 'logout', url: './#login'}]
},
{
text: 'Loans',

Laddar…
Avbryt
Spara