Skip to content

Commit 384ab31

Browse files
committed
Only show observation actions tab on observations page
1 parent 379b281 commit 384ab31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/mage/feed.directive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</div>
1010
</div>
1111

12-
<div class="top-gap feed-page" >
12+
<div class="top-gap feed-page" ng-show="currentFeedPanel == 'observationsTab'">
1313
<div class="btn-group btn-group-justified">
1414
<div class="btn-group" role="group">
1515
<button type="button" class="btn btn-default" ng-model="actionFilter" uib-btn-radio="'all'">All</button>

0 commit comments

Comments
 (0)