mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +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
|
|
@ -888,7 +888,7 @@ local page_params = {
|
|||
if(options.timeseries) then
|
||||
print [[
|
||||
<div class="btn-group">
|
||||
<button class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown">Timeseries <span class="caret"></span></button>
|
||||
<button class="btn btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown">Timeseries <span class="caret"></span></button>
|
||||
<ul class="dropdown-menu">
|
||||
]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue