Skip to content

Commit

Permalink
iva-app: Remove icon of workflow manager header #TASK-7216 #TASK-7100
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Dec 20, 2024
1 parent 9117bb5 commit a40a8f2
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/sites/iva/iva-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -1349,15 +1349,10 @@ class IvaApp extends LitElement {
break;
case "workflow-manager":
content = html`
<tool-header
title="Workflow Manager"
icon="fas fa-stream">
</tool-header>
<div class="content">
<workflow-manager
.opencgaSession="${this.opencgaSession}">
</workflow-manager>
</div>
<tool-header title="Workflow Manager"></tool-header>
<workflow-manager
.opencgaSession="${this.opencgaSession}">
</workflow-manager>
`;
break;
case "cat-browser":
Expand Down

0 comments on commit a40a8f2

Please sign in to comment.