diff --git a/report/velocity/header.vm b/report/velocity/header.vm index 24a6190e1..ec5832206 100644 --- a/report/velocity/header.vm +++ b/report/velocity/header.vm @@ -27,6 +27,11 @@ line-height: 38px; font-weight:bold; } + .nobreak { + overflow: hidden; + text-overflow:ellipsis; + white-space: nowrap; + } diff --git a/report/velocity/page.vm b/report/velocity/page.vm index 53231abad..04ba1c11c 100644 --- a/report/velocity/page.vm +++ b/report/velocity/page.vm @@ -1,4 +1,3 @@ - #parse("report/velocity/header.vm")
| $message.getName() | $message.getChild("score").getValue() | $message.getChild("message").getValue() | -+ |
#foreach ($item in $message.getChild("components").getChildren("item"))
$item.getValue() #end @@ -39,6 +39,7 @@ |
|
- $asset.getChild("url").getValue()
-
+
+
- #end
- ">
-
+ + #end + "> - |
+$asset.getChild("url").getValue()
$asset.getChild("type").getValue() | $asset.getChild("size").getValue() | diff --git a/report/velocity/pages.vm b/report/velocity/pages.vm index 038094f34..62588c70b 100644 --- a/report/velocity/pages.vm +++ b/report/velocity/pages.vm @@ -79,18 +79,20 @@ #set($yslow = $results.getChild("o").getValue())
| + | #set($file = $results.getAttribute("filename").getValue()) #set($file = $file.concat(".html")) - $results.getChild("u").getValue() - - #end + #end "> - - | + + + $results.getChild("u").getValue() +#if($!{results.getChild("stats").getChild("js").getChild("r")}) $results.getChild("stats").getChild("js").getChild("r").getValue() |