<spanstyle="margin-left:3px"ng-repeat="field in $parent.panel.fields"class="label">{{field}} <iclass="pointer icon-remove-sign"ng-click="toggle_field(field)"></i></span>
</div>
</div>
<divclass="span8">
<divclass="section span6">
<h6>Columns <small>Click to remove</small></h6>
<h5>Hightlighted Fields</h5>
<spanstyle="margin-left:3px"ng-click="toggle_field(field)"ng-repeat="field in $parent.panel.fields"class="label pointer remove">{{field}} </span>
<spanstyle="margin-left:3px"ng-repeat="field in $parent.panel.highlight"class="label">{{field}} <iclass="pointer icon-remove-sign"ng-click="toggle_highlight(field);set_refresh(true)"></i></span>
<divclass="span8">
<h6>Highlighted fields <small>Click to remove</small></h6>
<spanstyle="margin-left:3px"ng-click="toggle_highlight(field);set_refresh(true)"ng-repeat="field in $parent.panel.highlight"class="label remove pointer">{{field}} </span>
<selectclass="input-small"ng-model="panel.style['font-size']"ng-options="f for f in ['7pt','8pt','9pt','10pt','12pt','14pt','16pt','18pt','20pt','24pt','28pt','32pt','36pt','42pt','48pt','52pt','60pt','72pt']"></select></span>
<selectclass="input-small"ng-model="panel.style['font-size']"ng-options="f for f in ['7pt','8pt','9pt','10pt','12pt','14pt','16pt','18pt','20pt','24pt','28pt','32pt','36pt','42pt','48pt','52pt','60pt','72pt']"></select></span>
</div>
</div>
<divclass="span2">
<divclass="editor-option">
<h6>Trim Factor <tip>Trim fields to this long divided by # of rows. Requires data refresh.</tip></h6>
<h6>Trim Factor <tip>Trim fields to this long divided by # of rows. Requires data refresh.</tip></h6>
<h6>Local Time <tip>Adjust time field to browser's local time</tip></h6><inputtype="checkbox"ng-change="set_refresh(true)"ng-model="panel.localTime"ng-checked="panel.localTime">