Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
mayb this should be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
XWasHere committed Oct 26, 2023
1 parent 0d1172d commit b7ddc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/setup.pug
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ block content
h3.setup-text-item-title Host
sl-input#pgsql-host(type='text' placeholder='postgres.example.com' clearable): sl-icon(slot='prefix' name='fas-server' library='fa')
h3.setup-text-item-title Port
sl-input#pgsql-port(type='number' placeholder='5432' min='1' max='65535' no-spin-buttons clearable): sl-icon(slot='prefix' name='fas-server' library='fa')
sl-input#pgsql-port(type='number' placeholder='5432' min='1' max='65535' no-spin-buttons clearable): sl-icon(slot='prefix' name='fas-number' library='fa')
h3.setup-text-item-title User
sl-input#pgsql-user(type='text' placeholder='posgrassql' clearable): sl-icon(slot='prefix' name='fas-user' library='fa')
h3.setup-text-item-title Password
Expand Down

0 comments on commit b7ddc96

Please sign in to comment.