[Monitor Dashboard | Trunk]: Add b2note production url

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@60163 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantinos Triantafyllou 2020-12-18 11:08:11 +00:00
parent 08cd0a90cd
commit 71d4a51cc6
4 changed files with 4 additions and 4 deletions

View File

@ -295,7 +295,7 @@
(click)="removeJsonPath(i, j)">
<icon name="close"></icon>
</span>
<span class="uk-text-center uk-margin-left">
<span class="uk-text-center uk-margin-left">
<icon *ngIf="indicator.defaultId === null || j < (getJsonPath(i).controls.length - 1)" name="arrow_right"></icon>
</span>
</div>

View File

@ -118,5 +118,5 @@ export let properties: EnvProperties = {
lastIndexUpdate: "2019-08-07",
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
b2noteAPIURL: "http://b2note-dev.bsc.es/"
b2noteAPIURL: 'https://b2note.eudat.eu/'
};

View File

@ -118,5 +118,5 @@ export let properties: EnvProperties = {
lastIndexUpdate: "2019-07-24",
indexInfoAPI: "http://services.openaire.eu/openaire/info/",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
b2noteAPIURL: "http://b2note-dev.bsc.es/"
b2noteAPIURL: 'https://b2note.eudat.eu/'
}

View File

@ -106,5 +106,5 @@ export let properties: EnvProperties = {
lastIndexUpdate: "2019-05-16",
indexInfoAPI: "http://beta.services.openaire.eu/openaire/info/",
altMetricsAPIURL: "https://api.altmetric.com/v1/doi/",
b2noteAPIURL: "http://b2note-dev.bsc.es/"
b2noteAPIURL: 'https://b2note.eudat.eu/'
};