Skip to content

Commit eab72b3

Browse files
author
Ankit Bhanvadia
authored
Merge branch 'dev' into Issue-#318
2 parents 98367c6 + e87bc78 commit eab72b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ <h3>List Of Consumer Apps</h3>
1212
<ul *ngFor="let consumerApps of listOfConsumerApps">
1313
<li (click)="editDetails(consumerApps.authId)" class="list-left">{{consumerApps.name}}</li>
1414
</ul>
15-
15+
<div class="alert-msg" *ngIf="listOfConsumerApps.length == 0">
16+
<p>No Record to display</p>
17+
</div>
1618
</div>
1719
</div>

Promact.Oauth.Server/src/Promact.Oauth.Server/wwwroot/css/app-seagreen.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ ul{margin:0;padding:0;}
4040
.align-left{float:left;display:inline-block}
4141
.error{color:rgb(221,44,0);font-size: 13px;line-height: 14px;overflow: hidden;-webkit-transition: all .3s cubic-bezier(.55,0,.55,.2);transition: all .3s cubic-bezier(.55,0,.55,.2);opacity: 1;margin-top: 0;margin-bottom:2px;}
4242
.in_block{display:inline-block;}
43+
.alert-msg{color: #31708f;background-color: #d9edf7;border-color: #bce8f1;padding: 10px;border-radius: 4px;border: 1px solid #bce8f1;}
44+
.alert-msg p { margin: 0;}
4345
.btn-green{background-color:#4bcf99 !important;color:#fff !important;}
4446
.auth {position: absolute;width: 100%;height: 100%;left: 0;background-color: #667380;overflow-x: hidden;overflow-y: auto;}
4547
.auth-container {width: 450px;min-height: 330px;position: absolute;top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}

0 commit comments

Comments
 (0)