There was an error while loading. Please reload this page.
2 parents e87bc78 + eab72b3 commit ca787bcCopy full SHA for ca787bc
Promact.Oauth.Server/src/Promact.Oauth.Server/wwwroot/app/project/project-list/project-list.html
@@ -35,7 +35,11 @@ <h3>Projects</h3>
35
<i class="icon-pencil oauth-icon" title="Edit" (click)="editProject(project.Id)"></i>
36
<i class="icon-android-document oauth-icon" title="View" (click)="viewProject(project.Id)"></i>
37
</td>
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>
43
</tr>
44
</tbody>
45
</table>
0 commit comments