diff --git a/src/app/manageStakeholders/manageStakeholders.component.html b/src/app/manageStakeholders/manageStakeholders.component.html index a5b143e..d515a1a 100644 --- a/src/app/manageStakeholders/manageStakeholders.component.html +++ b/src/app/manageStakeholders/manageStakeholders.component.html @@ -122,7 +122,7 @@
diff --git a/src/app/openaireLibrary b/src/app/openaireLibrary index 3559b7a..0c4df8a 160000 --- a/src/app/openaireLibrary +++ b/src/app/openaireLibrary @@ -1 +1 @@ -Subproject commit 3559b7a7caab5424f9a41974bc5978990d5cba73 +Subproject commit 0c4df8a34dd4f518353c5924238eca9d2cf0a91e diff --git a/src/app/topic/indicators.component.html b/src/app/topic/indicators.component.html index c6db365..9a99a44 100644 --- a/src/app/topic/indicators.component.html +++ b/src/app/topic/indicators.component.html @@ -217,7 +217,7 @@
@@ -325,7 +325,7 @@
-
@@ -416,7 +416,7 @@
- + You are about to delete "{{indicator.name ? indicator.name : indicator.indicatorPaths[0].parameters.title}}" indicator permanently.
@@ -440,7 +440,7 @@ Indicators of all profiles based on this default indicator, will not be marked as copied from default anymore. Are you sure you want to proceed? --> - + You are about to delete this section and its indicators permanently.
Sections of all profiles based on this default section and their contents, will be deleted as well. diff --git a/src/app/topic/indicators.component.ts b/src/app/topic/indicators.component.ts index 1df9207..0677457 100644 --- a/src/app/topic/indicators.component.ts +++ b/src/app/topic/indicators.component.ts @@ -11,7 +11,8 @@ import { } from "@angular/core"; import { Indicator, - IndicatorPath, IndicatorSize, + IndicatorPath, + IndicatorSize, IndicatorType, Section, Stakeholder, @@ -25,18 +26,16 @@ import {HelperFunctions} from "../openaireLibrary/utils/HelperFunctions.class"; import {DomSanitizer, SafeResourceUrl} from "@angular/platform-browser"; import {Reorder, StakeholderService} from "../openaireLibrary/monitor/services/stakeholder.service"; import {EnvProperties} from "../openaireLibrary/utils/properties/env-properties"; -import {Observable, Subscriber, Subscription} from "rxjs"; +import {Observable, Subscriber} from "rxjs"; import {LayoutService} from "../openaireLibrary/dashboard/sharedComponents/sidebar/layout.service"; import {Router} from "@angular/router"; import {Role, Session, User} from "../openaireLibrary/login/utils/helper.class"; -import {UserManagementService} from "../openaireLibrary/services/user-management.service"; import {StringUtils} from "../openaireLibrary/utils/string-utils.class"; import {Notification} from "../openaireLibrary/notifications/notifications"; import {NotificationUtils} from "../openaireLibrary/notifications/notification-utils"; import {NotifyFormComponent} from "../openaireLibrary/notifications/notify-form/notify-form.component"; import {NotificationService} from "../openaireLibrary/notifications/notification.service"; import {properties} from "../../environments/environment"; -import {response} from "express"; import {NotificationHandler} from "../openaireLibrary/utils/notification-handler"; declare var UIkit; diff --git a/src/app/topic/topic.component.html b/src/app/topic/topic.component.html index e232217..ba4981c 100644 --- a/src/app/topic/topic.component.html +++ b/src/app/topic/topic.component.html @@ -228,14 +228,14 @@ [stakeholder]="stakeholder" [changed]="change.asObservable()">
- + You are about to delete "{{element.name}}" {{type}} permanently.
{{getPluralTypeName()}} of all profiles based on this default {{type}}, will be deleted as well.
Are you sure you want to proceed?
- +
diff --git a/src/assets/monitor-dashboard-custom.less b/src/assets/monitor-dashboard-custom.less index 3340728..c6bdb08 100644 --- a/src/assets/monitor-dashboard-custom.less +++ b/src/assets/monitor-dashboard-custom.less @@ -7,6 +7,7 @@ /** Background*/ @background-primary-background: @monitor-color; + @background-primary-background-gradient: none; /** Buttons */ @button-primary-background: @monitor-color; diff --git a/src/assets/openaire-theme b/src/assets/openaire-theme index fd011da..4fca369 160000 --- a/src/assets/openaire-theme +++ b/src/assets/openaire-theme @@ -1 +1 @@ -Subproject commit fd011da60787dd864295b55b30dd43ac064266d3 +Subproject commit 4fca369b2e4f4f2c2689e0efc501d2c548dfeb68