Docker: updated 'Add Config' button to be a little more descriptive on the create/edit container page

This commit is contained in:
Eric Schultz
2016-03-13 11:25:21 -05:00
parent 02100b31bf
commit eb158b7e58
@@ -1185,7 +1185,7 @@ $showAdditionalInfo = '';
<table class="advanced">
<tr>
<td>&nbsp;</td>
<td><button type="button" onclick="addConfigPopup();">Add Config</button></td>
<td><a href="javascript:addConfigPopup();" style="font-size: 1.2em"><i class="fa fa-plus"></i> Add another Path, Port or Variable</a></td>
</tr>
</table>
<br>