-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana 5 Settings Redesign #6527
Kibana 5 Settings Redesign #6527
Conversation
<ul> | ||
<li ng-repeat="crumb in crumbs"> | ||
<a ng-href="{{ makeUrl(crumb) }}">{{crumb}}</a> | ||
<span ng-hide="$index === (crumbs.length - 1)"> / </span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you can use $last
here
Also, can you merge in feature/design so we can make sure the tests are passing? |
import expect from 'expect.js'; | ||
|
||
import kbnAngular from '../angular'; | ||
import TabFakeStore from '../../__tests__/_TabFakeStore'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this file is missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@panda01 That test file seems incomplete. Has this been updated on your branch? Should I merge in your updates?
@panda01 the tests have passed so its ready to be reviewed again. |
LGTM! |
Redesign for Settings Page.
Currently, this pull only lines up the navbar with the kibana logo in the sidebar.
As we continue to iterate on the Design for the Settings page, this pull request will need to be updated.