diff --git a/html/skins/alteeve/jobs.js b/html/skins/alteeve/jobs.js index 6632118a..e6167e06 100644 --- a/html/skins/alteeve/jobs.js +++ b/html/skins/alteeve/jobs.js @@ -1,6 +1,7 @@ $.ajaxSetup({ cache: false }); +// TODO: Loop through jobs found on HTML and hide and divs that aren't found in jobs.json. $(function() { if($("#running_jobs").length) { console.log('Looking for running jobs.'); diff --git a/share/words.xml b/share/words.xml index 7de64445..7ba2d6fa 100644 --- a/share/words.xml +++ b/share/words.xml @@ -90,6 +90,7 @@ Report if a reboot is needed: #!variable!program!# This system does NOT need to be rebooted. Exiting to '--run-once' switch. Previous run exited early. Restarting momentarily. + No updates were found or needed. Starting: [#!variable!program!#]. diff --git a/tools/anvil-update-system b/tools/anvil-update-system index 08b1a0f1..482c1889 100755 --- a/tools/anvil-update-system +++ b/tools/anvil-update-system @@ -293,6 +293,12 @@ sub run_os_update $anvil->Log->variables({source => $THIS_FILE, line => __LINE__, level => 2, list => { reboot_needed => $reboot_needed }}); } + # If there were no updates, let the user know. + if ($line =~ /^Nothing to do/i) + { + update_progress($anvil, 95, "message_0057"); + } + if ((not $verifying) && ($line =~ /^Verifying /i)) { # Update done, verifying now.