mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
Added additional test cases, and some tidying
This commit is contained in:
@ -26,25 +26,10 @@ define(
|
||||
function () {
|
||||
"use strict";
|
||||
|
||||
function NotificationIndicator() {
|
||||
|
||||
}
|
||||
function NotificationIndicator() {}
|
||||
|
||||
NotificationIndicator.template = 'notificationIndicatorTemplate';
|
||||
|
||||
NotificationIndicator.prototype.getGlyph = function () {
|
||||
return "A";
|
||||
};
|
||||
NotificationIndicator.prototype.getGlyphClass = function () {
|
||||
return 'caution';
|
||||
};
|
||||
NotificationIndicator.prototype.getText = function () {
|
||||
return "Notifications";
|
||||
};
|
||||
NotificationIndicator.prototype.getDescription = function () {
|
||||
return "Notifications";
|
||||
};
|
||||
|
||||
return NotificationIndicator;
|
||||
}
|
||||
);
|
||||
|
Reference in New Issue
Block a user