mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
nedge applications page improvements
This commit is contained in:
parent
4bf28ea96d
commit
be9d60ab08
7 changed files with 34 additions and 44 deletions
4
httpdocs/js/bootstrap-datatable.js
vendored
4
httpdocs/js/bootstrap-datatable.js
vendored
|
|
@ -899,7 +899,9 @@
|
|||
.addClass("dropdown-menu")
|
||||
.css({ fontSize: 'initial', fontWeight: 'normal' })
|
||||
.append(
|
||||
$('<li data-value="10"><a href="#">10</a></li>')
|
||||
$('<li data-value="5"><a href="#">5</a></li>')
|
||||
.click(function() { _updatePerPage.call(this, that); return false; })
|
||||
, $('<li data-value="10"><a href="#">10</a></li>')
|
||||
.click(function() { _updatePerPage.call(this, that); return false; })
|
||||
, $('<li data-value="20"><a href="#">20</a></li>')
|
||||
.click(function() { _updatePerPage.call(this, that); return false; })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue