Rashid Khan пре 12 година
родитељ
комит
9b563d1dfa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      panels/dashcontrol/module.js

+ 1 - 1
panels/dashcontrol/module.js

@@ -88,7 +88,7 @@ angular.module('kibana.dashcontrol', [])
       type,
       type,
       ($scope.elasticsearch.title || dashboard.current.title),
       ($scope.elasticsearch.title || dashboard.current.title),
       ($scope.panel.ttl_enable ? ttl : false)
       ($scope.panel.ttl_enable ? ttl : false)
-      ).then(
+    ).then(
       function(result) {
       function(result) {
       if(!_.isUndefined(result._id)) {
       if(!_.isUndefined(result._id)) {
         alertSrv.set('Dashboard Saved','This dashboard has been saved to Elasticsearch as "' + 
         alertSrv.set('Dashboard Saved','This dashboard has been saved to Elasticsearch as "' +