mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
Websocket Help
Show browser aware help for troubleshooting web socket connection problems.
This commit is contained in:
@@ -1125,8 +1125,17 @@ input[type="checkbox"].checkbox-no-label {
|
||||
content: "\f111";
|
||||
}
|
||||
|
||||
.error-color {
|
||||
color:@red;
|
||||
}
|
||||
|
||||
.connecting-color {
|
||||
color: @warning;
|
||||
}
|
||||
|
||||
.ok-color,
|
||||
.icon-cloud-true {
|
||||
color: @green;
|
||||
color: @green;
|
||||
}
|
||||
|
||||
.icon-cloud-false {
|
||||
@@ -1511,34 +1520,37 @@ tr td button i {
|
||||
|
||||
/* Help modal dialog */
|
||||
|
||||
#help-modal {
|
||||
#help-modal-dialog {
|
||||
overflow: hidden;
|
||||
padding: 10px;
|
||||
|
||||
img {
|
||||
max-width: 450px;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border: 1px solid @grey;
|
||||
box-shadow: 3px 3px 5px 0 @grey;
|
||||
}
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border: 1px solid @grey;
|
||||
box-shadow: 3px 3px 5px 0 @grey;
|
||||
}
|
||||
|
||||
.img-container,
|
||||
.icon-container {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.icon-container {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.help-box {
|
||||
width: 100%;
|
||||
margin-top: 15px;
|
||||
border-radius: 6px;
|
||||
color: @grey-txt;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
#help-modal .img-container {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.help-box {
|
||||
width: 100%;
|
||||
margin-top: 15px;
|
||||
border-radius: 6px;
|
||||
padding: 8px;
|
||||
color: @grey-txt;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
/* Activity Stream Widget */
|
||||
|
||||
#stream-container {
|
||||
|
||||
Reference in New Issue
Block a user