diff --git a/src/app/pages/explorer-page/explorer-page.component.html b/src/app/pages/explorer-page/explorer-page.component.html
index 8715dc563b1f1c15bd6992b19450d4e07bf95c7e..efdfcc9971f40895869a711da9fc1e973e0abbbd 100644
--- a/src/app/pages/explorer-page/explorer-page.component.html
+++ b/src/app/pages/explorer-page/explorer-page.component.html
@@ -364,12 +364,19 @@
           <table class="table" *ngIf="analysis.getCount() > 0">
             <thead>
             <tr>
-              <td>AC</td>
+              <td>Type</td>
+              <td>Name</td>
               <td>Actions</td>
             </tr>
             </thead>
             <tbody>
             <tr *ngFor="let p of analysis.getSelection()">
+               <td>
+                   <span class="icon">
+                      <i class="fa fa-dna" *ngIf="p.type == 'Host Protein'"></i>
+                      <i class="fa fa-virus" *ngIf="p.type =='Viral Protein'"></i>
+                    </span>
+              </td>
               <td>{{p.name}}</td>
               <td>
                 <button (click)="analysis.removeItem(p.name)" class="button is-small is-danger is-outlined">