Update global-template.ts

Change default layout of global page.
diff --git a/src/store/modules/template/global-template.ts b/src/store/modules/template/global-template.ts
index 6c7712f..0830969 100644
--- a/src/store/modules/template/global-template.ts
+++ b/src/store/modules/template/global-template.ts
@@ -17,30 +17,23 @@
 
 export default [{
   o: 'Global',
-  n: 'Global Brief',
-  comp: 'ChartBrief',
-  t: 'Global Brief',
+  n: 'Global Heatmap',
+  comp: 'ChartHeatmap',
+  t: 'Global Heatmap',
   type: 'global',
-  w: 3,
-}, {
-  o: 'Global',
-  n: 'Global Percent Response',
-  comp: 'ChartResponse',
-  t: 'Global Percent Response',
-  type: 'global',
-  w: 3,
+  w: 6,
 }, {
   o: 'Global',
   n: 'Global Percent Response(line)',
   comp: 'ChartResponseLine',
   t: 'Global Percent Response',
   type: 'global',
-  w: 3,
+  w: 6,
 }, {
   o: 'Global',
-  n: 'Global Heatmap',
-  comp: 'ChartHeatmap',
-  t: 'Global Heatmap',
+  n: 'Global Brief',
+  comp: 'ChartBrief',
+  t: 'Global Brief',
   type: 'global',
   w: 3,
 }, {
@@ -56,5 +49,5 @@
   comp: 'ChartSlow',
   t: 'Global Top Slow Endpoint',
   type: 'global.getTopNSlowEndpoint',
-  w: 3,
+  w: 6,
 }];