kibana-time-plugin
kibana-time-plugin copied to clipboard
Icons do not appear
I installed the kibana-time-plugin succesfully but the icons in the time-animation panel do not appear. Any idea where to look?
Hello, Same thing for me, any help would be appreciated
Which version of Kibana are using?
version : 6.6.2 for that I use master branch
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 .
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;
}
...
Solved :
- By replacing 'glyphicon' to 'fa' in whole project.
- Clear cache after with this command : npm cache clear --force https://stackoverflow.com/questions/36985240/how-to-clear-the-cache-in-angularjs
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??