mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 00:31:50 +02:00
Update js-transfers.twig
This commit is contained in:
parent
e0ff483481
commit
9d62b8cddb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
// Function to create a badge with a given text and Bootstrap color class
|
||||
function createBadge(text, badgeClass) {
|
||||
return `<span class="badge bg-${badgeClass}-lt">${text}</span>`;
|
||||
return `<span class="status status-${badgeClass}">${text}</span>`;
|
||||
}
|
||||
|
||||
// Check if status is not null or undefined and assign colors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue