Repository: zeppelin Updated Branches: refs/heads/master a9ea68cf1 -> 4eea33ad5
[ZEPPELIN-2691] fix: should display setting for table ### What is this PR for? The table has few settings, but currently, the menu is not displayed. I attached screenshots for comparison. ### What type of PR is it? [Bug Fix] ### Todos DONE ### What is the Jira issue? [ZEPPELIN-2691](https://issues.apache.org/jira/browse/ZEPPELIN-2691) ### How should this be tested? Create a table result and check whether `setting` menu is displayed or not. ```scala print("%table a\tb\n1\t2") ``` ### Screenshots (if appropriate) #### Before  #### After  ### Questions: * Does the licenses files need update? NO * Is there breaking changes for older versions? NO * Does this needs documentation? NO Author: 1ambda <1am...@gmail.com> Closes #2444 from 1ambda/ZEPPELIN-2961/should-show-setting-for-table and squashes the following commits: 14c017fe [1ambda] fix: Display setting for table Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/4eea33ad Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/4eea33ad Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/4eea33ad Branch: refs/heads/master Commit: 4eea33ad57addcab42ce8fd88df19624be729063 Parents: a9ea68c Author: 1ambda <1am...@gmail.com> Authored: Tue Jun 27 19:36:50 2017 +0900 Committer: 1ambda <1am...@gmail.com> Committed: Thu Jun 29 13:20:42 2017 +0900 ---------------------------------------------------------------------- .../src/app/notebook/paragraph/result/result-chart-selector.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4eea33ad/zeppelin-web/src/app/notebook/paragraph/result/result-chart-selector.html ---------------------------------------------------------------------- diff --git a/zeppelin-web/src/app/notebook/paragraph/result/result-chart-selector.html b/zeppelin-web/src/app/notebook/paragraph/result/result-chart-selector.html index 9592d80..6b34977 100644 --- a/zeppelin-web/src/app/notebook/paragraph/result/result-chart-selector.html +++ b/zeppelin-web/src/app/notebook/paragraph/result/result-chart-selector.html @@ -94,7 +94,7 @@ limitations under the License. </div> <span - ng-if="(type == 'TABLE' || type == 'NETWORK') && !config.helium.activeApp && graphMode!='table' && !asIframe && !viewOnly" + ng-if="(type == 'TABLE' || type == 'NETWORK') && !config.helium.activeApp && !asIframe && !viewOnly" style="margin-left:10px; cursor:pointer; display: inline-block; vertical-align:top; position: relative; line-height:30px;"> <a class="btnText" ng-click="toggleGraphSetting()"> settings <span ng-class="config.graph.optionOpen ? 'fa fa-caret-up' : 'fa fa-caret-down'"></span>