Skip to content

Commit 61756d2

Browse files
committed
feat(alerting): removed delete button
1 parent d6fdb59 commit 61756d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

public/app/features/alerting/partials/alert_tab.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<li ng-class="{active: ctrl.subTabIndex === 2}">
1313
<a ng-click="ctrl.subTabIndex = 2">Alert History</a>
1414
</li>
15+
<li>
16+
<a ng-click="ctrl.delete()">Delete</a>
17+
</li>
1518
</ul>
1619
</aside>
1720

@@ -85,10 +88,6 @@ <h5 class="section-heading">Conditions</h5>
8588
<button class="btn btn-inverse" ng-click="ctrl.test()">
8689
Test Rule
8790
</button>
88-
89-
<button class="btn btn-inverse" ng-click="ctrl.delete()">
90-
Delete Alert
91-
</button>
9291
</div>
9392
</div>
9493

0 commit comments

Comments
 (0)