mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Bootstrap migration btn-default to btn-secondary
This commit is contained in:
parent
2639d49e4a
commit
6d36e7cb76
19 changed files with 62 additions and 63 deletions
|
|
@ -210,9 +210,9 @@ function flow_callbacks_utils.print_callbacks_config()
|
|||
|
||||
if show_advanced_prefs then
|
||||
cls_on = cls_on..' btn-primary active'
|
||||
cls_off = cls_off..' btn-default'
|
||||
cls_off = cls_off..' btn-secondary'
|
||||
else
|
||||
cls_on = cls_on..' btn-default'
|
||||
cls_on = cls_on..' btn-secondary'
|
||||
cls_off = cls_off..' btn-primary active'
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue