Skip to content

Commit

Permalink
πŸ” Add searchbox funtionality to filter logs (#618)
Browse files Browse the repository at this point in the history
* Add searchbox funtionality to filter logs

Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>

* Remove command properties

Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>

* Trigger ui tests

Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>

---------

Signed-off-by: Sheikh-Abubaker <sheikhabubaker761@gmail.com>
  • Loading branch information
Sheikh-Abubaker authored Oct 10, 2024
1 parent 68ae2db commit 6a43e84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { mapResponseError } from "../../../../utils/api/errors";
import { isStreamingEnabled } from "../../../../utils/api/common";
import { logStream } from "../../../../utils/api/sse/logs";
import axios from "axios";
import "ace-builds/src-noconflict/ext-searchbox";

interface PodLogsProps {
pod: any;
Expand Down

0 comments on commit 6a43e84

Please sign in to comment.