Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #SC-1372 Changes to Remove the geo-data section #2864

Merged
merged 1 commit into from
Nov 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>