Stop auto loading seconds in top bar

This commit is contained in:
shunmugam 2019-09-18 10:50:02 +05:30
parent fae953e04b
commit 22f3d09d56
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ export class BlockDetailListComponent implements OnInit {
if (res["status"] == 200) { if (res["status"] == 200) {
// var hasharray = res.response; // var hasharray = res.response;
this.latestblockdetail = res.response; this.latestblockdetail = res.response;
setInterval(() => this.incrementseconds(), 1000); // setInterval(() => this.incrementseconds(), 1000);
this.latestblockdetail["blink"] = false; this.latestblockdetail["blink"] = false;
resolve(); resolve();
} }

View File

@ -271,7 +271,7 @@ export class GraphListComponent implements OnInit {
this.tDate, this.tDate,
this.tHour, this.tHour,
this.tKernal, this.tKernal,
'Kernal', 'Input',
); );
resolve(); resolve();
} }