mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #720 from GaborApatiNagy/master_CP-12617
CP-12617: Port CP-12191 to trunk:
This commit is contained in:
commit
ffdede1ba7
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"]));
|
||||||
|
@ -154,11 +154,11 @@
|
|||||||
</Setting>
|
</Setting>
|
||||||
<Setting Name="PinConnectionBar" Roaming="true" Type="System.Boolean" Scope="User">
|
<Setting Name="PinConnectionBar" Roaming="true" Type="System.Boolean" Scope="User">
|
||||||
<Value Profile="(Default)">True</Value>
|
<Value Profile="(Default)">True</Value>
|
||||||
</Setting>
|
</Setting>
|
||||||
<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