diff --git a/common/.DS_Store b/common/.DS_Store deleted file mode 100644 index 66267451b56..00000000000 Binary files a/common/.DS_Store and /dev/null differ diff --git a/common/css/main.css b/common/css/main.css index 3d811d3dbe6..4676ad6542e 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -8,4 +8,8 @@ #upload { display: inline-block; +} + +[ng\:cloak], [ng-cloak], .ng-cloak { + display: none !important; } \ No newline at end of file diff --git a/common/lib/.DS_Store b/common/lib/.DS_Store deleted file mode 100644 index 7b3aa0bae22..00000000000 Binary files a/common/lib/.DS_Store and /dev/null differ diff --git a/common/lib/LAB.min.js b/common/lib/LAB.min.js new file mode 100644 index 00000000000..e710dfea28b --- /dev/null +++ b/common/lib/LAB.min.js @@ -0,0 +1,5 @@ +/*! LAB.js (LABjs :: Loading And Blocking JavaScript) + v2.0.3 (c) Kyle Simpson + MIT License +*/ +(function(o){var K=o.$LAB,y="UseLocalXHR",z="AlwaysPreserveOrder",u="AllowDuplicates",A="CacheBust",B="BasePath",C=/^[^?#]*\//.exec(location.href)[0],D=/^\w+\:\/\/\/?[^\/]+/.exec(C)[0],i=document.head||document.getElementsByTagName("head"),L=(o.opera&&Object.prototype.toString.call(o.opera)=="[object Opera]")||("MozAppearance"in document.documentElement.style),q=document.createElement("script"),E=typeof q.preload=="boolean",r=E||(q.readyState&&q.readyState=="uninitialized"),F=!r&&q.async===true,M=!r&&!F&&!L;function G(a){return Object.prototype.toString.call(a)=="[object Function]"}function H(a){return Object.prototype.toString.call(a)=="[object Array]"}function N(a,c){var b=/^\w+\:\/\//;if(/^\/\/\/?/.test(a)){a=location.protocol+a}else if(!b.test(a)&&a.charAt(0)!="/"){a=(c||"")+a}return b.test(a)?a:((a.charAt(0)=="/"?D:C)+a)}function s(a,c){for(var b in a){if(a.hasOwnProperty(b)){c[b]=a[b]}}return c}function O(a){var c=false;for(var b=0;b0){for(var a=0;a=0;){d=n.shift();a=a[d.type].apply(null,d.args)}return a},noConflict:function(){o.$LAB=K;return m},sandbox:function(){return J()}};return m}o.$LAB=J();(function(a,c,b){if(document.readyState==null&&document[a]){document.readyState="loading";document[a](c,b=function(){document.removeEventListener(c,b,false);document.readyState="complete"},false)}})("addEventListener","DOMContentLoaded")})(this); \ No newline at end of file diff --git a/config.js b/config.js index 13552fc5e01..5461fed7e11 100644 --- a/config.js +++ b/config.js @@ -8,6 +8,9 @@ refresh: Milliseconds between auto refresh. timeformat: Format for time in histograms (might go away) timefield: Field to use for ISO8601 timestamps (might go away) indexpattern: Timestamping pattern for time based indices, +modules: Panel modules to load. In the future these will be inferred + from your initial dashboard, though if you share dashboards you + will probably need to list them all here NOTE: No timezone support yet, everything is in UTC at the moment. @@ -17,8 +20,6 @@ shared.json contains an example sharable dashboard. Note the subtle differences between dashboard.js and shared.json. Once is a javascript object, the other is json. -PLEASE SEE js/ - */ var config = new Settings( { @@ -29,8 +30,7 @@ var config = new Settings( timefield: '@timestamp', //indexpattern: '"logstash-"yyyy.mm.dd', indexpattern: '"shakespeare"', - modules: ['histogram','piequery','pieterms','stackedquery','map'], - + modules: ['histogram','pieterms','piequery','stackedquery','map'], defaultfields: ['line_text'], perpage: 50, @@ -42,4 +42,4 @@ var config = new Settings( indexdefault: 'logstash-*', primaryfield: '_all' } -); \ No newline at end of file +); diff --git a/index.html b/index.html index b3cd6c9c100..59c76b044bb 100644 --- a/index.html +++ b/index.html @@ -17,44 +17,17 @@ - - - - + - - - - - - - - - - - - - - - - - - - - - - - - - +