forked from Azure/BatchExplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: display the status of a pool node after deleting a node (Azure#584)
* Fix displaying the status of nodes of a pool after deleting node * Added specs * Fix tests
- Loading branch information
1 parent
0016f26
commit a433c50
Showing
6 changed files
with
41 additions
and
22 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
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 |
---|---|---|
@@ -1,8 +1,4 @@ | ||
<div md-tooltip="{{tooltipMessage}}" tooltip-position="{{tooltipPosition}}"> | ||
<i class="fa fa-tv" [ngClass]="largeIcon ? 'fa-2' : ''"></i> | ||
<span>{{pool.currentNodes}}</span> | ||
<span *ngIf="pool.currentNodes !== pool.targetNodes"> | ||
<span >⇾</span> | ||
<span>{{pool.targetNodes}}</span> | ||
</span> | ||
<span>{{prettyStatus}}</span> | ||
</div> |
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
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
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
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