Display higher severity status checks first
[civicrm-core.git] / ang / crmStatusPage / StatusPageServices.js
index a37ceafb9a87051513662f2180d506888bbdbb8d..e895d8979caa77e01267cf254dc9d710abd343a8 100644 (file)
@@ -1,12 +1,12 @@
 (function(angular, $, _) {
 
-  angular.module('statuspage')
+  angular.module('crmStatusPage')
     .filter('trusted', function($sce){ return $sce.trustAsHtml; })
 
     // Todo: abstract this into a generic crmUi directive?
     .directive('statuspagePopupMenu', function($timeout) {
       return {
-        templateUrl: '~/statuspage/SnoozeOptions.html',
+        templateUrl: '~/crmStatusPage/SnoozeOptions.html',
         transclude: true,
 
         link: function(scope, element, attr) {