Skip to content

Commit

Permalink
Update tc-selector.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineT800 committed Jan 29, 2020
1 parent 3286d4c commit e953304
Showing 1 changed file with 0 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,9 @@
<i class="fa fa-fw fa-bug"></i>
</button>
<!-- END GO TO BUG BUTTON -->

<!-- GO TO TAG BUTTON -->
<button class="btn btn-outline-secondary mr-4 mb-2" (click)="tagTestCaseHeader(selectedTest, selectedTestCase)">
<i class="fa fa-fw fa-tag"></i>
</button>
<!-- END GO TO TAG BUTTON -->

<!-- GO TO EXECUTION BUTTON -->
<button class="btn btn-outline-secondary dropdown-toggle mr-2 mb-2" id="dropdown-default-light"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Expand Down Expand Up @@ -180,33 +174,19 @@
Queue and See</a>
</div>
<!-- END GO TO RUN BUTTON -->

<!-- GO TO COG BUTTON -->
<button class="btn btn-outline-secondary mr-4 mb-2"(click)="duplicateTestCaseHeader(selectedTest, selectedTestCase)">
<i class="fa fa-fw fa-cog"></i>
</button>
<!-- END GO TO COG BUTTON -->

<!-- GO TO SAVE BUTTON -->

<button class="btn btn-info js-click-ripple-enabled mr-2 mb-2">
<i class="fa fa-fw fa-save"></i>
</button>
<!-- END GO TO SAVE BUTTON -->

<!-- GO TO COPY BUTTON -->
<button class="btn btn-outline-secondary mr-2 mb-2" (click)="duplicateTestCaseHeader(selectedTest, selectedTestCase)">
<i class="fa fa-fw fa-copy"></i>
</button>
<!-- END GO TO COPY BUTTON -->

<!-- GO TO TRASH BUTTON -->

<button class="btn btn-outline-secondary mb-2">
<i class="fa fa-trash-alt"></i>
</button>
Expand Down

0 comments on commit e953304

Please sign in to comment.