mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-04-05 12:21:03 +02:00
Fix notification
This commit is contained in:
parent
23557d6763
commit
12aed8fe64
@ -46,10 +46,10 @@
|
||||
|
||||
computed: {
|
||||
alertsCount: {
|
||||
$get: function(){ return this.alerts.length; }
|
||||
get: function(){ return this.alerts.length; }
|
||||
},
|
||||
hasAlerts: {
|
||||
$get: function(){ return this.alertsCount > 0; }
|
||||
get: function(){ return this.alertsCount > 0; }
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user