From 334b7c2855d1d62b1eda7dfac4f5a3c6df0bac11 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Mon, 24 Jun 2024 17:00:09 +0200 Subject: dashboard: support manual reproduction requests As it is problematic to set up automatic bidirectional sharing of reproducer files between namespaces, let's support the ability to manually request a reproduction attempt on a specific syz-manager instance. That should help in the time being. --- pkg/html/pages/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkg') diff --git a/pkg/html/pages/style.css b/pkg/html/pages/style.css index 9ec565616..60e523ffa 100644 --- a/pkg/html/pages/style.css +++ b/pkg/html/pages/style.css @@ -354,6 +354,11 @@ aside { margin-bottom: 7px; } +.input-values textarea { + width: 750pt; + height: 250pt; +} + .input-group { margin-top: 7px; margin-bottom: 7px; -- cgit mrf-deployment