Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
Co-authored-by: Timur Sağlam <[email protected]>
  • Loading branch information
Kr0nox and tsaglam authored Jan 23, 2025
1 parent 68d1c9a commit ed13533
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions report-viewer/src/views/FileUploadView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@
<Button class="mx-auto w-fit text-xl" @click="continueWithLocal()"> View Example </Button>
</div>
<div class="text-xl font-bold text-error">
The hosted report viewer is no longer being updated. It does not support the latest features
of JPlag. <br />
The report viewer of version 6.0.0 or newer is started from the cli directly.
The hosted report viewer is no longer being updated and does not support the latest features of JPlag. <br />
Starting with JPlag version 6.0.0, the report viewer is launched directly in your browser when running JPlag.
</div>
<div v-if="errors.length > 0" class="text-error">
<p>{{ getErrorText() }}</p>
Expand Down

0 comments on commit ed13533

Please sign in to comment.