Skip to content

Commit ca787bc

Browse files
author
Ankit Bhanvadia
authored
Merge pull request #320 from Promact/Issue-#318
sloved no records to display issue
2 parents e87bc78 + eab72b3 commit ca787bc

File tree

1 file changed

+5
-1
lines changed
  • Promact.Oauth.Server/src/Promact.Oauth.Server/wwwroot/app/project/project-list

1 file changed

+5
-1
lines changed

Promact.Oauth.Server/src/Promact.Oauth.Server/wwwroot/app/project/project-list/project-list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ <h3>Projects</h3>
3535
<i class="icon-pencil oauth-icon" title="Edit" (click)="editProject(project.Id)"></i>
3636
<i class="icon-android-document oauth-icon" title="View" (click)="viewProject(project.Id)"></i>
3737
</td>
38-
38+
39+
</tr>
40+
<tr *ngIf="projects.length==0">
41+
<td *ngIf="admin==false" colspan="3">No records to display</td>
42+
<td *ngIf="admin==true" colspan="9">No records to display</td>
3943
</tr>
4044
</tbody>
4145
</table>

0 commit comments

Comments
 (0)