Merge pull request #243 from dreng/241_bigger_site_topology_window

Closes #241: Make Site Topology window bigger
This commit is contained in:
Mario
2023-01-07 12:47:55 +01:00
committed by GitHub
@@ -20,12 +20,18 @@
</div>
</div>
<div class="panel-body" >
<div style="width: 500px; height: 500px;">
<div style="max-width: 900px; height: 500px;">
<div id="visgraph" style="width: 100%; height: 100%;">
</div>
</div>
</div>
<style type="text/css">
.modal-dialog {
max-width: 902px !important;
}
</style>
<script type="text/javascript">
const brokenImage = '{{ broken_image }}';
const topologyData = {{ topology_data | safe }};