mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add class to spinner, fix linting, remove whitespace
This commit is contained in:
parent
5fbcd92bfb
commit
e8c9173e6f
3 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@ define(function (require) {
|
|||
return function transformMappingIntoFields(Private, configFile, config) {
|
||||
var _ = require('lodash');
|
||||
var MappingConflict = require('errors').MappingConflict;
|
||||
var castMappingType = Private(require('components/index_patterns/_cast_mapping_type'));
|
||||
var castMappingType = Private(require('components/index_patterns/_cast_mapping_type'));
|
||||
|
||||
/**
|
||||
* Convert the ES response into the simple map for fields to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define(function (require) {
|
||||
var html = '<div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div>';
|
||||
var html = '<div class="kbn-spinner"><div class="bounce1"></div> <div class="bounce2"></div> <div class="bounce3"></div></div>';
|
||||
var module = require('modules').get('kibana/directives');
|
||||
|
||||
module.directive('spinner', function () {
|
||||
|
|
|
@ -39,7 +39,6 @@ define(function (require) {
|
|||
expect(filter([1, 2, 3, 4, 5, 6, 7, 8, 9], 3).length).to.be(6);
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue