Merge pull request #219 from ee61re/master

Update CompareForm.xaml
This commit is contained in:
Mikael Karlsson
2024-04-28 10:19:40 +10:00
committed by GitHub

View File

@@ -67,8 +67,8 @@
<TextBlock Grid.Row='999' TextWrapping="Wrap" Margin="5,20,5,0" Grid.ColumnSpan="2"> <TextBlock Grid.Row='999' TextWrapping="Wrap" Margin="5,20,5,0" Grid.ColumnSpan="2">
The <Bold>Property</Bold> comparison method is a quick and easy option for objects that are based on a static set of properties <LineBreak/> The <Bold>Property</Bold> comparison method is a quick and easy option for objects that are based on a static set of properties <LineBreak/>
e.g. Configuration Profiles, Compliance Polcies etc.<LineBreak/>This method will compare each property of the objects. <LineBreak/> e.g. Configuration Profiles, Compliance Policies etc.<LineBreak/>This method will compare each property of the objects. <LineBreak/>
The downside of this method is that it could be difficult to match the property name with the setting in th UI. The downside of this method is that it could be difficult to match the property name with the setting in the UI.
<LineBreak/> <LineBreak/>
The <Bold>Documentation</Bold> method will use the documentation engine and compare property values as they are displayed in the portal.<LineBreak/> The <Bold>Documentation</Bold> method will use the documentation engine and compare property values as they are displayed in the portal.<LineBreak/>
This is recommended for objects with dynamic settings e.g. Settings Catalog and Endpoint security objects. <LineBreak/> This is recommended for objects with dynamic settings e.g. Settings Catalog and Endpoint security objects. <LineBreak/>