Skip to content

Commit

Permalink
Added "renaming" comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González authored and havidarou committed Jun 25, 2018
1 parent 62b6193 commit 4928baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import { once, clone } from 'lodash';
import toggleHtml from './kbn_global_timepicker.html';
import { timeNavigation } from './time_navigation';

// WAZUH. Renamed from kbnGlobalTimepicker to wzKbnGlobalTimepicker
uiModules
.get('kibana')
.directive('wzKbnGlobalTimepicker', (timefilter, globalState, $rootScope) => {
Expand Down
1 change: 1 addition & 0 deletions public/kibana-integrations/kbn_top_nav/kbn_top_nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import './bread_crumbs/bread_crumbs';

const module = uiModules.get('kibana');

// WAZUH. Renamed from kbnTopNav to wzKbnTopNav
module.directive('wzKbnTopNav', function (Private) {
const KbnTopNavController = Private(KbnTopNavControllerProvider);
const navbarExtensions = Private(NavBarExtensionsRegistryProvider);
Expand Down

0 comments on commit 4928baa

Please sign in to comment.