2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 11:10:54 +00:00

remove "panel-inventree" references

This commit is contained in:
Oliver
2021-10-28 08:31:36 +11:00
parent 8535dd7572
commit ae2c3e8293
21 changed files with 87 additions and 83 deletions

View File

@ -47,9 +47,9 @@ function createNewModal(options={}) {
<div class='modal-dialog'>
<div class='modal-content'>
<div class="modal-header">
<h3 id='modal-title' class='modal-title'>
<h4 id='modal-title' class='modal-title'>
<!-- Form title to be injected here -->
</h3>
</h4>
<button type='button' class='btn-close' data-bs-dismiss='modal' aria-label='{% trans "Close" %}'></button>
</div>
<div class='modal-body modal-form-content-wrapper'>

View File

@ -792,7 +792,7 @@ function partGridTile(part) {
var html = `
<div class='product-card card'>
<div class='panel panel-inventree product-card-panel'>
<div class='panel product-card-panel'>
<div class='panel-heading'>
<a href='/part/${part.pk}/'>
<b>${part.full_name}</b>