-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AH UI Fixes for access level modals (#4501)
* ah ui fixes * Small fixes --------- Co-authored-by: Alex Swindler <[email protected]>
- Loading branch information
1 parent
0207aef
commit 4f58dcc
Showing
7 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<div class="progress_bar_container"> | ||
<div class="progress_bar_copy_top" ng-if="step.number!==17 && step.number!==20" ng-attr-translate="{$ multipleCycleUpload ? 'UPLOADING_PROGRESS_MULTIPLE_CYCLE' : 'UPLOADING_PROGRESS' $}" translate-values="{ dataset_filename: dataset.filename , cycle_name: selectedCycle.name }"></div> | ||
<div class="progress_bar_copy_top" ng-if="step.number !== 17 && step.number !== 20" ng-attr-translate="{$ multipleCycleUpload ? 'UPLOADING_PROGRESS_MULTIPLE_CYCLE' : 'UPLOADING_PROGRESS' $}" translate-values="{ dataset_filename: dataset.filename , cycle_name: selectedCycle.name }"></div> | ||
<div | ||
class="progress_bar_copy_top" | ||
ng-if="step.number !== 20" | ||
ng-if="step.number === 20" | ||
ng-attr-translate="{$ multipleCycleUpload ? 'UPLOADING_PROGRESS_MULTIPLE_CYCLE' : 'UPLOADING_PROGRESS' $}" | ||
translate-values="{ dataset_filename: dataset.filename , cycle_name: selectedCycle.name }" | ||
></div> | ||
<uib-progressbar class="progress-striped active" value="uploader.progress" type="success"></uib-progressbar> | ||
<div ng-if="step.number !== 20" class="progress_bar_copy_bottom">{$ uploader.progress | number:0 $}% {$:: 'Complete' | translate $} {$ uploader.status_message ? ': ' + uploader.status_message : '' $}</div> | ||
<div ng-if="step.number == 20" class="progress_bar_copy_bottom" translate>ACCESS_LEVEL_UPLOAD_PROGRESS_MSG</div> | ||
<div ng-if="step.number === 20" class="progress_bar_copy_bottom" translate>ACCESS_LEVEL_UPLOAD_PROGRESS_MSG</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters