Merge lp:~pwlars/qa-dashboard/wakeup-axis-label into lp:qa-dashboard

Proposed by Paul Larson
Status: Merged
Approved by: Joe Talbott
Approved revision: 690
Merged at revision: 695
Proposed branch: lp:~pwlars/qa-dashboard/wakeup-axis-label
Merge into: lp:qa-dashboard
Diff against target: 39 lines (+4/-4)
2 files modified
eventstat/templates/eventstat/arch_overview.html (+2/-2)
eventstat/templates/eventstat/task_overview.html (+2/-2)
To merge this branch: bzr merge lp:~pwlars/qa-dashboard/wakeup-axis-label
Reviewer Review Type Date Requested Status
Joe Talbott Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+197638@code.launchpad.net

Commit message

Here's the other label fix that we need. I think this should get all the places we need to change.

Description of the change

Here's the other label fix that we need. I think this should get all the places we need to change.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:690
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~pwlars/qa-dashboard/wakeup-axis-label/+merge/197638/+edit-commit-message

http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/271/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/dashboard-ci/271/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Joe Talbott (joetalbott) wrote :

+1 for clarity.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'eventstat/templates/eventstat/arch_overview.html'
2--- eventstat/templates/eventstat/arch_overview.html 2013-10-11 02:45:45 +0000
3+++ eventstat/templates/eventstat/arch_overview.html 2013-12-04 03:28:20 +0000
4@@ -38,14 +38,14 @@
5 <div id="machine-{{ machine.id }}" style="float: left; width: 800px; height: 400px;"></div>
6 {% if machine.has_image %}
7 <script type="text/javascript">
8- draw_power_graph("{% url "eventstat_api_machine_overview" machine.id "image" "total" %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", true, "wakeups");
9+ draw_power_graph("{% url "eventstat_api_machine_overview" machine.id "image" "total" %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", true, "Average wakeups/min");
10 </script>
11 <div id="machine-{{ machine.id }}-label" style="width: 60px; padding-top: 5px; float: left;"></div>
12 </div>
13 <a href="{% url "eventstat_machine_details" arch=arch machine_id=machine.id method="install" %}">Detailed view</a>
14 {% elif machine.has_upgrade %}
15 <script type="text/javascript">
16- draw_power_graph("{% url "eventstat_api_machine_overview" machine.id "upgrade" "total" %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", true, "wakeups");
17+ draw_power_graph("{% url "eventstat_api_machine_overview" machine.id "upgrade" "total" %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", true, "Average wakeups/min");
18 </script>
19 <div id="machine-{{ machine.id }}-label" style="width: 60px; padding-top: 5px; float: left;"></div>
20 </div>
21
22=== modified file 'eventstat/templates/eventstat/task_overview.html'
23--- eventstat/templates/eventstat/task_overview.html 2013-10-11 02:45:45 +0000
24+++ eventstat/templates/eventstat/task_overview.html 2013-12-04 03:28:20 +0000
25@@ -28,12 +28,12 @@
26 {% if upgrade %}
27 <script type="text/javascript">
28 var big = true;
29- draw_power_graph("{% url "eventstat_api_task_upgrade_overview" machine.id upgrade.id task.task %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", big, "wakeups");
30+ draw_power_graph("{% url "eventstat_api_task_upgrade_overview" machine.id upgrade.id task.task %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", big, "Average wakeups/min");
31 </script>
32 {% else %}
33 <script type="text/javascript">
34 var big = true;
35- draw_power_graph("{% url "eventstat_api_task_overview" machine.id image.id task.task %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", big, "wakeups");
36+ draw_power_graph("{% url "eventstat_api_task_overview" machine.id image.id task.task %}", "machine-{{ machine.id }}", "machine-{{ machine.id}}-label", big, "Average wakeups/min");
37 </script>
38 {% endif %}
39 <div id="machine-{{ machine.id }}-label" style="width: 60px; padding-top: 5px; float: left;"></div>

Subscribers

People subscribed via source and target branches