Browse Source

[web] fix relayhost test

Michael Kuron 7 years ago
parent
commit
125ce8e27c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/web/modals/admin.php

+ 1 - 1
data/web/modals/admin.php

@@ -115,7 +115,7 @@ if (!isset($_SESSION['mailcow_cc_role'])) {
       </div>
       </div>
       <div class="modal-body">
       <div class="modal-body">
           <form class="form-horizontal" data-cached-form="true" id="test_relayhost_form" role="form" method="post">
           <form class="form-horizontal" data-cached-form="true" id="test_relayhost_form" role="form" method="post">
-            <input type="hidden" class="form-control" name="relayhost_id">
+            <input type="hidden" class="form-control" name="relayhost_id" id="relayhost_id">
             <div class="form-group">
             <div class="form-group">
               <label class="control-label col-sm-2" for="mail_from"><?=$lang['admin']['relay_from'];?></label>
               <label class="control-label col-sm-2" for="mail_from"><?=$lang['admin']['relay_from'];?></label>
               <div class="col-sm-10">
               <div class="col-sm-10">