SAAS-1019: Re-work Navigation Menu
This commit is contained in:
parent
68523d9e02
commit
3aee9a49bc
14 changed files with 301 additions and 80 deletions
|
@ -6,8 +6,8 @@ $(document).ready(function() {
|
|||
timeEndId = "#his_time_end";
|
||||
|
||||
// set width dynamically
|
||||
var width = $("#content").width();
|
||||
width = width - 120;
|
||||
var width = $("#listenerstat_content").width();
|
||||
width = width * .91;
|
||||
$("#listenerstat_content").find("#flot_placeholder").width(width);
|
||||
$("#listenerstat_content").find("#legend").width(width);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue