diff --git a/src/NzbDrone.Common/Instrumentation/LogTargets.cs b/src/NzbDrone.Common/Instrumentation/LogTargets.cs index 9230a428d..099dd71bc 100644 --- a/src/NzbDrone.Common/Instrumentation/LogTargets.cs +++ b/src/NzbDrone.Common/Instrumentation/LogTargets.cs @@ -22,7 +22,8 @@ namespace NzbDrone.Common.Instrumentation RegisterDebugger(); } - RegisterExceptron(); + //Disabling for now - until its fixed or we yank it out + //RegisterExceptron(); if (updateApp) { diff --git a/src/UI/System/Update/UpdateItemViewTemplate.html b/src/UI/System/Update/UpdateItemViewTemplate.html index 95b56de51..408ec669b 100644 --- a/src/UI/System/Update/UpdateItemViewTemplate.html +++ b/src/UI/System/Update/UpdateItemViewTemplate.html @@ -3,12 +3,14 @@ {{version}} - {{ShortDate releaseDate}} - {{#if installed}}{{/if}} - - {{#if isUpgrade}} - Install - {{/if}} + {{#if installed}} + + {{/if}} + + {{#if isUpgrade}} + Install + {{/if}} {{#with changes}} diff --git a/src/UI/System/Update/update.less b/src/UI/System/Update/update.less index 48c138f40..6d4e8e944 100644 --- a/src/UI/System/Update/update.less +++ b/src/UI/System/Update/update.less @@ -4,11 +4,21 @@ margin-bottom: 30px; legend { - margin-bottom: 5px; - line-height: 30px; + cursor : default; + margin-bottom : 5px; + line-height : 30px; .date { - font-size: 16px; + font-size : 16px; + } + + .install-update { + .clickable(); + margin-left : 10px; + } + + .update-installed { + margin-left : 10px; } } @@ -25,11 +35,6 @@ font-size: 13px; } - .install-update { - .clickable(); - margin-left: 10px; - } - a { color: white; text-decoration: none;