mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-11 16:57:11 +02:00
Enable tooltip
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
322bfefab3
commit
1e763acfcd
@ -34,3 +34,7 @@ Vue.filter('to_json', function (value) {
|
||||
window.Vue = Vue
|
||||
|
||||
import '../stylesheets/application.scss'
|
||||
|
||||
$(document).ready(() => {
|
||||
$("[data-toggle=tooltip]").tooltip()
|
||||
})
|
||||
|
@ -1,3 +0,0 @@
|
||||
$(document).ready(() => {
|
||||
$("label[data-toggle=tooltip]").tooltip()
|
||||
})
|
@ -1,7 +1,6 @@
|
||||
- page_title t("fluentd.settings.#{target_plugin_name}.show.page_title")
|
||||
- add_javascript_pack_tag("nested_settings")
|
||||
- add_javascript_pack_tag("owned_plugin_section")
|
||||
- add_javascript_pack_tag("tooltip")
|
||||
|
||||
.card.mb-3
|
||||
.card-body.bg-light
|
||||
|
Loading…
Reference in New Issue
Block a user