fix empty list text on Dashboard > Hosts, change border color for no results found

This commit is contained in:
Leigh Johnson 2016-05-03 15:38:31 -04:00 committed by John Mitchell
parent c982834cbe
commit 8e75d1c3ce
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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',