From 96518487658dac47703c96780613fa93748d3946 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 4 May 2009 22:35:37 -0400 Subject: Allow clicking on the Version and expand it with uname -a via Ajax magic. --- usr/local/www/widgets/widgets/system_information.widget.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr/local/www/widgets/widgets/system_information.widget.php b/usr/local/www/widgets/widgets/system_information.widget.php index 28fa093..656d9c6 100644 --- a/usr/local/www/widgets/widgets/system_information.widget.php +++ b/usr/local/www/widgets/widgets/system_information.widget.php @@ -76,7 +76,7 @@ if($_REQUEST['getupdatestatus']) { $curcfg = $config['system']['firmware']; ?> - + @@ -90,7 +90,7 @@ $curcfg = $config['system']['firmware'];
built on
- +

Obtaining update status...
@@ -230,5 +230,8 @@ $curcfg = $config['system']['firmware']; function activitycallback(transport) { $('updatestatus').innerHTML = transport.responseText; } + function swapuname() { + $('uname').innerHTML=""; + } setTimeout('getstatus()', 4000); -- cgit v1.1