Skip to content

Commit

Permalink
fix: miss sort filter in log query api
Browse files Browse the repository at this point in the history
  • Loading branch information
justahole committed Dec 24, 2019
1 parent 5ba88f7 commit 4ee0490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/LogSearch/Logging/Detail/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $titleHeight: 30px;
@at-root {
.toolbar {
&.pollingMode {
grid-template-columns: 1fr 32px 130px;
grid-template-columns: 1fr 32px 130px 32px;
}
padding: 8px 20px;
line-height: 32px;
Expand Down
1 change: 1 addition & 0 deletions src/stores/logging/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default class LoggingQuery extends LoggingStore {
end_time: this.endTime,
log_query: this.log_query,
pods: this.pods,
sort: this.sort,
containers: this.containers,
from: this.from,
size: this.size,
Expand Down

0 comments on commit 4ee0490

Please sign in to comment.