diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/configurators/adddrive.hamlet | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/configurators/adddrive.hamlet b/templates/configurators/adddrive.hamlet index e3dfdd03e..948c9f1ee 100644 --- a/templates/configurators/adddrive.hamlet +++ b/templates/configurators/adddrive.hamlet @@ -26,6 +26,14 @@ <fieldset> ^{form} ^{authtoken} - <button .btn .btn-primary type=submit>Use this drive</button> # + <button .btn .btn-primary type=submit onclick="$('#clonemodal').modal('show');">Use this drive</button> # <a .btn href="@{AddDriveR}"> Rescan for removable drives +<div .modal .fade #clonemodal> + <div .modal-header> + <h3> + Cloning to drive + <div .modal-body> + <p> + Cloning the repository to the drive. This may take a few minutes; # + do not remove the drive. |