Skip to content

Conversation

VakarisZ
Copy link
Contributor

@VakarisZ VakarisZ commented Oct 21, 2020

What does this PR do?

Fixes #865

image

PR Checklist

  • Have you added an explanation of what your changes do and why you'd like to include them?
  • Is the TravisCI build passing?

Testing Checklist

  • Added relevant unit tests?
  • Have you successfully tested your changes locally? Elaborate:

    Tested by running monkeys on AWS via this fixed feature

  • If applicable, add screenshots or log transcripts of the feature working

Explain Changes

In addition moved run page files around, fixed eslint not to warn about backtick usage.

@codecov
Copy link

codecov bot commented Oct 21, 2020

Codecov Report

Merging #867 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #867   +/-   ##
========================================
  Coverage    60.52%   60.52%           
========================================
  Files          165      165           
  Lines         4948     4948           
========================================
  Hits          2995     2995           
  Misses        1953     1953           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53f3625...f371a33. Read the comment docs.

let checkboxTable = null;

function toggleSelection(key) {
key = key.replace('select-', '');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe that's why it wasn't working before. AWS changed the format of instance ID's returned and it broke? This line compensates the change

@@ -0,0 +1,9 @@
import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';
import {faSync} from '@fortawesome/free-solid-svg-icons';
import React from 'react';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Do we need all of react imported there?

@acepace
Copy link
Contributor

acepace commented Nov 30, 2020

@VakarisZ this looks good, how did you verify it works? Because not sure I can easily test

@VakarisZ
Copy link
Contributor Author

VakarisZ commented Dec 9, 2020

I ran it on AWS

@acepace
Copy link
Contributor

acepace commented Dec 9, 2020

Then no comment preventing. Anyone?

@VakarisZ VakarisZ merged commit d844030 into guardicore:develop Dec 15, 2020
@VakarisZ VakarisZ deleted the aws_run_option_fix branch February 18, 2022 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS run option.
2 participants