mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-04 17:11:06 +01:00
CP-12617: Port CP-12191 to trunk:
Fixed build error: "ShowJustHostInSearch is not roaming" Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
f5dd0ed9c1
commit
fed8b7ccd7
1
XenAdmin/Properties/Settings.Designer.cs
generated
1
XenAdmin/Properties/Settings.Designer.cs
generated
@ -686,6 +686,7 @@ namespace XenAdmin.Properties {
|
|||||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||||
|
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
||||||
public bool ShowJustHostInSearch {
|
public bool ShowJustHostInSearch {
|
||||||
get {
|
get {
|
||||||
return ((bool)(this["ShowJustHostInSearch"]));
|
return ((bool)(this["ShowJustHostInSearch"]));
|
||||||
|
@ -158,7 +158,7 @@
|
|||||||
<Setting Name="ShowHealthCheckEnrollmentReminder" Roaming="true" Type="System.Boolean" Scope="User">
|
<Setting Name="ShowHealthCheckEnrollmentReminder" Roaming="true" Type="System.Boolean" Scope="User">
|
||||||
<Value Profile="(Default)">True</Value>
|
<Value Profile="(Default)">True</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="ShowJustHostInSearch" Type="System.Boolean" Scope="User">
|
<Setting Name="ShowJustHostInSearch" Roaming="true" Type="System.Boolean" Scope="User">
|
||||||
<Value Profile="(Default)">False</Value>
|
<Value Profile="(Default)">False</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
</Settings>
|
</Settings>
|
||||||
|
Loading…
Reference in New Issue
Block a user