Skip to content

Commit

Permalink
iva-app: Using new welcome page component #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Dec 3, 2024
1 parent 2d5d853 commit dbb3b70
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/sites/iva/iva-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ import "../../webcomponents/commons/layout/layout-primary-bar.js";
import "../../webcomponents/commons/layout/layout-secondary-bar.js";
import "../../webcomponents/commons/layout/layout-sidebar.js";

import "../../webcomponents/commons/pages/welcome-page.js";

import "../../webcomponents/clinical/rga/rga-browser.js";

import OpencgaCatalogUtils from "../../core/clients/opencga/opencga-catalog-utils";
Expand Down Expand Up @@ -932,14 +934,11 @@ class IvaApp extends LitElement {
switch (this.tool) {
case "home":
content = html`
<div class="d-flex justify-content-center">
<custom-welcome
.app="${this.app}"
.config="${this.config}"
.opencgaSession="${this.opencgaSession}"
.version="${this.config.version}">
</custom-welcome>
</div>
<welcome-page
.app="${this.app}"
.opencgaSession="${this.opencgaSession}"
.config="${this.config}">
</welcome-page>
`;
break;
case "dahsboard":
Expand Down

0 comments on commit dbb3b70

Please sign in to comment.