-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added possibility to restart all failed hosts without checking any (#…
…1408) * Added possibility to restart all failed hosts without checking any * Added modal window to confirm retrying deployment * Changed naming in buttons * Deleted class checked-hosts-btn * Restored disabling buttons for not selected hosts
- Loading branch information
1 parent
94c9105
commit 8163211
Showing
2 changed files
with
45 additions
and
14 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 |
---|---|---|
|
@@ -342,3 +342,11 @@ body { | |
vertical-align: middle; | ||
margin-top: 3px; | ||
} | ||
|
||
.mr-1 { | ||
margin-right: 5px; | ||
} | ||
|
||
.ml-1 { | ||
margin-left: 5px; | ||
} |
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