mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[status/tab] make carot match the background
This commit is contained in:
parent
d467ac951b
commit
f1c794c13d
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ require('ui/chrome')
|
|||
.setTabs([
|
||||
{
|
||||
id: '',
|
||||
title: 'Server Status'
|
||||
title: 'Server Status',
|
||||
activeIndicatorColor: '#EFF0F2'
|
||||
}
|
||||
])
|
||||
.setRootTemplate(require('plugins/statusPage/statusPage.html'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue