Merge branch 'develop' into webpack
This commit is contained in:
+5
-1
@@ -7,7 +7,11 @@ function (DatatableService) {
|
||||
var ctrl = this;
|
||||
|
||||
this.state = {
|
||||
orderBy: this.orderBy
|
||||
orderBy: this.orderBy,
|
||||
showQuickActionStats: true,
|
||||
showQuickActionLogs: true,
|
||||
showQuickActionConsole: true,
|
||||
showQuickActionInspect: true
|
||||
};
|
||||
|
||||
this.filters = {
|
||||
|
||||
Reference in New Issue
Block a user