Skip to content

Commit

Permalink
Remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Dec 7, 2017
1 parent 6bb0510 commit 990d32c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/app/pages/queries/query.html
Expand Up @@ -250,10 +250,6 @@ <h3>
<div ng-if="!query.visualizations.length">
<filters filters="filters"></filters>
<grid-renderer query-result="queryResult" items-per-page="50"></grid-renderer>
<!-- the ng-repeat is a lame hack to find the table visualization... -->
<div class="p-15" ng-repeat="vis in query.visualizations" ng-if="vis.type == 'TABLE'">
<button class="btn btn-default" ng-if="!query.isNew()" ng-click="showEmbedDialog(query, vis)"><i class="zmdi zmdi-code"></i> Embed</button>
</div>
</div>
<div ng-if="selectedTab == vis.id" ng-repeat="vis in query.visualizations">
<visualization-renderer visualization="vis" query-result="queryResult"></visualization-renderer>
Expand Down

0 comments on commit 990d32c

Please sign in to comment.