Merge pull request #720 from GaborApatiNagy/master_CP-12617

CP-12617: Port CP-12191 to trunk:
This commit is contained in:
Mihaela Stoica 2015-10-28 14:11:32 +00:00
commit ffdede1ba7
2 changed files with 4 additions and 3 deletions

View File

@ -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"]));

View File

@ -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>