Sfoglia il codice sorgente

text panel documentation

Rashid Khan 12 anni fa
parent
commit
bcaba79494
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      panels/text/module.js

+ 13 - 0
panels/text/module.js

@@ -1,3 +1,16 @@
+/*
+
+  ## Text
+
+  A simple panel of static content
+
+  ### Parameters
+  * mode :: 'text', 'html', 'markdown'
+  * content :: Content of the panel
+  * style :: Hash containing css properties
+  
+*/
+
 angular.module('kibana.text', [])
 .controller('text', function($scope, $rootScope) {