1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Standardized graphs_modal markup; added graphs to Provider view

This commit is contained in:
Jeremy Stretch
2016-06-24 11:23:45 -04:00
parent 39330850b3
commit e34ca1a3f5
4 changed files with 23 additions and 25 deletions

View File

@@ -0,0 +1,11 @@
<div class="modal fade" id="graphs_modal" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title" id="graphs_modal_title">Modal title</h4>
</div>
<div class="modal-body"></div>
</div>
</div>
</div>