-
Notifications
You must be signed in to change notification settings - Fork 112
[frontend] add ee highlight #2998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release/current #2998 +/- ##
=====================================================
- Coverage 41.11% 41.03% -0.08%
- Complexity 2305 2337 +32
=====================================================
Files 685 687 +2
Lines 21015 21266 +251
Branches 1436 1473 +37
=====================================================
+ Hits 8640 8727 +87
- Misses 11889 12054 +165
+ Partials 486 485 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -84,6 +82,7 @@ const Executors = () => { | |||
<ExecutorSelector | |||
executor={executor} | |||
setSelectedExecutor={setSelectedExecutor} | |||
isEEExecutor={executor.executor_type == OPENBAS_TANIUM || executor.executor_type == OPENBAS_CROWDSTRIKE} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question (for the whole PR): shouldn't we add this as a more generic property somewhere ? Maybe we need to add a isEE propetry in all executors in addition to the executor_type ?
fd2c559
to
8a955f4
Compare
da03f92
to
e214c44
Compare
8a955f4
to
8f7e705
Compare
…-testing Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Signed-off-by: Marine LM <[email protected]>
e214c44
to
64d9431
Compare
Signed-off-by: Marine LM <[email protected]>
Proposed changes
on install agents :
on endpoint page
Related issues
Further comments