Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #822 from ammendonca/HAWKULAR-996
Browse files Browse the repository at this point in the history
HAWKULAR-996 : Remove hk-alert-notification from URL details page
  • Loading branch information
mtho11 committed Feb 1, 2016
2 parents 9f3fd1b + 806b78a commit f04c15f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

<section id="hk-availability" class="hk-tab-content">

<hk-alert-notification></hk-alert-notification>

<!-- Summary -->
<div class="hk-info-top clearfix">
<h3 class="pull-left">Availability Status</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

<section class="hk-tab-content" id="hk-response-time">

<hk-alert-notification></hk-alert-notification>

<!-- Summary -->
<div class="hk-info-top clearfix">
<h3 class="pull-left">Response Time Status</h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module HawkularMetrics {
class HkAlertNotification {

public controller: ($scope: any) => void;
public templateUrl = 'plugins/metrics/html/alert-setup-notification.html';
public templateUrl = 'plugins/metrics/html/directives/alert-setup-notification.html';
public replace = 'true';

public static Factory() {
Expand Down

0 comments on commit f04c15f

Please sign in to comment.