Updated the WebUI by creating new page for viewing the installed plugins
This commit is contained in:
8
WebUI/Models/InstalledPluginViewModel.cs
Normal file
8
WebUI/Models/InstalledPluginViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace WebUI.Models;
|
||||
|
||||
public class InstalledPluginViewModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Version { get; set; }
|
||||
public bool IsOfflineAdded { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user