Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix: Add title on sub grids for project modal
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Mar 10, 2019
1 parent 688bb7a commit 1acf96b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
</div>
<div class="row">
<div class="col-md-6">
<h4 *ngIf="!readonly">{{strings.statuses | translate}}</h4>
<project-statuses-grid
formControlName="statuses"
[project]="data"
Expand All @@ -48,6 +49,7 @@
[apiUrl]="apiUrl"></project-statuses-grid>
</div>
<div class="col-md-6">
<h4 *ngIf="!readonly">{{strings.users | translate}}</h4>
<project-users-grid
formControlName="users"
[readonly]="readonly"
Expand Down

0 comments on commit 1acf96b

Please sign in to comment.