Skip to content
Snippets Groups Projects
Commit 8c71d5da authored by AndiMajore's avatar AndiMajore
Browse files

added titles to drugst.one examples; fixed drugst.one plugin version to 1.1.16

parent 1b4fb5b4
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ RUN rm -rf nginx ...@@ -11,7 +11,7 @@ RUN rm -rf nginx
RUN npm run build -- --base-href=/ RUN npm run build -- --base-href=/
FROM nginx:1.23.3-alpine FROM nginx:1.23.4-alpine
RUN apk update RUN apk update
......
This diff is collapsed.
...@@ -10,7 +10,7 @@ import { ThemeService } from 'src/app/services/theme.service'; ...@@ -10,7 +10,7 @@ import { ThemeService } from 'src/app/services/theme.service';
styleUrls: ['./app.component.scss'], styleUrls: ['./app.component.scss'],
}) })
export class AppComponent { export class AppComponent {
public version = "1.1.15" public version = "1.1.16"
public host = "https://drugst.one" public host = "https://drugst.one"
public cdn = "https://cdn.drugst.one" public cdn = "https://cdn.drugst.one"
public backendPath = "https://api.drugst.one/" public backendPath = "https://api.drugst.one/"
......
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
"activateNetworkMenuButtonAdjacentDrugs": false, "activateNetworkMenuButtonAdjacentDrugs": false,
"activateNetworkMenuButtonAdjacentDisorderDrugs": false, "activateNetworkMenuButtonAdjacentDisorderDrugs": false,
"licensedDatasets": true, "licensedDatasets": true,
"physicsOn": true "physicsOn": true,
"title": "Cystic Fibrosis"
}, },
"groups": { "groups": {
"nodeGroups": { "nodeGroups": {
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"physicsOn": true, "physicsOn": true,
"autofillEdges": true, "autofillEdges": true,
"interactionProteinProtein": "NeDRex", "interactionProteinProtein": "NeDRex",
"interactionDrugProtein": "NeDRex" "interactionDrugProtein": "NeDRex",
"title": "Inflammatory Bowel Disease"
}, },
"groups": { "groups": {
"nodeGroups": { "nodeGroups": {
......
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script>
<!-- Latest release (dock1) --> <!-- Latest release (dock1) -->
<script type="text/javascript" src="https://cdn.drugst.one/v1.1.15/prod/drugstone.js"></script> <script type="text/javascript" src="https://cdn.drugst.one/v1.1.16/drugstone.js"></script>
<link rel="stylesheet" href="https://cdn.drugst.one/v1.1.15/prod/styles.css"> <link rel="stylesheet" href="https://cdn.drugst.one/v1.1.16/styles.css">
<!-- <script type="text/javascript" src="https://cdn.drugst.one/nightly/drugstone.js"></script>--> <!-- <script type="text/javascript" src="https://cdn.drugst.one/nightly/drugstone.js"></script>-->
<!-- <link rel="stylesheet" href="https://cdn.drugst.one/nightly/styles.css">--> <!-- <link rel="stylesheet" href="https://cdn.drugst.one/nightly/styles.css">-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment