Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions default-help-base-dialog-content.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const DefaultHelpBaseDialogContent = `
<h3>Base Comparison Rules Help</h3>

<p>The one of the two groups of filters shown below will applied to <strong>each</strong> set
of comparison rules. If a rule is set to "exclusive" mode (default), then the corresponding rule
set from the "Exclude Rules" section will be applied. If a rule is set to "inclusive" mode, then
the corresponding rule set from the "Include Rules" section will be applied.
</p>
<p>Any changes made header will be applied to all rules. Use the "Reset" button in the footer to discard all saved changes and revert to the the defaults</p>
<p>Base rules apply to all rules.</p>

<p>One of the two groups of filters shown below will applied to each set of comparison rules on dependent rules. If a rule is set to "exclusive" mode (default), then the corresponding rule set from the "Exclude Rules" section will be applied. If a rule is set to "inclusive" mode, then the corresponding rule set from the "Include Rules" section will be applied.</p>

<p>The default settings are to ensure that naming identifiers don't prevent comparisons between objects (e.g. IEDs with a different name for example).
Use the "Reset" button in the footer to discard all saved changes and revert to the the defaults.</p>

`;
1 change: 1 addition & 0 deletions info-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ export class InfoDialog extends LitElement {

a {
color: var(--oscd-base02);
}
`;
}