Skip to content

Commit 85cfa85

Browse files
fix: update static html (#301)
1 parent 0ab44ca commit 85cfa85

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugin/src/main/resources/ui/html/ScanSummaryInit.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,10 @@
3939
${ideStyle}
4040
</head>
4141
<body>
42-
<div class="snx-header">
43-
<h1 class="snx-title snx-h1">Snyk Security is loading...</h1>
44-
</div>
4542
<div class="snx-summary">
4643
<div class="snx-status">
4744
<span class="snx-loader"></span>
48-
<p class="snx-message">Waiting for the Snyk CLI to be downloaded and the Language Server to be initialized. </p>
45+
<p class="snx-message">Snyk Security is loading...</p>
4946
</div>
5047
</div>
5148
</body>

0 commit comments

Comments
 (0)