mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
A fix to the about page and also started to rework the notification backend slightly to easily add more notifications
This commit is contained in:
parent
87b2272bdf
commit
13c0b4ed17
6 changed files with 132 additions and 74 deletions
|
@ -162,7 +162,7 @@ namespace Ombi.Core.StatusChecker
|
|||
}
|
||||
var downloadLink = $"{AppveyorApiUrl}/buildjobs/{jobId}/artifacts/{artifactResult.fileName}";
|
||||
|
||||
var branchDisplay = EnumHelper<Branches>.GetDisplayValue(branch);
|
||||
var branchDisplay = EnumHelper<Branches>.GetBranchValue<BranchAttribute>(branch).DisplayName;
|
||||
var fileversion = AssemblyHelper.GetFileVersion();
|
||||
|
||||
var model = new StatusModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue