mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Refactor part pricing page
This commit is contained in:
@ -921,7 +921,7 @@ function loadBuildTable(table, options) {
|
||||
}
|
||||
else
|
||||
{
|
||||
return '{% trans "No user information" %}';
|
||||
return `<i>{% trans "No user information" %}</i>`;
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -714,7 +714,7 @@ function loadPartTable(table, url, options={}) {
|
||||
|
||||
var html = '';
|
||||
|
||||
html = `<div class='row'>`;
|
||||
html = `<div class='row full-height'>`;
|
||||
|
||||
data.forEach(function(row, index) {
|
||||
|
||||
|
@ -1495,7 +1495,7 @@ function loadStockTrackingTable(table, options) {
|
||||
}
|
||||
else
|
||||
{
|
||||
return '{% trans "No user information" %}';
|
||||
return `<i>{% trans "No user information" %}</i>`;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user