include PackageRegistryUrl in System Info

This commit is contained in:
sbwalker
2023-08-24 16:39:38 -04:00
parent 6a2cfcab34
commit d2b3061ed9
8 changed files with 37 additions and 44 deletions

View File

@ -1,4 +1,5 @@
using System;
using System.ComponentModel.DataAnnotations.Schema;
namespace Oqtane.Models
{
@ -37,6 +38,12 @@ namespace Oqtane.Models
/// </summary>
public int? LogoFileId { get; set; }
/// <summary>
/// logo
/// </summary>
[NotMapped]
public string LogoUrl { get; set; }
/// <summary>
/// License for the Package.
/// </summary>