-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#70 Add a page for instances being in the WAITING FOR ANCESTOR state
- Loading branch information
1 parent
936eba1
commit 8fd842d
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<img src="img/state-starting.gif" alt="Waiting for ancestor..." /> | ||
<p>The following actions can be undertaken.</p> | ||
|
||
<ul> | ||
<li><a href="" ng-click="changeState( 'DEPLOYED_STOPPED' )">Stop this instance</a></li> | ||
<li><a href="" ng-click="changeState( 'NOT_DEPLOYED' )">Undeploy it</a></li> | ||
<li><a href="" ng-click="createChildInstance()">Create a child instance</a></li> | ||
</ul> | ||
|
||
<br /> | ||
<strong>Description</strong> | ||
<br /> | ||
|
||
The instance is waiting for one of its ancestor to resolve its dependencies. | ||
This instance will start automatically with its ancestors. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters