Skip to content

Commit

Permalink
add explanatory blurb to credentials form
Browse files Browse the repository at this point in the history
  • Loading branch information
reevejd committed Aug 19, 2019
1 parent c38e899 commit 427284a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/browser.ts
Expand Up @@ -99,6 +99,11 @@ namespace Private {
return VirtualDOM.realize(
h.div(
{ className: "s3form" },
h.h4("S3 Object Storage Browser"),
h.div(
"This extension allows you to browse S3-compatible object storage instances, such as AWS S3 and IBM Cloud Object Storage."
),
h.br(),
h.form(
{ id: "s3form", method: "post" },
h.p(
Expand Down

0 comments on commit 427284a

Please sign in to comment.