ccashfrontend/views/setup.pug
2021-04-19 17:32:02 +10:00

18 lines
523 B
Text

extends layout
block content
.container
h1 Welcome to CCashBank Front End SETUP
.card
form(method='POST', action='/setup')
#form-group
label BANKAPIURL:
input.form-control(name='url', type='url')
label SSH enabled on front end? leave unchecked if unsure:
input.form-control(name='secure', type='checkbox')
br
input.btn.btn-primary(type='submit',value='Submit')
br
br
h2 THESE SETTINGS WILL REQUIRE A RESTART TO APPLY