Explorar el Código

bugFix: relative url for destination.

tags/2.037
Patrick Sun hace 5 años
padre
commit
f5553ff505
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      src/app/main-menu-items.ts

+ 2
- 2
src/app/main-menu-items.ts Ver fichero

@@ -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',

Cargando…
Cancelar
Guardar