Skip to content

Commit

Permalink
Button Druidify\!->Slice\!
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 7, 2015
1 parent cf53cfc commit 4679635
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion panoramix/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def query(
inner_time_filter[0] = timestamp >= inner_from_dttm.isoformat()
if inner_to_dttm:
inner_time_filter[1] = timestamp <= inner_to_dttm.isoformat()

where_clause_and = []
for col, op, eq in filter:
col_obj = cols[col]
Expand Down
2 changes: 1 addition & 1 deletion panoramix/templates/panoramix/datasource.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3>
<a class="btn btn-default" href="/{{ datasource.baselink }}/edit/{{ datasource.id }}" data-toggle="tooltip" title="Edit datasource">
<i class="fa fa-edit"></i>
</a>
<button type="button" class="btn btn-default druidify" data-toggle="tooltip" title="Druidify!">
<button type="button" class="btn btn-default druidify" data-toggle="tooltip" title="Slice!">
<i class="fa fa-bolt"></i>
</button>
</div>
Expand Down

0 comments on commit 4679635

Please sign in to comment.