mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 18:26:42 -06:00
#6372: Objects table should be full-width
This commit is contained in:
parent
8fe795102f
commit
0c8195e4f1
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-md-8">
|
<div class="col col-md-12 col-lg-8 offset-lg-2">
|
||||||
<div class="alert alert-danger mb-3" role="alert">
|
<div class="alert alert-danger mb-3" role="alert">
|
||||||
<h4 class="alert-heading">Confirm Bulk Deletion</h4>
|
<h4 class="alert-heading">Confirm Bulk Deletion</h4>
|
||||||
<hr />
|
<hr />
|
||||||
@ -17,7 +17,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col col-md-8">
|
<div class="col col-md-12 col-lg-8 offset-lg-2">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
{% include 'inc/table.html' %}
|
{% include 'inc/table.html' %}
|
||||||
@ -26,7 +26,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mt-3">
|
<div class="row mt-3">
|
||||||
<div class="col col-md-8">
|
<div class="col col-md-12 col-lg-8 offset-lg-2">
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
{% for field in form.hidden_fields %}
|
{% for field in form.hidden_fields %}
|
||||||
|
Loading…
Reference in New Issue
Block a user