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