feat(UI fix):

This commit is contained in:
Alexander Myasoedov
2024-08-19 20:58:32 +03:00
parent ee4ef7e18f
commit 7d6ec625b9
2 changed files with 8 additions and 4 deletions
+7 -3
View File
@@ -59,8 +59,11 @@
<div class="w-full absolute left-0 flex justify-center">
<h1
class="text-4xl font-bold text-gray-400"> <span
class="font-technopollas text-3xl text-dark-accent-green">Agentic</span>
LLM Vulnerability Scanner</h1>
class="text-2xl font-technopollas text-dark-accent-green">Agentic
</span>
Vulnerability
Scanner</h1>
</div>
<div class="w-full flex justify-end relative z-10">
<a href="https://github.com/msoedov/agentic_security" target="_blank"
@@ -134,7 +137,8 @@
</section>
<!-- Modules Selection -->
<section class="bg-dark-card rounded-lg p-6 shadow-lg">
<section
class="bg-dark-card rounded-lg p-6 shadow-lg border-dark-accent-red border-4">
<div @click="toggleModules"
class="flex justify-between items-center cursor-pointer">
<h2 class="text-2xl font-bold">Modules [{{selectedDS}}
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agentic_security"
version = "0.1.8"
version = "0.1.9"
description = "Agentic LLM vulnerability scanner"
authors = ["Alexander Miasoiedov <msoedov@gmail.com>"]
maintainers = ["Alexander Miasoiedov <msoedov@gmail.com>"]