- client: add message when dns server is starting up

This commit is contained in:
Artem Baskal
2019-12-06 18:00:01 +03:00
parent 2b14a043a9
commit 1e429df3bc
29 changed files with 151 additions and 189 deletions

View File

@@ -41,10 +41,7 @@ class Dashboard extends Component {
render() {
const { dashboard, stats, t } = this.props;
const dashboardProcessing =
dashboard.processing ||
stats.processingStats ||
stats.processingGetConfig;
const statsProcessing = stats.processingStats || stats.processingGetConfig;
const subtitle =
stats.interval === 1
@@ -81,8 +78,8 @@ class Dashboard extends Component {
{refreshFullButton}
</div>
</PageTitle>
{dashboardProcessing && <Loading />}
{!dashboardProcessing && (
{statsProcessing && <Loading />}
{!statsProcessing && (
<div className="row row-cards">
<div className="col-lg-12">
<Statistics