mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-03 16:41:04 +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.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
[global::System.Configuration.SettingsManageabilityAttribute(global::System.Configuration.SettingsManageability.Roaming)]
|
||||
public bool ShowJustHostInSearch {
|
||||
get {
|
||||
return ((bool)(this["ShowJustHostInSearch"]));
|
||||
|
@ -154,11 +154,11 @@
|
||||
</Setting>
|
||||
<Setting Name="PinConnectionBar" Roaming="true" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Setting>
|
||||
<Setting Name="ShowHealthCheckEnrollmentReminder" Roaming="true" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="ShowJustHostInSearch" Type="System.Boolean" Scope="User">
|
||||
</Setting>
|
||||
<Setting Name="ShowJustHostInSearch" Roaming="true" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
|
Loading…
Reference in New Issue
Block a user