Merge branch 'master' into build-tweaks
Conflicts: dist/app/components/require.config.js src/app/components/require.config.js
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ define([
|
||||
'elasticjs',
|
||||
'bootstrap',
|
||||
'angular-sanitize',
|
||||
'angular-strap'
|
||||
'angular-strap',
|
||||
'extend-jquery'
|
||||
],
|
||||
function (angular, $, _, appLevelRequire) {
|
||||
"use strict";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
define(['jquery-src'],
|
||||
define(['jquery'],
|
||||
function ($) {
|
||||
'use strict';
|
||||
|
||||
@@ -24,8 +24,10 @@ require.config({
|
||||
'underscore-src': '../vendor/underscore',
|
||||
bootstrap: '../vendor/bootstrap/bootstrap',
|
||||
|
||||
jquery: 'components/jquery.extended',
|
||||
'jquery-src': '../vendor/jquery/jquery-1.8.0',
|
||||
jquery: '../vendor/jquery/jquery-1.8.0',
|
||||
|
||||
'extend-jquery': 'components/extend-jquery',
|
||||
|
||||
'jquery.flot': '../vendor/jquery/jquery.flot',
|
||||
'jquery.flot.pie': '../vendor/jquery/jquery.flot.pie',
|
||||
'jquery.flot.selection': '../vendor/jquery/jquery.flot.selection',
|
||||
@@ -53,7 +55,7 @@ require.config({
|
||||
exports: 'Modernizr'
|
||||
},
|
||||
|
||||
'jquery-src': {
|
||||
jquery: {
|
||||
exports: 'jQuery'
|
||||
},
|
||||
|
||||
|
||||
@@ -137,7 +137,7 @@ dashboard.rows[0].panels = [
|
||||
// Add a filtering panel to the 3rd row
|
||||
dashboard.rows[1].panels = [
|
||||
{
|
||||
type: 'Query'
|
||||
type: 'query'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user