change(ui) - red count check
This commit is contained in:
parent
63ed487f2c
commit
9f4cef2f8b
1 changed files with 4 additions and 4 deletions
|
|
@ -76,13 +76,13 @@ function getStorageName(type) {
|
|||
inspectorMode: state.inspectorMode,
|
||||
fullscreenDisabled: state.messagesLoading,
|
||||
// logCount: state.logList.length,
|
||||
logRedCount: state.logRedCount,
|
||||
logRedCount: state.logMarkedCount,
|
||||
showExceptions: state.exceptionsList.length > 0,
|
||||
resourceRedCount: state.resourceRedCountNow, // TODO missing state.resourceRedCount
|
||||
fetchRedCount: state.fetchRedCountNow,
|
||||
resourceRedCount: state.resourceMarkedCount,
|
||||
fetchRedCount: state.fetchMarkedCount,
|
||||
showStack: state.stackList.length > 0,
|
||||
stackCount: state.stackList.length,
|
||||
stackRedCount: state.stackRedCount,
|
||||
stackRedCount: state.stackMarkedCount,
|
||||
profilesCount: state.profilesList.length,
|
||||
storageCount: selectStorageListNow(state).length,
|
||||
storageType: selectStorageType(state),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue