move button to bottom, since password needs to be entered and remove confusing text
This commit is contained in:
parent
c705df5651
commit
77a06d9c8f
1 changed files with 4 additions and 8 deletions
|
@ -2,17 +2,9 @@
|
||||||
<div .content-box>
|
<div .content-box>
|
||||||
<h2>
|
<h2>
|
||||||
Enabling #{description}
|
Enabling #{description}
|
||||||
<p>
|
|
||||||
To enable this repository, you first need to check that its ssh server #
|
|
||||||
is usable from here.
|
|
||||||
<p>
|
|
||||||
<p>
|
<p>
|
||||||
<form method="post" .form-horizontal enctype=#{enctype}>
|
<form method="post" .form-horizontal enctype=#{enctype}>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div .form-group>
|
|
||||||
<div .col-sm-10 .col-sm-offset-2>
|
|
||||||
<button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
|
|
||||||
Check this server
|
|
||||||
$case status
|
$case status
|
||||||
$of UnusableServer msg
|
$of UnusableServer msg
|
||||||
<div .alert .alert-danger>
|
<div .alert .alert-danger>
|
||||||
|
@ -21,6 +13,10 @@
|
||||||
$of _
|
$of _
|
||||||
^{form}
|
^{form}
|
||||||
^{webAppFormAuthToken}
|
^{webAppFormAuthToken}
|
||||||
|
<div .form-group>
|
||||||
|
<div .col-sm-10 .col-sm-offset-2>
|
||||||
|
<button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
|
||||||
|
Check this server
|
||||||
<div .modal .fade #testmodal>
|
<div .modal .fade #testmodal>
|
||||||
<div .modal-dialog>
|
<div .modal-dialog>
|
||||||
<div .modal-content>
|
<div .modal-content>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue