mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
Fix bad source URL in pro flow user scripts
This commit is contained in:
parent
32996a294e
commit
1b438d3619
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@
|
|||
<a
|
||||
href='${data.edit_url}'
|
||||
title='View Source Script'
|
||||
class='btn btn-square btn-sm btn-secondary'>
|
||||
class='btn btn-square btn-sm btn-secondary ${!data.edit_url ? "disabled" : ""}'>
|
||||
<i class='fas fa-scroll'></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue