mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-09 15:57:05 +02:00
Tweak notifications
This commit is contained in:
parent
8fd9b542d2
commit
a410691994
@ -6,8 +6,12 @@
|
||||
- if installing_gem?
|
||||
%span{class: "badge pull-right"}= installing_gems.length
|
||||
|
||||
- installing_gems.each do |plugin|
|
||||
= alert_line 'fa-refresh fa-spin', "#{plugin.gem_name} (#{plugin.version})"
|
||||
|
||||
- if installing_gem?
|
||||
- installing_gems.each do |plugin|
|
||||
= alert_line 'fa-refresh fa-spin', "#{plugin.gem_name} (#{plugin.version})"
|
||||
- else
|
||||
= alert_line "fa-check text-muted", t('terms.no_alert')
|
||||
|
||||
%li{class: "divider"}
|
||||
|
||||
@ -19,5 +23,8 @@
|
||||
- if uninstalling_gem?
|
||||
%span{class: "badge pull-right"}= uninstalling_gems.length
|
||||
|
||||
- uninstalling_gems.each do |plugin|
|
||||
= alert_line 'fa-spinner fa-spin', plugin.gem_name
|
||||
- if uninstalling_gem?
|
||||
- uninstalling_gems.each do |plugin|
|
||||
= alert_line 'fa-spinner fa-spin', plugin.gem_name
|
||||
- else
|
||||
= alert_line "fa-check text-muted", t('terms.no_alert')
|
||||
|
@ -12,6 +12,7 @@ ja:
|
||||
plugins: &plugins プラグイン
|
||||
misc: &misc その他
|
||||
fluent_version: "fluentd %{version}"
|
||||
no_alert: なし
|
||||
|
||||
plugins:
|
||||
common: &common
|
||||
|
Loading…
Reference in New Issue
Block a user