Skip to content

Commit

Permalink
iva: Update apps configuration #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Nov 20, 2024
1 parent 04ac6b2 commit 99149a1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/sites/iva/conf/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,14 +318,13 @@ const SUITE = {
},
custom: "", // Optionally, a custom footer can be added.
},
// The order, title and nested submenus are respected
apps: [
{
id: "iva",
name: "Variant Analysis",
id: "research",
name: "Research",
icon: "fa-flask",
logo: "img/tools/icons/variant_browser_white.svg",
logoAlt: "img/tools/icons/variant_browser.svg",
icon: "img/tools/icons/variant_browser.svg",
visibility: "public",
welcomePage: {
display: {
Expand Down Expand Up @@ -713,10 +712,10 @@ const SUITE = {
},
{
id: "clinical",
name: "Clinical Analysis",
name: "Clinical",
icon: "fa-stethoscope",
logo: "img/tools/icons/interpretation_portal_white.svg",
logoAlt: "img/tools/icons/interpretation_portal.svg",
icon: "img/tools/icons/interpretation_portal.svg",
visibility: "public",
welcomePage: {
title: "Clinical Analysis",
Expand Down Expand Up @@ -794,9 +793,9 @@ const SUITE = {
{
id: "admin",
name: "Admin",
icon: "fa-user-cog",
logo: "img/tools/icons/file_explorer_white.svg",
logoAlt: "img/tools/icons/file_explorer.svg",
icon: "img/tools/icons/file_explorer.svg",
visibility: "public",
welcomePage: {
display: {
Expand Down

0 comments on commit 99149a1

Please sign in to comment.