kibana-time-plugin icon indicating copy to clipboard operation
kibana-time-plugin copied to clipboard

Icons do not appear

Open MrKuip opened this issue 5 years ago • 7 comments

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

MrKuip avatar Apr 01 '19 14:04 MrKuip

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

AbdessamadM avatar Apr 02 '19 12:04 AbdessamadM

Which version of Kibana are using?

nreese avatar Apr 02 '19 12:04 nreese

version : 6.6.2 for that I use master branch

AbdessamadM avatar Apr 02 '19 13:04 AbdessamadM

I,m using 6.6.2

On Tue, 2 Apr 2019, 15:33 AbdessamadM, [email protected] wrote:

version : 6.6.2 for that I use master branch

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nreese/kibana-time-plugin/issues/52#issuecomment-478997450, or mute the thread https://github.com/notifications/unsubscribe-auth/APEL6VrZeF-4iuPCSt2ZeEBKUpDuBlySks5vc1w4gaJpZM4cVz9p .

MrKuip avatar Apr 02 '19 14:04 MrKuip

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;
  }
...

reaisinc avatar Apr 08 '19 17:04 reaisinc

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

AbdessamadM avatar Apr 15 '19 12:04 AbdessamadM

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??

imabaharin avatar Jan 06 '20 05:01 imabaharin