FELIX-2447 Ensure loading script resources with an absolute path to prevent resource loading failure for detail pages such as /system/console/services/15.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@957836 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/vmstat_restart.html b/webconsole/src/main/resources/templates/vmstat_restart.html
index bb1f933..7eaaf60 100644
--- a/webconsole/src/main/resources/templates/vmstat_restart.html
+++ b/webconsole/src/main/resources/templates/vmstat_restart.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="res/ui/vmstat.js"></script>
+<script type="text/javascript" src="${appRoot}/res/ui/vmstat.js"></script>
 
 <!-- status line -->
 <p class="statline">${vmstat.restarting}</p>