removed conflicting class that would cause panel type to not be populated in select type input

This commit is contained in:
Rashid Khan
2013-09-23 08:46:27 -07:00
parent a4f8d4d864
commit eeb4d1d797
+1 -1
View File
@@ -48,7 +48,7 @@
<div class="row-fluid" ng-show="editor.index == 2">
<h4>Select Panel Type</h4>
<form class="form-inline">
<select class="input-medium input-append" ng-model="panel.type" ng-options="panelType for panelType in config.panel_names|stringSort"></select>
<select class="input-medium" ng-model="panel.type" ng-options="panelType for panelType in config.panel_names|stringSort"></select>
<small ng-show="rowSpan(row) > 11">
Note: This row is full, new panels will wrap to a new line. You should add another row.
</small>