Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons do not appear #52

Open
MrKuip opened this issue Apr 1, 2019 · 7 comments
Open

Icons do not appear #52

MrKuip opened this issue Apr 1, 2019 · 7 comments

Comments

@MrKuip
Copy link

MrKuip commented Apr 1, 2019

I installed the kibana-time-plugin succesfully but the icons in the time-animation panel do not appear.
Any idea where to look?

@AbdessamadM
Copy link

Hello,
Same thing for me, any help would be appreciated

@nreese
Copy link
Owner

nreese commented Apr 2, 2019

Which version of Kibana are using?

@AbdessamadM
Copy link

version : 6.6.2
for that I use master branch

@MrKuip
Copy link
Author

MrKuip commented Apr 2, 2019 via email

@reaisinc
Copy link

reaisinc commented Apr 8, 2019

Same problem with 6.5.4 when building as oss. Fixed by globally replacing instances of "glyphicon" to "fa". Change glyphicon-chevron-left/right/play/pause to fa-backward/forward/play/pause in carousel.less and bootstrap-addons.js. Also changed time.css to increase the height of the buttons to 18px:

.time-vis {
  .btn {
    color: #F6F6F6;
    height:18px;
  }
...

@AbdessamadM
Copy link

Solved :

  1. By replacing 'glyphicon' to 'fa' in whole project.
  2. Clear cache after with this command : npm cache clear --force
    https://stackoverflow.com/questions/36985240/how-to-clear-the-cache-in-angularjs

@imabaharin
Copy link

Hello,
The same things happen to me. I am using version 7.3.0.
I am already do the steps above but the icon still missing.
Is it because of different version??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants