mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
fix empty list text on Dashboard > Hosts, change border color for no results found
This commit is contained in:
parent
c982834cbe
commit
8e75d1c3ce
@ -313,7 +313,7 @@ table, tbody {
|
||||
height: 200px;
|
||||
border-radius: 5px;
|
||||
border: 1px solid @list-no-items-bord;
|
||||
background-color: @list-no-items-bg;
|
||||
background-color: @default-no-items-bord;
|
||||
color: @list-no-items-txt;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@ -15,7 +15,7 @@ export default function(){
|
||||
index: false,
|
||||
hover: true,
|
||||
well: true,
|
||||
emptyListText: 'NO ACTIVE FAILURES FOUND',
|
||||
emptyListText: 'NO HOSTS FOUND',
|
||||
fields: {
|
||||
status: {
|
||||
basePath: 'unified_jobs',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user