App-Netdisco
view release on metacpan or search on metacpan
share/views/ajax/device/netmap.tt view on Meta::CPAN
<div id="nd2_netmap-wrap">
[%# do_search's "Waiting for results..." is already gone by the time this
fragment lands; the wait the user sees is the getJSON below. Same markup as
netdisco.js so the netmap does not announce a slow load differently. %]
<div id="nd2_netmap-loading" class="col-md-2 alert"><i class="fas fa-spinner fa-spin"></i> Waiting for results...</div>
<div id="nd2_netmap-container"></div>
<div id="nd2_netmap-fullscreen" title="Full Screen"><i class="fas fa-expand fa-lg"></i></div>
<div id="nd2_netmap-spinner" class="nd_netmap-running"></div>
[% IF params.colorby == 'hgroup' OR params.colorby == 'lgroup' %]<div id="nd2_netmap-legend"></div>[% END %]
</div>
<script>
[%+ INCLUDE 'js/netmap.js' -%]
</script>
<!-- vim: ft=html -->
( run in 0.586 second using v1.01-cache-2.11-cpan-b16cb0d3907 )