app bar and log details page

This commit is contained in:
shenlong-tanwen
2024-10-24 01:46:10 +05:30
parent a0afea04d8
commit 5385d43c8c
12 changed files with 183 additions and 8 deletions
+10 -2
View File
@@ -38,9 +38,17 @@
},
"logs": {
"title": "Logs",
"no_logs": "No logs available"
"no_logs": "No logs available",
"detail": {
"title": "Log Detail",
"message_heading": "MESSAGE",
"context_heading": "CONTEXT",
"error_heading": "ERROR",
"stack_heading": "STACK TRACE"
}
},
"common": {
"loading": "Loading"
"loading": "Loading",
"copied_long": "Copied to clipboard"
}
}