-
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
cannot not at a panel with the latest git version #832
Comments
wking
added a commit
to wking/kibana
that referenced
this issue
Jan 23, 2014
We store our bes timestamps in UTC [1], because that doesn't depend on the timezone of the log-generating host. However, most folks don't prefer to see their local time [2]. Upstream learned support for this in 6696e13 (option to adjust table time field to browser's local timezone, 2013-12-04 [3]), which landed a month and a half after v3.0.0milestone4 (the last time we synced with upstream). Sync again to pull in this change. By merging the current master, we pull in an additional 104 non-merge commits: $ git log --oneline --no-merges 6696e13..origin/master | wc -l 104 but there's no sense in stopping halfway. That would just delay any integration issues (of which I am aware of none) until later. [1]: https://github.com/wking/bes/blob/v0.3/bes/__init__.py#L76 [2]: elastic#95 [3]: elastic#95 (comment) * origin/master: (184 commits) Use -moz-box-sizing for firefox kibana-container Improve annotation tooltip on light theme Get rid of the reverse Re-fix overly broad cluster, events need to be sorted correctly Fixed overly broad event clustering. Re: elastic#854 Resolve ids from list at initialization Added license information for vendor packages make panels 100% width on mobile Improve button positioning Improve droppable spaces when dragging Revert max span to 12 Align row buttons with panels Improve visibility of available drag spaces Add subtle border to panels, improve dragging representation Fix column panel, closes elastic#832 Fixed resize events Extended save/cancel to row and dashboard editors. Allow rows to overflow gracefully. Normalized spacing between panels Add the content of the panel to a panel-content container Add git commit to built versions cleanup comment ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
When i click on the button "create button", no new additional Panel is generated.
I see only the panels are already present.
After several tests, i think the bug.
If you click on the button "create button" the Panel is generated and you can see it also transparent in the background to the right place. However it is not displayed on the Window / PopUp Column Settings -> Add Panel to Column, here only the panels are already present. After klick on "save" Button on "Add Panel to Column" the generated Panel will remove / lose.
Pleas make a fix.
thx
The text was updated successfully, but these errors were encountered: