mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Fixed again colour on selector and approach of reloading page
This commit is contained in:
parent
576cae4444
commit
0963a3ab25
@ -136,7 +136,7 @@ md-select {
|
||||
margin-bottom: 0;
|
||||
color: white;
|
||||
|
||||
&:focus {
|
||||
& > md-select-value {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
@ -38,6 +38,7 @@ require('ui/modules').get('app/wazuh', [])
|
||||
|
||||
notify.info("Successfully changed the default index-pattern");
|
||||
newPattern = selectedPattern;
|
||||
$route.reload();
|
||||
})
|
||||
.catch(() => {
|
||||
notify.error("Error while changing the default index-pattern");
|
||||
|
Loading…
Reference in New Issue
Block a user