Skip to content

Commit c966ec1

Browse files
committed
disable auto refresh on audit page
1 parent 1545bdc commit c966ec1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenFlow/src/public/Controllers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,7 @@ module openflow {
26462646
public userdata: userdata
26472647
) {
26482648
super($scope, $location, $routeParams, $interval, WebSocketClient, api, userdata);
2649-
this.autorefresh = true;
2649+
this.autorefresh = false;
26502650
console.debug("AuditlogsCtrl");
26512651
// this.basequery = { _type: "role" };
26522652
this.collection = "audit";

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.439
1+
0.0.440

0 commit comments

Comments
 (0)