mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-09 08:03:50 +00:00
display little parsing status instead of error toast
This commit is contained in:
@@ -213,6 +213,9 @@
|
||||
<div class="flex flex-row divide-x items-center">
|
||||
<div class="ml-2">
|
||||
<span
|
||||
title={validCode
|
||||
? 'last signature parsing was sucessful'
|
||||
: 'last signature parsing was succesful'}
|
||||
class="relative inline-flex rounded-full h-2 w-2 {validCode
|
||||
? 'bg-green-500/80'
|
||||
: 'bg-red-500'}"
|
||||
|
||||
Reference in New Issue
Block a user