Added label to new record line

This commit is contained in:
Lukas Metzger 2016-01-23 19:44:14 +01:00
parent d2238f1b6e
commit 91a201c783

View file

@ -146,7 +146,7 @@ limitations under the License.
<tbody>
</tbody>
<tfoot>
<td></td>
<td>New</td>
<td><input id="addName" type="text" class="form-control input-sm" data-regex="^([^.]+\.)*[^.]+$"></td>
<td><select id="addType" class="form-control" style="width: 70%;"></select></td>
<td><input id="addContent" type="text" class="form-control input-sm" data-regex="^.+$"></td>