-
Notifications
You must be signed in to change notification settings - Fork 640
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#257 Fix the dropzone component to allow only one file in task log cr…
…eation form
- Loading branch information
Showing
4 changed files
with
16 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<div> | ||
<span data-dz-name></span> | ||
<span data-dz-size></span> | ||
<button data-dz-remove class="btn btn-xs btn-danger delete"> | ||
<button data-dz-remove class="btn btn-xs btn-danger delete"> | ||
<i class="glyphicon glyphicon-remove-circle"></i> | ||
<span>Remove</span> | ||
</button> | ||
</div> | ||
<div ng-hide="filemodel != undefined" class="dz-clickable dz-message" style="border: 1px dashed red; height: 4em;"> | ||
<span style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center;">Drop file or click</span> | ||
</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