diff --git a/gui/templates/views/manage.tmpl b/gui/templates/views/manage.tmpl index 3ef3354..d143b35 100644 --- a/gui/templates/views/manage.tmpl +++ b/gui/templates/views/manage.tmpl @@ -105,10 +105,6 @@ {{ end }} {{ if eq $item.Name "LabCA Application" }} - -
-
-
@@ -744,9 +740,6 @@ if (data.Success) { if (data.UpdateAvailable) { - $("#version-update").removeClass("hidden"); - $("#version-conditional-break").removeClass("hidden"); - var notes = "RELEASE NOTES

"; jQuery.each(data.Versions, function(idx, val) { notes += "" + val + "
" @@ -764,9 +757,6 @@ }] }); } else { - $("#version-update").addClass("hidden") - $("#version-conditional-break").addClass("hidden"); - BootstrapDialog.show({ title: 'No new version', message: 'There is currently no newer version available.', diff --git a/update b/update new file mode 120000 index 0000000..f7ffc47 --- /dev/null +++ b/update @@ -0,0 +1 @@ +install \ No newline at end of file