fix saving searches in the logviewer
This commit is contained in:
committed by
Kenn Jacobsen
parent
720a1b2dd4
commit
2c368c2b38
@@ -262,11 +262,7 @@
|
||||
submitButtonLabel: "Save Search",
|
||||
disableSubmitButton: true,
|
||||
view: "logviewersearch",
|
||||
query: {
|
||||
filterExpression: vm.logOptions.filterExpression,
|
||||
startDate: vm.logOptions.startDate,
|
||||
endDate: vm.logOptions.endDate
|
||||
},
|
||||
query: vm.logOptions.filterExpression,
|
||||
submit: function (model) {
|
||||
//Resource call with two params (name & query)
|
||||
//API that opens the JSON and adds it to the bottom
|
||||
|
||||
Reference in New Issue
Block a user