mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
add missing username for blog notifications (#5422)
The notifications backend it worked fine, but the frontend was missing the username variable to be in able to display the 'New' badge correctly
This commit is contained in:
parent
7d51eb47f7
commit
24f054f009
6 changed files with 39 additions and 35 deletions
|
|
@ -293,7 +293,7 @@ class ChartWidget extends Widget {
|
|||
await super.update(datasourceParams);
|
||||
if (this._chart != null) {
|
||||
// expecting that rsp contains an object called series
|
||||
const { colors, series } = this._fetchedData.rsp;
|
||||
const { colors, series } = this._fetchedData.rsp;
|
||||
// update the colors list
|
||||
this._chartConfig.colors = colors;
|
||||
this._chartConfig.series = series;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue