added device and vm tab on device role (#11500)

* added vm tab on device role

* added blank lines

* updated templates

* fixed lint issues
This commit is contained in:
Abhimanyu Saharan
2023-01-20 20:00:18 +05:30
committed by GitHub
parent a1c1b19482
commit ddd4f805a5
4 changed files with 78 additions and 7 deletions

View File

@@ -71,13 +71,6 @@
</div>
<div class="row mb-3">
<div class="col col-md-12">
<div class="card">
<h5 class="card-header">Devices</h5>
<div class="card-body table-responsive">
{% render_table devices_table 'inc/table.html' %}
{% include 'inc/paginator.html' with paginator=devices_table.paginator page=devices_table.page %}
</div>
</div>
{% plugin_full_width_page object %}
</div>
</div>