Slight adjustments to #189

This commit is contained in:
tidusjar 2016-04-29 14:36:00 +01:00
commit 21a3830101
5 changed files with 8 additions and 9 deletions

View file

@ -92,7 +92,7 @@
success: function (response) {
if (response.updateAvailable) {
var status = createBaseUrl(urlBase, '/admin/status');
$('#updateAvailable').html("There is a new update available! Click <a style='color: white' href='"+status+"'>Here!</a>");
$('#updateAvailable').html("<i class='fa fa-cloud-download' aria-hidden='true'></i> There is a new update available! Click <a style='color: white' href='"+status+"'>Here!</a>");
$('#updateAvailable').removeAttr("hidden");
}
},