Copy over more services for polling
Use a class for rollout status response Add some better errors Add override styles for success case
This commit is contained in:
parent
d936d778da
commit
128cf0a28d
8 changed files with 318 additions and 72 deletions
|
@ -28,6 +28,8 @@
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Overrides for fixing old quay styles*/
|
||||
|
||||
.quay-config-app .alert-danger {
|
||||
padding: 25px;
|
||||
display: flex;
|
||||
|
@ -43,7 +45,22 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
/* Overrides for fixing old quay styles*/
|
||||
.quay-config-app .co-alert.co-alert-success {
|
||||
padding: 25px;
|
||||
display: flex;
|
||||
margin-bottom: 0;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.quay-config-app .co-alert.co-alert-success:before {
|
||||
font-family: Font Awesome\ 5 Free;
|
||||
font-weight: 900;
|
||||
font-size: 30px;
|
||||
padding-right: 15px;
|
||||
color: green;
|
||||
text-align: center;
|
||||
position: static;
|
||||
}
|
||||
|
||||
|
||||
/* Fixes the transition to font awesome 5 */
|
||||
|
|
Reference in a new issue