From fd0adb76826262bc4ca574e16e6cad4e71e39976 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 19 Jun 2019 08:14:38 +0000 Subject: [PATCH] [Admin|Trunk]: Statistics: toggle value on change follows element value. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56112 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/pages/stats/stats.component.html | 153 +++++++---------------- 1 file changed, 48 insertions(+), 105 deletions(-) diff --git a/src/app/pages/stats/stats.component.html b/src/app/pages/stats/stats.component.html index 50a557d..e7dfc9e 100644 --- a/src/app/pages/stats/stats.component.html +++ b/src/app/pages/stats/stats.component.html @@ -75,14 +75,16 @@ In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['total'].showInMonitor; + toggleShowInMonitor(entity,'numbers','total')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['total'].showInDashboard; + toggleShowInDashboard(entity,'numbers','total')"> @@ -111,14 +113,16 @@ In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['project'].showInMonitor; + toggleShowInMonitor(entity,'numbers','project')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['project'].showInDashboard; + toggleShowInDashboard(entity,'numbers','project')"> @@ -147,14 +151,16 @@ In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['open'].showInMonitor; + toggleShowInMonitor(entity,'numbers','open')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['open'].showInDashboard; + toggleShowInDashboard(entity,'numbers','open')"> @@ -183,14 +189,16 @@ In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['closed'].showInMonitor; + toggleShowInMonitor(entity,'numbers','closed')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['closed'].showInDashboard; + toggleShowInDashboard(entity,'numbers','closed')"> @@ -219,14 +227,16 @@ In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['restricted'].showInMonitor; + toggleShowInMonitor(entity,'numbers','restricted')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['restricted'].showInDashboard; + toggleShowInDashboard(entity,'numbers','restricted')"> @@ -255,14 +265,16 @@ In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['embargo'].showInMonitor; + toggleShowInMonitor(entity,'numbers','embargo')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].numbers.map['embargo'].showInDashboard; + toggleShowInDashboard(entity,'numbers','embargo')"> @@ -270,70 +282,6 @@ - -
In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['timeline'].showInMonitor; + toggleShowInMonitor(entity,'charts','timeline')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['timeline'].showInDashboard; + toggleShowInDashboard(entity,'charts','timeline')">
-
+ (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['graph'].showInMonitor; + toggleShowInMonitor(entity,'charts','graph')"> In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['graph'].showInDashboard; + toggleShowInDashboard(entity,'charts','graph')"> @@ -500,19 +435,23 @@ In Graph Analysis + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectColumn'].showInMonitor; + toggleShowInMonitor(entity,'charts','projectColumn')"> + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectPie'].showInMonitor; + toggleShowInMonitor(entity,'charts','projectPie')"> + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectTable'].showInMonitor; + toggleShowInMonitor(entity,'charts','projectTable')"> + (change)="$event.checked = showAllInMonitor; + toggleShowAllInMonitor(entity)"> @@ -520,19 +459,23 @@ In Overview + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectColumn'].showInDashboard; + toggleShowInDashboard(entity,'charts','projectColumn')"> + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectPie'].showInDashboard; + toggleShowInDashboard(entity,'charts','projectPie')"> + (change)="$event.checked = statisticsDisplay.entities[entity].charts.map['projectTable'].showInDashboard; + toggleShowInDashboard(entity,'charts','projectTable')"> + (change)="$event.checked = showAllInDashboard; + toggleShowAllInDashboard(entity)">