mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-27 03:09:31 +02:00
Add basic support for smaller screens
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{{ field }}
|
||||
{% endfor %}
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-3">
|
||||
<div class="col col-md-6 offset-md-3">
|
||||
<div class="field-group">
|
||||
<h4>Device Selection</h4>
|
||||
{% render_form form %}
|
||||
@@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6 col-md-offset-3 text-end noprint">
|
||||
<div class="col col-md-6 offset-md-3 text-end noprint">
|
||||
<a href="{{ return_url }}" class="btn btn-outline-danger">Cancel</a>
|
||||
<button type="submit" name="_add" class="btn btn-primary">Add Devices</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user