Skip to content

Commit

Permalink
input controls icon (elastic#14517) (elastic#14552)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored Oct 24, 2017
1 parent 232ad95 commit 704214a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/core_plugins/input_control_vis/public/register_vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { VisTypesRegistryProvider } from 'ui/registry/vis_types';
import { VisController } from './vis_controller';
import { ControlsTab } from './components/editor/controls_tab';
import { OptionsTab } from './components/editor/options_tab';
import image from './images/icon-input-control.svg';


function InputControlVisProvider(Private) {
Expand All @@ -14,7 +15,7 @@ function InputControlVisProvider(Private) {
return VisFactory.createBaseVisualization({
name: 'input_control_vis',
title: 'Controls',
icon: 'fa fa-gear',
image,
description: 'Create interactive controls for easy dashboard manipulation.',
category: CATEGORY.OTHER,
isExperimental: true,
Expand Down
5 changes: 5 additions & 0 deletions src/ui/public/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -738,4 +738,9 @@ fieldset {
margin-left: 2px;
}

.kuiGalleryItem__image img {
width: 64px;
height: 64px;
}

@import "~dragula/dist/dragula.css";

0 comments on commit 704214a

Please sign in to comment.