feature: bulk generate documents for device batches, models and profiles
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.UI.Config.Shared
|
||||
{
|
||||
public interface ConfigSharedDeviceGroupDocumentTemplateBulkGenerate : BaseUIModel
|
||||
{
|
||||
List<Repository.DocumentTemplate> BulkGenerateDocumentTemplates { get; set; }
|
||||
int DeviceGroupId { get; }
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Disco.Models.UI.Config.Shared
|
||||
namespace Disco.Models.UI.Config.Shared
|
||||
{
|
||||
public interface ConfigSharedTaskStatusModel : BaseUIModel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user