add cron description

This commit is contained in:
Girish Ramakrishnan
2021-11-29 09:54:49 -08:00
parent 1efdb846f3
commit f22e43e189
2 changed files with 3 additions and 1 deletions

View File

@@ -1090,6 +1090,7 @@
</ul>
</div>
</label>
<p>{{ 'app.cron.description' | tr }}</p>
<div ng-show="cron.error.crontab"><small>{{ cron.error.crontab }}</small></div>
<textarea ng-trim="false" style="white-space: pre-wrap" ng-model="cron.crontab" class="form-control text-monospace" rows="10"></textarea>
</div>