OliverKeyes has submitted this change and it was merged.
Change subject: Fix tab name to make link work
......................................................................
Fix tab name to make link work
Bug: T117094
Change-Id: I7e6a58465807837c2c42f717922b93937648994f
---
M ui.R
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
OliverKeyes: Verified; Looks good to me, approved
diff --git a/ui.R b/ui.R
index 813523a..dc6a1f2 100644
--- a/ui.R
+++ b/ui.R
@@ -14,7 +14,7 @@
),
sidebarMenu(menuItem(text = "Traffic"),
menuSubItem(text = "Summary", tabName = "traffic_summary"),
- menuSubItem(text = "Pageviews by search engine", tabName =
"traffic_bysearch")
+ menuSubItem(text = "Pageviews by search engine", tabName =
"traffic_by_engine")
)
)
@@ -25,7 +25,7 @@
dygraphOutput("traffic_summary_dygraph"),
includeMarkdown("./tab_documentation/traffic_summary.md")
),
- tabItem(tabName = "traffic_bysearch",
+ tabItem(tabName = "traffic_by_engine",
platform_select("platform_traffic_bysearch"),
checkboxInput("platform_traffic_bysearch_log", label = "Log
scale", value = FALSE),
dygraphOutput("traffic_bysearch_dygraph"),
--
To view, visit https://gerrit.wikimedia.org/r/249869
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7e6a58465807837c2c42f717922b93937648994f
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/wonderbolt
Gerrit-Branch: master
Gerrit-Owner: Bearloga <[email protected]>
Gerrit-Reviewer: OliverKeyes <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits