Commit b0c13649 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Bugfix in setting custom binds when creating a new task.

parent fa1b1236
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@
           <tr>
            <td valign="top" style="width:180px"><b>Extra binds</b></td>
            <td>
             <input type="text" name="extra_volumes" value="" placeholder="" size="23" /><br>
             <input type="text" name="extra_binds" value="" placeholder="" size="40" /><br>
             <p style="line-height: 0.95"><font size=-1>Here you can set extra binds on top of the ones already define by the administrator. Format is <i>host_directory:container_directory</i>, comma separated.</font></p>
            </td>
           </tr>