Ori.livneh has submitted this change and it was merged.
Change subject: gdash: Quote vertical axis title in frontend dash
......................................................................
gdash: Quote vertical axis title in frontend dash
Follows I0a63febcc.
Change-Id: Ie908f353c58efdfc504f0a45b37ec8aab0da4ac7
---
M files/gdash/dashboards/frontend/1.totalPageLoadTime.desktop.hour.graph
M files/gdash/dashboards/frontend/2.totalPageLoadTime.desktop.day.graph
M files/gdash/dashboards/frontend/3.mediaWikiLoadComplete.desktop.hour.graph
M files/gdash/dashboards/frontend/4.mediaWikiLoadComplete.desktop.day.graph
M files/gdash/dashboards/frontend/5.totalPageLoadTime.mobile.hour.graph
M files/gdash/dashboards/frontend/6.totalPageLoadTime.mobile.day.graph
M files/gdash/dashboards/frontend/7.mediaWikiLoadComplete.mobile.hour.graph
M files/gdash/dashboards/frontend/8.mediaWikiLoadComplete.mobile.day.graph
8 files changed, 8 insertions(+), 8 deletions(-)
Approvals:
Ori.livneh: Verified; Looks good to me, approved
diff --git
a/files/gdash/dashboards/frontend/1.totalPageLoadTime.desktop.hour.graph
b/files/gdash/dashboards/frontend/1.totalPageLoadTime.desktop.hour.graph
index 2fcfa8c..36547f4 100644
--- a/files/gdash/dashboards/frontend/1.totalPageLoadTime.desktop.hour.graph
+++ b/files/gdash/dashboards/frontend/1.totalPageLoadTime.desktop.hour.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1hour'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
diff --git
a/files/gdash/dashboards/frontend/2.totalPageLoadTime.desktop.day.graph
b/files/gdash/dashboards/frontend/2.totalPageLoadTime.desktop.day.graph
index aeecc20..f7fec09 100644
--- a/files/gdash/dashboards/frontend/2.totalPageLoadTime.desktop.day.graph
+++ b/files/gdash/dashboards/frontend/2.totalPageLoadTime.desktop.day.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1day'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
diff --git
a/files/gdash/dashboards/frontend/3.mediaWikiLoadComplete.desktop.hour.graph
b/files/gdash/dashboards/frontend/3.mediaWikiLoadComplete.desktop.hour.graph
index f6ebb79..3e10f30 100644
--- a/files/gdash/dashboards/frontend/3.mediaWikiLoadComplete.desktop.hour.graph
+++ b/files/gdash/dashboards/frontend/3.mediaWikiLoadComplete.desktop.hour.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1hour'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
diff --git
a/files/gdash/dashboards/frontend/4.mediaWikiLoadComplete.desktop.day.graph
b/files/gdash/dashboards/frontend/4.mediaWikiLoadComplete.desktop.day.graph
index aeecc20..f7fec09 100644
--- a/files/gdash/dashboards/frontend/4.mediaWikiLoadComplete.desktop.day.graph
+++ b/files/gdash/dashboards/frontend/4.mediaWikiLoadComplete.desktop.day.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1day'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
diff --git
a/files/gdash/dashboards/frontend/5.totalPageLoadTime.mobile.hour.graph
b/files/gdash/dashboards/frontend/5.totalPageLoadTime.mobile.hour.graph
index ccaf124..884ab57 100644
--- a/files/gdash/dashboards/frontend/5.totalPageLoadTime.mobile.hour.graph
+++ b/files/gdash/dashboards/frontend/5.totalPageLoadTime.mobile.hour.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1hour'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
diff --git
a/files/gdash/dashboards/frontend/6.totalPageLoadTime.mobile.day.graph
b/files/gdash/dashboards/frontend/6.totalPageLoadTime.mobile.day.graph
index 4485823..7ed30f0 100644
--- a/files/gdash/dashboards/frontend/6.totalPageLoadTime.mobile.day.graph
+++ b/files/gdash/dashboards/frontend/6.totalPageLoadTime.mobile.day.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1day'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
diff --git
a/files/gdash/dashboards/frontend/7.mediaWikiLoadComplete.mobile.hour.graph
b/files/gdash/dashboards/frontend/7.mediaWikiLoadComplete.mobile.hour.graph
index e9dd012..0d5cdf1 100644
--- a/files/gdash/dashboards/frontend/7.mediaWikiLoadComplete.mobile.hour.graph
+++ b/files/gdash/dashboards/frontend/7.mediaWikiLoadComplete.mobile.hour.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1hour'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
diff --git
a/files/gdash/dashboards/frontend/8.mediaWikiLoadComplete.mobile.day.graph
b/files/gdash/dashboards/frontend/8.mediaWikiLoadComplete.mobile.day.graph
index 4485823..7ed30f0 100644
--- a/files/gdash/dashboards/frontend/8.mediaWikiLoadComplete.mobile.day.graph
+++ b/files/gdash/dashboards/frontend/8.mediaWikiLoadComplete.mobile.day.graph
@@ -3,7 +3,7 @@
linemode 'connected'
hide_legend 'false'
from '-1day'
-vtitle milliseconds
+vtitle 'milliseconds'
field :q2, :color => 'blue',
:alias => 'Median',
--
To view, visit https://gerrit.wikimedia.org/r/109328
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie908f353c58efdfc504f0a45b37ec8aab0da4ac7
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits