Skip to content
Snippets Groups Projects
Commit 5a45abc1 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '264-remove-all-static-references-to-lux1-atcomp-pl' into 'development'

Resolve "remove all static references to lux1.atcomp.pl"

Closes #264

See merge request !189
parents f0fca3eb b79819c5
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!189Resolve "remove all static references to lux1.atcomp.pl"
Pipeline #89402 passed
...@@ -19,9 +19,9 @@ const { ...@@ -19,9 +19,9 @@ const {
}); });
setLegend([ setLegend([
'https://lux1.atcomp.pl//minerva/resources/images/legend_d.png', 'https://pdmap.uni.lu/minerva/resources/images/legend_d.png',
'https://lux1.atcomp.pl//minerva/resources/images/legend_a.png', 'https://pdmap.uni.lu/minerva/resources/images/legend_a.png',
'https://lux1.atcomp.pl//minerva/resources/images/legend_b.png', 'https://pdmap.uni.lu/minerva/resources/images/legend_b.png',
]); ]);
``` ```
......
...@@ -19,9 +19,9 @@ import { Legend } from './Legend.component'; ...@@ -19,9 +19,9 @@ import { Legend } from './Legend.component';
const PLUGIN_ID = '1'; const PLUGIN_ID = '1';
const PLUGIN_NAME = 'Plugin Custom Name'; const PLUGIN_NAME = 'Plugin Custom Name';
const LEGEND_IMAGES = [ const LEGEND_IMAGES = [
'https://lux1.atcomp.pl//minerva/resources/images/legend_d.png', 'https://pdmap.uni.lu/minerva/resources/images/legend_d.png',
'https://lux1.atcomp.pl//minerva/resources/images/legend_a.png', 'https://pdmap.uni.lu/minerva/resources/images/legend_a.png',
'https://lux1.atcomp.pl//minerva/resources/images/legend_b.png', 'https://pdmap.uni.lu/minerva/resources/images/legend_b.png',
]; ];
jest.mock('../../../redux/legend/legend.selectors', () => ({ jest.mock('../../../redux/legend/legend.selectors', () => ({
......
...@@ -11,6 +11,6 @@ export const ZOD_SEED = parseInt(process.env.ZOD_SEED || '123', 10); ...@@ -11,6 +11,6 @@ export const ZOD_SEED = parseInt(process.env.ZOD_SEED || '123', 10);
export const BIO_ENTITY = 'bioEntity'; export const BIO_ENTITY = 'bioEntity';
export const DRUGS_CHEMICALS = ['drugs', 'chemicals']; export const DRUGS_CHEMICALS = ['drugs', 'chemicals'];
export const MINERVA_WEBSITE_URL = 'https://minerva.pages.uni.lu/doc/'; export const MINERVA_WEBSITE_URL = 'https://minerva.pages.uni.lu/doc/';
export const API_DOCS_URL = 'https://lux1.atcomp.pl/minerva/docs/'; export const API_DOCS_URL = `${BASE_API_URL}/../docs/`;
export const ADMIN_PANEL_URL = getConfigValue('ADMIN_PANEL_URL'); export const ADMIN_PANEL_URL = getConfigValue('ADMIN_PANEL_URL');
export const CURRENT_PROJECT_ADMIN_PANEL_URL = `${ADMIN_PANEL_URL}?id=${PROJECT_ID}`; export const CURRENT_PROJECT_ADMIN_PANEL_URL = `${ADMIN_PANEL_URL}?id=${PROJECT_ID}`;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment