use global webapp redirects when shutting down
This commit is contained in:
parent
b1a89c448a
commit
6802123f7d
7 changed files with 38 additions and 16 deletions
10
templates/control/notrunning.hamlet
Normal file
10
templates/control/notrunning.hamlet
Normal file
|
@ -0,0 +1,10 @@
|
|||
<div .span9 .hero-unit>
|
||||
<p>
|
||||
Bye bye!
|
||||
<div .modal .fade #shutdownmodal>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
git-annex has shut down
|
||||
<div .modal-body>
|
||||
<p>
|
||||
You can now close this browser window.
|
3
templates/control/notrunning.julius
Normal file
3
templates/control/notrunning.julius
Normal file
|
@ -0,0 +1,3 @@
|
|||
$(function() {
|
||||
$('#shutdownmodal').modal('show');
|
||||
});
|
|
@ -1,2 +0,0 @@
|
|||
<div .span9 .hero-unit>
|
||||
Shutting down...
|
Loading…
Add table
Add a link
Reference in a new issue