Project

General

Profile

« Previous | Next » 

Revision 58909

[MOnitor Dashboard|Trunk]

Indicator utils:
support highmaps
make code more generic (eliminate using library name in if-then-else)
properties:
update with proper login service
remove routing to 'ec' when no stakeholder defined

View differences:

monitor-routing.module.ts
8 8
@NgModule({
9 9
  imports: [
10 10
    RouterModule.forChild([
11
      { path: '', redirectTo: '/ec', pathMatch: 'full'},
11
      { path: '', redirectTo: '/admin', pathMatch: 'full'},
12 12
      {
13 13
        path: ':stakeholder',
14 14
        component: MonitorComponent,

Also available in: Unified diff