Module: nagvis Branch: master Commit: b6392a9e71c6c9e6192270af1539849ea0856a30 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=b6392a9e71c6c9e6192270af1539849ea0856a30
Author: Lars Michelsen <[email protected]> Date: Sun Apr 18 19:12:03 2010 +0200 #254 Added a default width of 350px --- share/frontend/nagvis-js/js/frontend.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/frontend.js b/share/frontend/nagvis-js/js/frontend.js index b4ed1aa..378854f 100644 --- a/share/frontend/nagvis-js/js/frontend.js +++ b/share/frontend/nagvis-js/js/frontend.js @@ -76,7 +76,7 @@ function submitFrontendForm(sUrl, sFormId, bReloadOnSuccess) { */ function showFrontendDialog(sUrl, sTitle, sWidth) { if(typeof sWidth === 'undefined' || sWidth === null) { - sWidth = ''; + sWidth = 350; } var oContent = getSyncRequest(sUrl, false, false); ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
