Skip to content

Commit

Permalink
duplicate role
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineT800 committed Feb 21, 2020
1 parent d14666a commit 7ba1be8
Showing 1 changed file with 5 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ <h3 class="block-title" [ngSwitch]="mode">
<div class="block-content tab-content">

<!-- DEFINITION TAB -->
<div *ngIf="selectedTab == tabs[0]" class="tab-pane active show" id="definitionTab"
role="tabpanel" role="tabpanel">

<div *ngIf="selectedTab == tabs[0]" class="tab-pane active show" id="definitionTab" role="tabpanel">
<!-- SCRIPT CONTENT -->
<div class="row">

Expand Down Expand Up @@ -165,11 +163,9 @@ <h3 class="block-title" [ngSwitch]="mode">
<!-- END TAB -->

<!-- SETTINGS TAB -->
<div *ngIf="selectedTab == tabs[1]" class="tab-pane active show" id="settingsTab"
role="tabpanel" role="tabpanel">
<div *ngIf="selectedTab == tabs[1]" class="tab-pane active show" id="settingsTab" role="tabpanel">
<div class="row">
<div class="col-md-12">

<!-- ENVIRONMENT GROUP ACTIVATION -->
<div id="sideContent_globalActivation" class="form-group">
<label class="d-block">Environment Activation</label>
Expand Down Expand Up @@ -430,18 +426,15 @@ <h3 class="block-title" [ngSwitch]="mode">
<!-- END TAB -->

<!-- LABELS TAB -->
<div *ngIf="selectedTab == tabs[2]" class="tab-pane active show" id="labelsTab" role="tabpanel"
role="tabpanel">
<div *ngIf="selectedTab == tabs[2]" class="tab-pane active show" id="labelsTab" role="tabpanel">
<app-labels-tab [test]="test" [testcase]="testcase" [system]="testcaseheader.system">
</app-labels-tab>

</div>
<!-- END TAB -->

<!-- BUGS TAB -->
<div *ngIf="selectedTab == tabs[3]" class="tab-pane active show" id="bugsTab" role="tabpanel"
role="tabpanel">

<div *ngIf="selectedTab == tabs[3]" class="tab-pane active show" id="bugsTab" role="tabpanel">
<div class="row">
<div class="col-md-12">
<div class="form-group">
Expand Down Expand Up @@ -473,9 +466,7 @@ <h3 class="block-title" [ngSwitch]="mode">
<!-- END TAB -->

<!-- DEPENDENCY TAB -->
<div *ngIf="selectedTab == tabs[4]" class="tab-pane active show" id="dependencyTab"
role="tabpanel" role="tabpanel">

<div *ngIf="selectedTab == tabs[4]" class="tab-pane active show" id="dependencyTab" role="tabpanel">
<div class="row">
<!-- TEST -->
<div class="col-md-6">
Expand Down

0 comments on commit 7ba1be8

Please sign in to comment.