site location

This commit is contained in:
Robert Janetzko 2022-05-08 06:46:27 +00:00
parent f891b0288b
commit 15bec5967e
2 changed files with 12 additions and 0 deletions

View File

@ -8,6 +8,11 @@ a {
outline: 0;
}
.object-map {
float: right !important;
margin-top: -7px;
}
.popover {
max-width: fit-content;
}

View File

@ -6,6 +6,13 @@
<h3>{{ title .Name }}</h3>
<p>{{ .Type_ }}</p>
<div class="object-map">
<div id="map" style="width: 300px; height: 300px"></div>
<!-- <img class="site-map" src="$suburi/sitemap/$site.id" width="300" /> -->
</div>
{{initMap}}
{{ addSite .Id }}
<nav>
<div class="nav nav-tabs" id="nav-tab" role="tablist">
{{ $active := " active"}}