B2023-088: Vogtle Alarm pagination issues
This commit is contained in:
@@ -4303,6 +4303,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _PaginateOnLowerStepLevel, "@PaginateOnLowerStepLevel");
|
||||
}
|
||||
}
|
||||
// B2023-088: alarm format pagination
|
||||
private LazyLoad<bool> _AlarmPagination;
|
||||
public bool AlarmPagination
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _AlarmPagination, "@AlarmPagination");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CustomSpacing;
|
||||
public bool CustomSpacing
|
||||
{
|
||||
|
Reference in New Issue
Block a user