Skip to content
Snippets Groups Projects
Commit 88c2d2c8 authored by AndiMajore's avatar AndiMajore
Browse files

removed obsolete columns from selection table

parent 2b81976d
Branches
Tags
No related merge requests found
......@@ -410,13 +410,13 @@
<tr>
<td>Label</td>
<td>Group</td>
<td *ngIf="drugstoneConfig.currentConfig().identifier !== 'symbol'">
Symbol
</td>
<td *ngIf="drugstoneConfig.currentConfig().identifier !== 'uniprot'">
Uniprot
</td>
<td>Actions</td>
<!-- <td *ngIf="drugstoneConfig.currentConfig().identifier !== 'symbol'">-->
<!-- Symbol-->
<!-- </td>-->
<!-- <td *ngIf="drugstoneConfig.currentConfig().identifier !== 'uniprot'">-->
<!-- Uniprot-->
<!-- </td>-->
<td style="text-align: center">Actions</td>
</tr>
</thead>
<tbody class="overflow">
......@@ -433,16 +433,16 @@
}}
</p>
</td>
<td *ngIf="drugstoneConfig.currentConfig().identifier !== 'symbol'">
<p>{{ p.data.symbol }}</p>
</td>
<td
*ngIf="drugstoneConfig.currentConfig().identifier !== 'uniprot'"
class="uniprot"
title="{{ p.data.uniprot }}"
>
<p>{{ p.data.uniprot }}</p>
</td>
<!-- <td *ngIf="drugstoneConfig.currentConfig().identifier !== 'symbol'">-->
<!-- <p>{{ p.data.symbol }}</p>-->
<!-- </td>-->
<!-- <td-->
<!-- *ngIf="drugstoneConfig.currentConfig().identifier !== 'uniprot'"-->
<!-- class="uniprot"-->
<!-- title="{{ p.data.uniprot }}"-->
<!-- >-->
<!-- <p>{{ p.data.uniprot }}</p>-->
<!-- </td>-->
<td style="text-align: center">
<button
(click)="analysis.removeItems([p])"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment