-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: search in service logs (#1830)
## Description: Adding a search bar to the service logs window ![image](https://github.com/kurtosis-tech/kurtosis/assets/11248996/60f962af-743d-49a4-87d5-74e2f02fed82) ## Is this change user facing? YES ## References (if applicable): Closes #1791
- Loading branch information
1 parent
6facb66
commit 7fce5b5
Showing
9 changed files
with
296 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"files": { | ||
"main.js": "./static/js/main.14d7f9cc.js", | ||
"main.js": "./static/js/main.bab03440.js", | ||
"index.html": "./index.html", | ||
"main.14d7f9cc.js.map": "./static/js/main.14d7f9cc.js.map" | ||
"main.bab03440.js.map": "./static/js/main.bab03440.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/js/main.14d7f9cc.js" | ||
"static/js/main.bab03440.js" | ||
] | ||
} |
Oops, something went wrong.