Add help block informing auto CORS for the app_domain setting

This commit is contained in:
James Brooks
2014-12-20 18:47:34 +00:00
parent fb3711c999
commit 8b2466a9e9
+3
View File
@@ -29,6 +29,9 @@
<div class='form-group'>
<label>Allowed Domains <em>Comma Seperated</em></label>
<textarea class='form-control' name='allowed_domains' rows='5' placeholder='http://cachet.io, http://cachet.herokuapp.com'>{{ Setting::get('allowed_domains') }}</textarea>
<div class='help-block'>
The domain set above is automatically allowed by default.
</div>
</div>
</fieldset>