Project

General

Profile

« Previous | Next » 

Revision 57757

Add logo files for demo funders
-make changes to monitor component according to the mocks
-StakeHolder model:
--add logoUrl
--add recommenderFor in subCategory and Indicator level (for demo)
-StakeHolderCreator(for demo):
--add h2020 & fp7 charts & categories
-
use recommenderfor in order to indicators and subcategories to a stakeholder
-monitor-css: add doubleheader custom css and stakeholderPage

View differences:

sideBar.component.html
1 1
<aside id="sidebar_main">
2
  <div class="sidebar_main_header">
2
  <div *ngIf= "showHeader" class="sidebar_main_header">
3 3
    <div *ngIf="name" class="uk-padding-small">
4 4
      <div class="uk-text-bold">{{name}}</div>
5 5
      <div>Monitor Dashboard</div>
......
10 10
      <div>{{header.dashboard}}</div>
11 11
    </div>
12 12
  </div>
13
  <div class="menu_section">
13
  <div class="menu_section uk-margin-top">
14 14
    <ul>
15 15
      <ng-template ngFor [ngForOf]="items" let-item let-i="index">
16 16
        <li [class.current_section]="isTheActiveMenu(item.route)"

Also available in: Unified diff