Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjien committed Sep 12, 2024
1 parent cc052ea commit fd751d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jenkins-log-reader",
"displayName": "jenkins-log-reader",
"description": "read jenkins log, analyse with local AI.",
"version": "0.3.29",
"version": "0.3.31",
"engines": {
"vscode": "^1.93.0"
},
Expand Down
3 changes: 1 addition & 2 deletions src/panels/JenkinsPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ export class JenkinsPanel {
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src ${webview.cspSource} https:; style-src ${webview.cspSource}; script-src 'nonce-${nonce}'; style-src-elem ${webview.cspSource} 'unsafe-inline'; font-src ${webview.cspSource}">
<link href="https://unpkg.com/tailwindcss@^3.4.10/dist/tailwind.min.css" rel="stylesheet">
<link rel="stylesheet" href="${stylesUri}">
<link rel="stylesheet" href="./extension.css">
<title>Jenkins Logs Analysis</title>
</head>
<body>
Expand Down

0 comments on commit fd751d2

Please sign in to comment.