mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Removed data-toggle and replaced with BS5 data-bs-toggle
This commit is contained in:
parent
b3400c2ef7
commit
a06dabfddf
17 changed files with 25 additions and 25 deletions
|
|
@ -198,8 +198,8 @@ $(function() {
|
|||
class: 'text-center',
|
||||
render: function() {
|
||||
return `
|
||||
<a class="badge bg-info" data-toggle="modal" href="#syslog-producers-edit-modal">${i18n.edit}</a>
|
||||
<a class="badge bg-danger" data-toggle="modal" href="#syslog-producers-delete-modal">${i18n.delete}</a>
|
||||
<a class="badge bg-info" data-bs-toggle="modal" href="#syslog-producers-edit-modal">${i18n.edit}</a>
|
||||
<a class="badge bg-danger" data-bs-toggle="modal" href="#syslog-producers-delete-modal">${i18n.delete}</a>
|
||||
`;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue