Skip to content

Commit 73e5aac

Browse files
author
thom
committed
Show MySQL monitoring note in alert box
1 parent 334e2fa commit 73e5aac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/admin/lib/lang/en_server_config.lng

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $wb["do_not_try_rescue_httpd_txt"] = 'Disable HTTPD monitoring';
183183
$wb["do_not_try_rescue_mongodb_txt"] = 'Disable MongoDB monitoring';
184184
$wb["do_not_try_rescue_mysql_txt"] = 'Disable MySQL monitoring';
185185
$wb["do_not_try_rescue_mail_txt"] = 'Disable Email monitoring';
186-
$wb["rescue_description_txt"] = '<b>Information:</b> If you want to shut down mysql you have to select the "Disable MySQL monitor" checkbox and then wait 2-3 minutes.<br>If you do not wait 2-3 minutes, rescue will try to restart mysql!';
186+
$wb["rescue_description_txt"] = 'If you want to shut down MySQL you have to select the "Disable MySQL monitor" checkbox and then wait 2-3 minutes. If you do not wait 2-3 minutes, rescue will try to restart MySQL!';
187187
$wb["enable_sni_txt"] = 'Enable SNI';
188188
$wb["set_folder_permissions_on_update_txt"] = 'Set folder permissions on update';
189189
$wb["add_web_users_to_sshusers_group_txt"] = 'Add web users to -sshusers- group';

interface/web/admin/templates/server_config_rescue_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737

3838

39-
<tmpl_var name="rescue_description_txt">
39+
<div class="alert alert-warning"><tmpl_var name="rescue_description_txt"></div>
4040

4141
<input type="hidden" name="id" value="{tmpl_var name='id'}">
4242

0 commit comments

Comments
 (0)