mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-21 17:11:29 +01:00
Moved NRPE related files to the same folder.
Signed-off-by: Konstantina Chremmou <Konstantina.Chremmou@cloud.com>
This commit is contained in:
parent
d941e0f533
commit
a20ea5ab6e
@ -29,13 +29,15 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
using XenAPI;
|
||||
using XenAdmin.Actions;
|
||||
using System.Collections.Generic;
|
||||
using XenAdmin.Core;
|
||||
using System.Drawing;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Windows.Forms;
|
||||
using XenAdmin.Actions;
|
||||
using XenAdmin.Core;
|
||||
using XenAdmin.Actions.NRPE;
|
||||
using XenAPI;
|
||||
|
||||
|
||||
namespace XenAdmin.SettingsPanels
|
||||
{
|
||||
|
@ -31,7 +31,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace XenAdmin
|
||||
namespace XenAdmin.Actions.NRPE
|
||||
{
|
||||
public class NRPEHostConfiguration : ICloneable
|
||||
{
|
@ -33,7 +33,7 @@ using System.Linq;
|
||||
using XenAPI;
|
||||
|
||||
|
||||
namespace XenAdmin.Actions
|
||||
namespace XenAdmin.Actions.NRPE
|
||||
{
|
||||
public class NRPEUpdateAction : AsyncAction
|
||||
{
|
@ -88,7 +88,7 @@
|
||||
<Compile Include="Actions\Host\HostAbstractAction.cs" />
|
||||
<Compile Include="Actions\Host\RebootHostAction.cs" />
|
||||
<Compile Include="Actions\Host\RestartToolstackAction.cs" />
|
||||
<Compile Include="Actions\Host\NRPEUpdateAction.cs" />
|
||||
<Compile Include="Actions\NRPE\NRPEUpdateAction.cs" />
|
||||
<Compile Include="Actions\Host\ShutdownHostAction.cs" />
|
||||
<Compile Include="Actions\Host\UpdateIntegratedGpuPassthroughAction.cs" />
|
||||
<Compile Include="Actions\DummyAction.cs" />
|
||||
@ -199,7 +199,7 @@
|
||||
<Compile Include="Utils\Helpers.Versions.cs" />
|
||||
<Compile Include="Utils\StringExtensions.cs" />
|
||||
<Compile Include="Utils\TimeSpanExtensions.cs" />
|
||||
<Compile Include="NRPE\NRPEHostConfiguration.cs" />
|
||||
<Compile Include="Actions\NRPE\NRPEHostConfiguration.cs" />
|
||||
<Compile Include="WLB\WlbPoolConfiguration.cs" />
|
||||
<Compile Include="WLB\WlbReportInfo.cs" />
|
||||
<Compile Include="WLB\WlbReportSubscription.cs" />
|
||||
|
Loading…
Reference in New Issue
Block a user