mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
parent
4779f80fa8
commit
aca088ea13
14 changed files with 194 additions and 87 deletions
|
|
@ -89,7 +89,7 @@ $(document).ready(function() {
|
|||
className: 'text-center',
|
||||
render: function(data, type, row) {
|
||||
let rv = `
|
||||
<a class="badge badge-info" href='edit_configset.lua?confset_id=${data.id}&confset_name=${data.name}&subdir=${subdir}' title='${i18n.edit}'>
|
||||
<a class="badge badge-info" href='edit_configset.lua?confset_id=${data.id}&subdir=${subdir}' title='${i18n.edit}'>
|
||||
${i18n.edit}
|
||||
</a>`
|
||||
if(can_clone_config())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue