mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 18:39:54 -02:30
Turned the activity stream button into a toggle. Removed the dashboard icon that was shown when a state does not have an activity stream.
This commit is contained in:
@@ -188,13 +188,14 @@ table, tbody {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.List-auxAction + .List-actions {
|
||||
margin-left: 20px;
|
||||
.List-actions {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.List-auxAction {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.List-auxActionStream {
|
||||
|
||||
Reference in New Issue
Block a user