aboutsummaryrefslogtreecommitdiff
path: root/src/powertop.css
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@linux.intel.com>2012-04-26 14:31:28 -0400
committerArjan van de Ven <arjan@linux.intel.com>2012-04-26 14:31:28 -0400
commitcb26d0e587ac57e9d2f5f4806f92eb5cd7f0da0e (patch)
tree86f1acf3f3ef3ff9f885c8e3a816ebc2b426624c /src/powertop.css
parentd643a53a2a823a6430962f4799c0dce839bb9fba (diff)
downloadpowertop-2.0-v2-cb26d0e587ac57e9d2f5f4806f92eb5cd7f0da0e.tar.gz
default to the summary screen
Diffstat (limited to 'src/powertop.css')
-rw-r--r--src/powertop.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/powertop.css b/src/powertop.css
index 63e0f2b..4a67c7f 100644
--- a/src/powertop.css
+++ b/src/powertop.css
@@ -4,9 +4,8 @@
<script>
$(document).ready(function(){
- $('#summary h2').addClass('hide');
- $('#summary table').addClass('hide');
- $('#summary p').addClass('hide');
+ $('#system h2').addClass('hide');
+ $('#system table').addClass('hide');
$('#cpuidle h2').addClass('hide');
$('#cpuidle table').addClass('hide');
$('#cpufreq h2').addClass('hide');
@@ -27,7 +26,7 @@ $(document).ready(function(){
$('#top').append('<div class=\"DeviceButton\" onclick=\"toggleDevice()\">Device Info</div>');
$('#top').append('<div class=\"TuningButton\" onclick=\"toggleTuning()\">Tuning</div>');
$('#top').append('<div class=\"AllButton\" onclick=\"toggleAll()\">All</div>');
- $('#top .SystemButton').toggleClass('pressed');
+ $('#top .SummaryButton').toggleClass('pressed');
}
);