Skip to content

Commit 6ed16e7

Browse files
Dharmishtha PatelDharmishtha Patel
authored andcommitted
Refactor
1 parent 88b1d7a commit 6ed16e7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/ServiceControl.Config/UI/AdvancedOptions/ServiceControlAdvancedViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ForceUpgradeAuditInstanceCommand forceUpgradeAuditCommand
2828
)
2929
{
3030
ServiceControlInstance = (ServiceControlBaseService)instance;
31-
DisplayName = "MAINTENANCE MODE";
31+
DisplayName = "ADVANCED OPTIONS";
3232

3333
StartServiceInMaintenanceModeCommand = ReactiveCommand.CreateFromTask<ServiceControlAdvancedViewModel>(async _ =>
3434
{

src/ServiceControlInstaller.Engine/Instances/ServiceControlBaseService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ protected ServiceControlBaseService(IWindowsServiceController service)
2929
public bool InMaintenanceMode { get; set; }
3030
public ReportCard ReportCard { get; set; }
3131

32+
/// <summary>
33+
/// Raven management URL
34+
/// </summary>
3235
public string RavenDbStudioUrl
3336
{
3437
get

0 commit comments

Comments
 (0)