-
Notifications
You must be signed in to change notification settings - Fork 807
Run on AWS instance option fix #867
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 Report
@@ 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.
|
…s updated, descriptions updated)
let checkboxTable = null; | ||
|
||
function toggleSelection(key) { | ||
key = key.replace('select-', ''); |
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.
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'; |
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.
Nit: Do we need all of react imported there?
@VakarisZ this looks good, how did you verify it works? Because not sure I can easily test |
I ran it on AWS |
Then no comment preventing. Anyone? |
What does this PR do?
Fixes #865
PR Checklist
Testing Checklist
Explain Changes
In addition moved run page files around, fixed eslint not to warn about backtick usage.