mirror of
https://github.com/nasa/openmct.git
synced 2025-06-23 09:25:29 +00:00
[Events] Restricted when view avaliable
Created a new policy to only allow the Messages view to be avaliable for Event Message Generators. #18.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
* this source code distribution or the Licensing information page available
|
||||
* at runtime from the About dialog for additional information.
|
||||
*****************************************************************************/
|
||||
/*global define,Promise*/
|
||||
/*global define*/
|
||||
|
||||
/**
|
||||
* Module defining EventListController.
|
||||
@ -30,7 +30,7 @@ define(
|
||||
["./DomainColumn", "./RangeColumn", "./EventListPopulator"],
|
||||
function (DomainColumn, RangeColumn, EventListPopulator) {
|
||||
"use strict";
|
||||
|
||||
|
||||
var ROW_COUNT = 100;
|
||||
|
||||
/**
|
||||
@ -133,4 +133,4 @@ define(
|
||||
|
||||
return EventListController;
|
||||
}
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user