@@ -37,18 +37,26 @@ Use the following form to create your own ``nbgitpuller`` links.
3737 </li >
3838 </ul >
3939
40- <div class =" tab-content" >
41- <div class =" tab-pane fade show active" id =" auth-default" role =" tabpanel" aria-labelledby =" tab-auth-default" tabindex =" 0" >
42- <input type =" text" readonly class =" form-control form-control" id =" default-link" name =" auth-default-link" placeholder =" Generated link appears here..." >
43- </div >
44- <div class =" tab-pane fade" id =" auth-canvas" role =" tabpanel" aria-labelledby =" tab-auth-canvas" tabindex =" 0" >
45- <input type =" text" readonly class =" form-control form-control" id =" canvas-link" name =" auth-canvas-link" placeholder =" Generated canvas 'external app' link appears here..." >
46- </div >
47- <div class =" tab-pane fade" id =" auth-binder" role =" tabpanel" aria-labelledby =" tab-auth-binder" tabindex =" 0" >
48- <input type =" text" readonly class =" form-control form-control" id =" binder-link" name =" auth-binder-link" placeholder =" Generated Binder link appears here..." >
49- </div >
40+ <div class =" tab-content" style =" margin :10px ;" >
41+ <div class =" tab-pane fade show active" id =" auth-default" role =" tabpanel" aria-labelledby =" tab-auth-default" tabindex =" 0" >
42+ <div class =" input-group" >
43+ <input type =" text" readonly class =" form-control col-sm-2 col-form-label" id =" default-link" name =" auth-default-link" placeholder =" Generated link appears here..." >
44+ <button class =" btn btn-outline-secondary" type =" button" onclick =" copyLink('default-link')" >Copy</button >
45+ </div >
46+ </div >
47+ <div class =" tab-pane fade" id =" auth-canvas" role =" tabpanel" aria-labelledby =" tab-auth-canvas" tabindex =" 0" >
48+ <div class =" input-group" >
49+ <input type =" text" readonly class =" form-control col-sm-2 col-form-label" id =" canvas-link" name =" auth-canvas-link" placeholder =" Generated canvas 'external app' link appears here..." >
50+ <button class =" btn btn-outline-secondary" type =" button" onclick =" copyLink('canvas-link')" >Copy</button >
51+ </div >
52+ </div >
53+ <div class =" tab-pane fade" id =" auth-binder" role =" tabpanel" aria-labelledby =" tab-auth-binder" tabindex =" 0" >
54+ <div class =" input-group" >
55+ <input type =" text" readonly class =" form-control col-sm-2 col-form-label" id =" binder-link" name =" auth-binder-link" placeholder =" Generated Binder link appears here..." >
56+ <button class =" btn btn-outline-secondary" type =" button" onclick =" copyLink('binder-link')" >Copy</button >
57+ </div >
58+ </div >
5059 </div >
51- </div >
5260
5361 <div class =" form-group row" >
5462 <label for =" hub" class =" col-sm-2 col-form-label" >JupyterHub URL</label >
0 commit comments