Added newlines filter to text panel, set default.json to Logstash instructional message with loader

This commit is contained in:
Rashid Khan
2013-02-16 10:28:03 -07:00
parent 6d78d69c07
commit 0a94593fc9
3 changed files with 23 additions and 292 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<kibana-panel ng-controller='text'>
<p ng-style="panel.style">{{panel.content}}</p>
<p ng-show='!panel.allowhtml' ng-style="panel.style" ng-bind-html-unsafe="panel.content | striphtml | newlines"></p>
</kibana-panel>