Restore strong tags in callout boxes now that CSS is fixed
This commit is contained in:
parent
a303c817ba
commit
5c57db1f5d
@ -34,7 +34,7 @@
|
||||
|
||||
<div class="doc-callout doc-callout-tip">
|
||||
<strong>💡 Recommended Approach:</strong><br>
|
||||
Automatic mail import is disabled by default. Start by using the manual import button to test if everything works correctly. Once you're satisfied that emails are being imported and processed as expected, you can enable automatic mail import in Settings → Mail. This way, the system will automatically fetch new emails at the configured interval.
|
||||
Automatic mail import is <strong>disabled by default</strong>. Start by using the manual import button to test if everything works correctly. Once you're satisfied that emails are being imported and processed as expected, you can enable automatic mail import in <strong>Settings</strong> → <strong>Mail</strong>. This way, the system will automatically fetch new emails at the configured interval.
|
||||
</div>
|
||||
|
||||
<h2>Step 2: Add a Customer</h2>
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
<div class="doc-callout doc-callout-info">
|
||||
<strong>💡 Note:</strong><br>
|
||||
On the Customers page, you'll see the number of jobs linked to each customer. If no jobs are configured yet, you'll see <span style="color: red; font-weight: bold;">0</span> displayed in red and bold.
|
||||
On the Customers page, you'll see the number of jobs linked to each customer. If no jobs are configured yet, you'll see <strong style="color: red;">0</strong> displayed in red and bold.
|
||||
</div>
|
||||
|
||||
<h2>Step 3: Create Your First Job from Inbox</h2>
|
||||
@ -80,7 +80,7 @@
|
||||
|
||||
<div class="doc-callout doc-callout-tip">
|
||||
<strong>💡 Tip:</strong><br>
|
||||
Use the Delete button on emails that are not backup reports. Deleted emails are moved to Deleted Mails (visible to admins only).
|
||||
Use the <strong>Delete</strong> button on emails that are not backup reports. Deleted emails are moved to <strong>Deleted Mails</strong> (visible to admins only).
|
||||
</div>
|
||||
|
||||
<h2>Step 5: Review Backup Runs</h2>
|
||||
@ -96,7 +96,7 @@
|
||||
|
||||
<div class="doc-callout doc-callout-info">
|
||||
<strong>💡 About Daily Jobs:</strong><br>
|
||||
The Daily Jobs page shows jobs expected to run today based on learned schedules. It takes a few days for the system to learn a job's schedule pattern. Once learned, jobs will appear in Daily Jobs on their expected days. Individual runs always appear immediately in Run Checks regardless of schedule.
|
||||
The <strong>Daily Jobs</strong> page shows jobs expected to run today based on learned schedules. It takes a few days for the system to learn a job's schedule pattern. Once learned, jobs will appear in Daily Jobs on their expected days. Individual runs always appear immediately in <strong>Run Checks</strong> regardless of schedule.
|
||||
</div>
|
||||
|
||||
<h2>Understanding the Workflow</h2>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user