Stop auto loading seconds in top bar
This commit is contained in:
parent
fae953e04b
commit
22f3d09d56
src/app/view/home
@ -66,7 +66,7 @@ export class BlockDetailListComponent implements OnInit {
|
||||
if (res["status"] == 200) {
|
||||
// var hasharray = res.response;
|
||||
this.latestblockdetail = res.response;
|
||||
setInterval(() => this.incrementseconds(), 1000);
|
||||
// setInterval(() => this.incrementseconds(), 1000);
|
||||
this.latestblockdetail["blink"] = false;
|
||||
resolve();
|
||||
}
|
||||
|
@ -271,7 +271,7 @@ export class GraphListComponent implements OnInit {
|
||||
this.tDate,
|
||||
this.tHour,
|
||||
this.tKernal,
|
||||
'Kernal',
|
||||
'Input',
|
||||
);
|
||||
resolve();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user