diff --git a/platform/commonUI/dialog/res/templates/overlay-message-list.html b/platform/commonUI/dialog/res/templates/overlay-message-list.html index 39aa0ca228..caabd7d4bf 100644 --- a/platform/commonUI/dialog/res/templates/overlay-message-list.html +++ b/platform/commonUI/dialog/res/templates/overlay-message-list.html @@ -6,6 +6,12 @@ ng-show="ngModel.dialog.messages.length > 1 || ngModel.dialog.messages.length == 0">s +
diff --git a/platform/commonUI/notification/bundle.js b/platform/commonUI/notification/bundle.js index 5410172d84..f8a2a3a566 100644 --- a/platform/commonUI/notification/bundle.js +++ b/platform/commonUI/notification/bundle.js @@ -21,44 +21,15 @@ *****************************************************************************/ define([ - "./src/NotificationIndicatorController", - "./src/NotificationIndicator", - "./src/NotificationService", - "./res/notification-indicator.html" + "./src/NotificationService" ], function ( - NotificationIndicatorController, - NotificationIndicator, - NotificationService, - notificationIndicatorTemplate + NotificationService ) { return { name:"platform/commonUI/notification", definition: { "extensions": { - "templates": [ - { - "key": "notificationIndicatorTemplate", - "template": notificationIndicatorTemplate - } - ], - "controllers": [ - { - "key": "NotificationIndicatorController", - "implementation": NotificationIndicatorController, - "depends": [ - "$scope", - "openmct", - "dialogService" - ] - } - ], - "indicators": [ - { - "implementation": NotificationIndicator, - "priority": "fallback" - } - ], "services": [ { "key": "notificationService", diff --git a/platform/commonUI/notification/res/notification-indicator.html b/platform/commonUI/notification/res/notification-indicator.html deleted file mode 100644 index 75ec9be553..0000000000 --- a/platform/commonUI/notification/res/notification-indicator.html +++ /dev/null @@ -1,8 +0,0 @@ - -