You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2013/11/19 03:15:58 UTC

svn commit: r1543288 - /incubator/sirona/trunk/server/reporting/src/main/resources/templates/jvm/jvm.vm

Author: olamy
Date: Tue Nov 19 02:15:58 2013
New Revision: 1543288

URL: http://svn.apache.org/r1543288
Log:
all graphs in one single row. BTW need to be able to configure that

Modified:
    incubator/sirona/trunk/server/reporting/src/main/resources/templates/jvm/jvm.vm

Modified: incubator/sirona/trunk/server/reporting/src/main/resources/templates/jvm/jvm.vm
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/src/main/resources/templates/jvm/jvm.vm?rev=1543288&r1=1543287&r2=1543288&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/src/main/resources/templates/jvm/jvm.vm (original)
+++ incubator/sirona/trunk/server/reporting/src/main/resources/templates/jvm/jvm.vm Tue Nov 19 02:15:58 2013
@@ -16,7 +16,7 @@
 *#
 <div class="container-fluid">
     <div class="row">
-        <div class="col-lg-6">
+        <div class="col-lg-3">
             #graphBlock("CPU", "cpu")
 
             #if ($name)
@@ -39,7 +39,7 @@
             </div>
             #end
         </div>
-        <div class="col-lg-6">
+        <div class="col-lg-3">
             #graphBlock("Used Memory", "memory")
 
             #if ($initMemory)
@@ -60,9 +60,7 @@
             </div>
             #end
         </div>
-    </div>
-    <div class="row">
-        <div class="col-lg-6">
+        <div class="col-lg-3">
             #graphBlock("Used Non Heap Memory", "nonheapmemory")
 
             #if ($initNonHeapMemory)
@@ -84,7 +82,7 @@
             #end
         </div>
 
-        <div class="col-lg-6">
+        <div class="col-lg-3">
             #graphBlock("Active Threads", "activethreads")
         </div>