From 02a209a1a7eaa805a0d517aece93abd98180446f Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Tue, 13 Sep 2022 15:31:40 +0200 Subject: [PATCH] bugfix --- .../analysis-panel.component.html | 48 ------------------- 1 file changed, 48 deletions(-) diff --git a/src/app/components/analysis-panel/analysis-panel.component.html b/src/app/components/analysis-panel/analysis-panel.component.html index ac899e87..fe9d295d 100644 --- a/src/app/components/analysis-panel/analysis-panel.component.html +++ b/src/app/components/analysis-panel/analysis-panel.component.html @@ -218,54 +218,6 @@ </tbody> </table> </div> -======= - <p> - Algorithm: <strong>{{ algorithmNames["multisteiner"] }}</strong> - </p> - <table class="table is-narrow"> - <tbody> - <tr> - <td>Number of Trees</td> - <td>1</td> - </tr> - <tr> - <td>Tolerance</td> - <td>0</td> - </tr> - <tr> - <td>Hub Penality</td> - <td>1</td> - </tr> - </tbody> - </table> - <p> - Algorithm: <strong>{{ algorithmNames["closeness"] }}</strong> - </p> - <table class="table is-narrow"> - <tbody> - <tr> - <td>Include indirect drugs</td> - <td> - <i class="fa fa-times color-danger"></i> - </td> - </tr> - <tr> - <td>Include non-approved drugs</td> - <td> - <i class="fa fa-check"></i> - </td> - </tr> - <tr> - <td>Hub Penality</td> - <td>1</td> - </tr> - <tr> - <td>Result Size</td> - <td>10</td> - </tr> - </tbody> - </table> ->>>>>>> prefixStyles </div> </div> </div> -- GitLab