show modal while cloning to removable drive
This commit is contained in:
parent
93f29997a9
commit
78f9e954a0
1 changed files with 9 additions and 1 deletions
|
@ -26,6 +26,14 @@
|
||||||
<fieldset>
|
<fieldset>
|
||||||
^{form}
|
^{form}
|
||||||
^{authtoken}
|
^{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}">
|
<a .btn href="@{AddDriveR}">
|
||||||
Rescan for removable drives
|
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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue