mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:04:23 +00:00
Move user scripts gui config to admin, cleanup
This commit is contained in:
parent
d037f9a9a4
commit
ad9c386bb3
44 changed files with 241 additions and 289 deletions
|
|
@ -85,7 +85,7 @@ $(document).ready(function() {
|
|||
render: function(data, type, row) {
|
||||
var rv = `
|
||||
<div class='btn-group'>
|
||||
<a href='script_list.lua?confset_id=${data.id}&confset_name=${data.name}&subdir=${subdir}'
|
||||
<a href='edit_configset.lua?confset_id=${data.id}&confset_name=${data.name}&subdir=${subdir}'
|
||||
title='${i18n.edit}'
|
||||
class='btn btn-sm btn-primary square-btn'>
|
||||
<i class='fas fa-edit'></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue