Author: Lars Michelsen <[email protected]>
Date: Wed Feb 6 18:17:00 2013 +0100
Committer: Lars Michelsen <[email protected]>
Commit-Date: Wed Feb 6 18:17:00 2013 +0100
FIX: Fixed height of iframes in Container objects
---
ChangeLog | 1 +
share/frontend/nagvis-js/js/NagVisContainer.js | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d4c9095..e8c4fc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@ Frontend:
* Added support for custom context menu actions like connecting via
SSH, RDP, HTTP, ... to the monitored hosts.
* FIX: Removed debug output while recalculating bandwidth of weathermap lines
+ * FIX: Fixed height of iframes in Container objects
1.7.5
Core:
diff --git a/share/frontend/nagvis-js/js/NagVisContainer.js
b/share/frontend/nagvis-js/js/NagVisContainer.js
index 16fd5a2..eac30b1 100644
--- a/share/frontend/nagvis-js/js/NagVisContainer.js
+++ b/share/frontend/nagvis-js/js/NagVisContainer.js
@@ -61,6 +61,7 @@ var NagVisContainer = NagVisStatelessObject.extend({
var oSpan = oTextbox.childNodes[0];
if(oSpan) {
oSpan.style.display = 'block';
+ oSpan.style.height = '100%';
if(this.conf.view_type === 'inline') {
// Request data via ajax call and add it directly to the
current page
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins