Skip to content
Snippets Groups Projects
Commit 89cbf21b authored by AndiMajore's avatar AndiMajore
Browse files

merged with scrollable parameter tab

parents 3aebf0bf 4f99fcbb
No related branches found
No related tags found
No related merge requests found
<div *ngIf="token">
<div class="card analysis analysis-view" [ngClass]="{ fullscreen: fullscreen }">
<div
class="card analysis analysis-view"
[ngClass]="{ fullscreen: fullscreen }"
>
<header class="card-header">
<p class="card-header-title">
<app-fa-solid-icon icon="flask"></app-fa-solid-icon>
......@@ -116,7 +119,6 @@
*ngIf="task && task.info.done"
[class.is-visible]="tab === 'meta'"
>
<div *ngIf="task">
<div class="columns m-1">
<div class="column content">
<h4 class="is-4 has-text-weight-bold">
......@@ -140,9 +142,7 @@
<table class="table parameter-table">
<tbody>
<tr
*ngIf="
result && result.geneInteractionDataset !== undefined
"
*ngIf="result && result.geneInteractionDataset !== undefined"
>
<td>Protein-Protein Interaction Dataset</td>
<td>
......@@ -151,9 +151,7 @@
</td>
</tr>
<tr
*ngIf="
result && result.drugInteractionDataset !== undefined
"
*ngIf="result && result.drugInteractionDataset !== undefined"
>
<td>Protein-Drug Interaction Dataset</td>
<td>
......@@ -337,7 +335,6 @@
</div>
</div>
</div>
</div>
<div class="tab-content" [class.is-visible]="tab === 'network'">
<!-- network start -->
......
......@@ -30,6 +30,8 @@
.parameter-table, .parameter-tab {
width: 100% !important;
overflow-y: scroll;
height: 100%;
}
.tab-content {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment