Updating for the next
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
|
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
public class DmesgFilter
|
||||
{
|
||||
|
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
|
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
public class NginxFilter
|
||||
{
|
||||
|
12
Seenginx.Models/NotificationSettings.cs
Normal file
12
Seenginx.Models/NotificationSettings.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
public class NotificationSettings
|
||||
{
|
||||
public string Text { get; set; }
|
||||
public PopupType PopupType { get; set; }
|
||||
}
|
||||
}
|
22
Seenginx.Models/PopupEnums.cs
Normal file
22
Seenginx.Models/PopupEnums.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
public enum PopupType
|
||||
{
|
||||
Ok,
|
||||
OkCancel,
|
||||
YesNo,
|
||||
YesNoCancel
|
||||
}
|
||||
|
||||
public enum PopupAnswer
|
||||
{
|
||||
Ok,
|
||||
Cancel,
|
||||
Yes,
|
||||
No
|
||||
}
|
||||
}
|
@@ -1,6 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
|
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
public class SystemDFilter
|
||||
{
|
||||
|
@@ -1,8 +1,4 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Seenginx.Models
|
||||
namespace Seenginx.Models
|
||||
{
|
||||
public class SystemDLogsFilter
|
||||
{
|
||||
|
Reference in New Issue
Block a user