From 88c2d2c8240b0ffc81730510cdd28d8263bb0641 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Fri, 10 Mar 2023 10:31:11 +0100 Subject: [PATCH] removed obsolete columns from selection table --- .../explorer-page.component.html | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/pages/explorer-page/explorer-page.component.html b/src/app/pages/explorer-page/explorer-page.component.html index e2c36217..6b2d7ded 100644 --- a/src/app/pages/explorer-page/explorer-page.component.html +++ b/src/app/pages/explorer-page/explorer-page.component.html @@ -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])" -- GitLab