Skip to content

Commit

Permalink
Merge pull request Sunbird-cQube#256 from FaizanMohammed326/development
Browse files Browse the repository at this point in the history
colors of map reports changed
  • Loading branch information
tibil-it authored Jul 26, 2022
2 parents 1a5196b + 4edd52e commit b8ce4f8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,28 @@

<div class="tab-group-wrapper">
<mat-tab-group mat-align-tabs="start" animationDuration="0ms" (focusChange)="onTabChanged($event);">
<mat-tab label="Implementation Status" *ngIf="NVSK">
<mat-tab label="Implementation Status">
<div class="grid grid-cols-1">
<div class="col">
<app-nishtha-program-detail></app-nishtha-program-detail>
</div>
</div>
</mat-tab>
<mat-tab label="Courses and Mediums status" *ngIf="NVSK">
<mat-tab label="Courses and Mediums status">
<div class="grid grid-cols-1">
<div class="col">
<app-total-courses-table></app-total-courses-table>
</div>
</div>
</mat-tab>
<mat-tab label="% against Potential Base" *ngIf="NVSK">
<mat-tab label="% against Potential Base">
<div class="grid grid-cols-1">
<div class="col">
<app-nisitha-stacked-bar></app-nisitha-stacked-bar>
</div>
</div>
</mat-tab>
<mat-tab label="District wise Status" *ngIf="NVSK">
<mat-tab label="District wise Status">
<div class="grid grid-cols-1">
<div class="col">
<app-nishitha-table lastLevel="district"></app-nishitha-table>
Expand Down

0 comments on commit b8ce4f8

Please sign in to comment.