mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
refactor traffic report
split traffic report in 2, page view vs raw traffic hide raw traffic report by default improve flushing logic for application reqs
This commit is contained in:
parent
1d3f4f6935
commit
820ce8765e
12 changed files with 177 additions and 92 deletions
|
@ -53,6 +53,9 @@ export default Ember.Controller.extend({
|
|||
actions: {
|
||||
refreshProblems: function() {
|
||||
this.loadProblems();
|
||||
},
|
||||
showTrafficReport: function() {
|
||||
this.set("showTrafficReport", true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue