Skip to content
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
16 changes: 8 additions & 8 deletions static/pages/tasking.html
Original file line number Diff line number Diff line change
Expand Up @@ -3065,7 +3065,7 @@ <h5 class="modal-title" id="trackableAssetsModalLabel">Trackable Assets Library<

<!-- Images Modal -->
<div class="modal fade" id="incidentImagesModal" tabindex="-1" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-centered modal-dialog-scrollable">
<div class="modal-dialog modal-xl modal-dialog-centered">
<div class="modal-content" data-bind="with: incidentImagesVM">
<div class="modal-header">
<h5 class="modal-title" data-bind="text: title"></h5>
Expand Down Expand Up @@ -3115,9 +3115,10 @@ <h5 class="modal-title" data-bind="text: title"></h5>
<span>Loading full image…</span>
</div>
<!-- /ko -->
<button type="button" style="background:none; border:none; box-shadow:none; padding:0;" data-bind="click: openImageInNewTab">
<img alt="" style="max-width: 100%; max-height: 75vh; object-fit: contain;"
data-bind="attr: { src: selectedFullSrc }, visible: selectedFullReady" />
<button type="button" style="background:none; border:none; box-shadow:none; padding:0;"
data-bind="click: openImageInNewTab">
<img alt="" style="max-width: 100%; max-height: 75vh; object-fit: contain;"
data-bind="attr: { src: selectedFullSrc }, visible: selectedFullReady" />
</button>
<div class="text-muted" data-bind="visible: showSelectHint">
Select an image.
Expand All @@ -3130,10 +3131,9 @@ <h5 class="modal-title" data-bind="text: title"></h5>
</div>

</div>
</div>

<div class="modal-footer">
<button type="button" class="btn btn-outline-secondary" data-bs-dismiss="modal">Close</button>
<div class="modal-footer">
<button type="button" class="btn btn-primary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
Expand Down
Loading