mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 00:31:50 +02:00
parent
bb032c71b2
commit
92fe965e82
7 changed files with 57 additions and 16 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
// Function to create a badge
|
||||
function createBadge(text, badgeClass) {
|
||||
return `<span class="badge bg-${badgeClass}-lt">${text}</span>`;
|
||||
return `<span class="status status-${badgeClass}">${text}</span>`;
|
||||
}
|
||||
|
||||
// Check if statusArray is empty or not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue