Merge branch 'spidev' into 'master'
Pop Netzwerk Map See merge request fronk/thetool!1983
This commit is contained in:
@@ -5,7 +5,7 @@ Vue.component('pop-map-modal', {
|
||||
<div class="modal-dialog modal-xl modal-dialog-centered" style="max-width: 95vw;">
|
||||
<div class="modal-content" style="height: 90vh;">
|
||||
<div class="modal-header bg-dark text-white">
|
||||
<h5 class="modal-title"><i class="fas fa-map-marked-alt"></i><span class="text-light mt-1 d-inline-block"> POP Übersicht</span></h5>
|
||||
<h5 class="modal-title"><i class="fas fa-map-location-dot"></i><span class="text-light mt-1 d-inline-block"> POP Übersicht</span></h5>
|
||||
<div class="d-flex align-items-center ml-auto">
|
||||
<div class="input-group mr-3 position-relative" style="width: 300px;">
|
||||
<input type="text" class="form-control form-control-sm"
|
||||
@@ -238,7 +238,7 @@ Vue.component('pop-map-modal', {
|
||||
<hr class="my-2">
|
||||
<div><strong>Kategorie:</strong> ${categoryName}</div>
|
||||
<div><strong>Status:</strong> ${stateText}</div>
|
||||
<div><strong>Zutritt:</strong> ${pop.location || '-'}</div>
|
||||
<div><strong>Info:</strong> ${pop.location || '-'}</div>
|
||||
<div class="mt-2">
|
||||
<a target="_blank" href="${window.TT_CONFIG.BASE_URL}/Pop/Detail?id=${pop.id}" class="btn btn-sm btn-info btn-block text-light"><i class="fas fa-info-circle"></i> Details</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user