Skip to content

Commit

Permalink
Merge pull request #2864 from rajeevsathish/release-2.5.0
Browse files Browse the repository at this point in the history
Issue #SC-1372 Changes to Remove the geo-data section
  • Loading branch information
rajeevsathish authored Nov 21, 2019
2 parents 3077ed8 + 1875b36 commit 94ea876
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="ui container">
<h4 class="sb-manage-section-title py-16 m-0">User & Org Management</h4>
</div>
<div class="sb-pageSection sb-white-bg">
<div class="sb-pageSection sb-white-bg hide">
<div class="ui container py-20">
<div class="sb-pageSection-content">
<div class="d-inline-flex">
Expand All @@ -28,7 +28,7 @@ <h4 class="sb-manage-section-title py-16 m-0">User & Org Management</h4>
</div>

<app-user-upload *ngIf="showModal"></app-user-upload>

<div class="sb-pageSection sb-white-bg">
<div class="ui container" *ngIf="userProfile && userProfile['rootOrg'] && !(userProfile['rootOrg']['isSSOEnabled'])">
<div class="sb-pageSection mt-24">
<div class="sb-pageSection-header sb-user-list">
Expand Down Expand Up @@ -70,6 +70,8 @@ <h4 class="sb-pageSection-title">
(uploadedDetails['accounts_unclaimed'] && uploadedDetails['accounts_unclaimed'] != 0) ||
(uploadedDetails['duplicate_account'] && uploadedDetails['duplicate_account'] != 0) "
class="sb-btn sb-btn-normal sb-btn-primary ml-auto" (click)="downloadCSVFile(userCSV)">Download</button>
<div class="mt-24"></div>
</div>
</div>
</div>
</div>

0 comments on commit 94ea876

Please sign in to comment.