if (networkErrors > 0 && this.$elNetworkErrors) {
            this.$elNetworkErrors.text(networkErrors).show();

        } else if (this.$elNetworkErrors) {
            this.$elNetworkErrors.text('0').hide();