mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-05-03 06:22:56 +03:00
add progress bar and filters notifications
This commit is contained in:
parent
0292d2b32b
commit
0e173d2f70
7 changed files with 44 additions and 2 deletions
client/src/components/Dashboard
|
@ -20,7 +20,7 @@ class Dashboard extends Component {
|
|||
this.props.getStats();
|
||||
this.props.getStatsHistory();
|
||||
this.props.getTopStats();
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
const { dashboard } = this.props;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue