Update: Plugin UI Extensions
Add additional Results; Implemented UI Extensions on Device, Job and User Controllers
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using Disco.Models.UI.Device;
|
||||
|
||||
namespace Disco.Web.Models.Device
|
||||
{
|
||||
public class IndexModel : DeviceIndexModel
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user