Row editing and adding new panel is now a lot quicker and easier with the new row menu (Issue #475)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
<div class="span4">
|
||||
<h4>Add Row</h4>
|
||||
<label class="small">Title</label>
|
||||
<input type="text" class="input-medium" ng-model='row.title' placeholder="New row"></input>
|
||||
<input type="text" class="input-normal" ng-model='row.title' placeholder="New row"></input>
|
||||
<label class="small">Height</label>
|
||||
<input type="text" class="input-mini" ng-model='row.height'></input>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user