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:
@ -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'>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user