From 99e3f8ba675592f232b2445b8a7d6272626ec119 Mon Sep 17 00:00:00 2001 From: blek Date: Thu, 2 Nov 2023 23:49:26 +1000 Subject: [PATCH] match colors with the console UI --- filed/static/assets/alert.css | 3 +++ filed/templates/curlapi_help.html | 15 ++++++++++++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/filed/static/assets/alert.css b/filed/static/assets/alert.css index 55bc69d..2444755 100644 --- a/filed/static/assets/alert.css +++ b/filed/static/assets/alert.css @@ -24,4 +24,7 @@ .alert.blue .alert-title { background: #203050; +} +.alert.green .alert-title { + background: #205030; } \ No newline at end of file diff --git a/filed/templates/curlapi_help.html b/filed/templates/curlapi_help.html index 5a92970..e982594 100644 --- a/filed/templates/curlapi_help.html +++ b/filed/templates/curlapi_help.html @@ -25,7 +25,11 @@

- curl -X POST {{env.instanceurl}}/curlapi/upload -F'file=@file.txt' -F'tos_consent=on' + curl + -X POST + {{env.instanceurl}}/curlapi/upload + -F'file=@file.txt' + -F'tos_consent=on'

To add a password, do it like this: @@ -34,7 +38,12 @@

- curl -X POST {{env.instanceurl}}/curlapi/upload -F'file=@file.txt' -F'filename=uwu' -F'tos_consent=on' -F'named=on' + curl + -X POST + {{env.instanceurl}}/curlapi/upload + -F'file=@file.txt' + -F'tos_consent=on' + -F'named=on'

Note that the @@ -45,7 +54,7 @@ HTML form.

-
+

Important