Skip to content
Snippets Groups Projects
Commit 4b9848ac authored by AndiMajore's avatar AndiMajore
Browse files

removed builds from git; made title editable

parent 32aa2861
No related branches found
No related tags found
No related merge requests found
...@@ -47,4 +47,4 @@ Thumbs.db ...@@ -47,4 +47,4 @@ Thumbs.db
.idea .idea
drugsTone-build drugsTone-build
package-lock.json package-lock.jsondrugsTone-build
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -29,6 +29,7 @@ export type InteractionProteinProteinDB = 'STRING'|'BioGRID'|'APID'; ...@@ -29,6 +29,7 @@ export type InteractionProteinProteinDB = 'STRING'|'BioGRID'|'APID';
export type InteractionDatabase = 'omnipath'; export type InteractionDatabase = 'omnipath';
export interface IConfig { export interface IConfig {
title: string;
legendUrl: string; legendUrl: string;
legendClass: string; legendClass: string;
legendPos: 'left' | 'right'; legendPos: 'left' | 'right';
...@@ -61,6 +62,7 @@ export interface IConfig { ...@@ -61,6 +62,7 @@ export interface IConfig {
*/ */
export const defaultConfig: IConfig = { export const defaultConfig: IConfig = {
title: 'Drugst.one',
legendUrl: '', // 'https://exbio.wzw.tum.de/covex/assets/leg1.png' show legend image if set, otherwise default legend legendUrl: '', // 'https://exbio.wzw.tum.de/covex/assets/leg1.png' show legend image if set, otherwise default legend
legendClass: 'legend', legendClass: 'legend',
legendPos: 'left', legendPos: 'left',
......
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
<header class="card-header"> <header class="card-header">
<p class="card-header-title"> <p class="card-header-title">
Protein-Protein Interaction Network {{myConfig.title}}
</p> </p>
</header> </header>
<div class="card-content fullheight"> <div class="card-content fullheight">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment