mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use a better style for the part table.
This commit is contained in:
parent
3cb04c2580
commit
3c16ed6be7
4 changed files with 39 additions and 5 deletions
|
@ -392,7 +392,13 @@ class AjaxUI {
|
|||
});
|
||||
|
||||
//Register links.
|
||||
promise.then(ajaxUI.registerLinks);
|
||||
promise.then(function() {
|
||||
ajaxUI.registerLinks();
|
||||
|
||||
//Set the correct title in the table.
|
||||
let title = $('#part-card-header-src');
|
||||
$('#part-card-header').html(title.html());
|
||||
});
|
||||
});
|
||||
|
||||
console.debug('Datatables inited.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue