diff --git a/src/app/components/analysis-panel/analysis-panel.component.html b/src/app/components/analysis-panel/analysis-panel.component.html index ac899e8729b2cbe8647415cc5e4e5107d9f6927e..fe9d295d22fd3d19aff0ae3bce1fa0afc4fa44e1 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>