Stop auto loading seconds in top bar
This commit is contained in:
parent
fae953e04b
commit
22f3d09d56
@ -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();
|
||||||
}
|
}
|
||||||
|
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user