mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
changed button style in user_scripts_overview.lua
This commit is contained in:
parent
5a2a6e397e
commit
5f5fe0505e
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ local function printUserScripts()
|
|||
local edit_url = user_scripts.getScriptEditorUrl(script)
|
||||
|
||||
if(edit_url) then
|
||||
edit_url = ' <a title="'.. i18n("plugins_overview.action_view") ..'" href="'.. edit_url ..'" class="badge badge-secondary" style="visibility: visible">' .. i18n("host_pools.view") ..'</a>'
|
||||
edit_url = ' <a title="'.. i18n("plugins_overview.action_view") ..'" href="'.. edit_url ..'" class="btn btn-sm btn-secondary" ><i class="fas fa-eye"></i></a>'
|
||||
end
|
||||
|
||||
print(string.format(([[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue