Added spinning animation to "synch" icon in run monkey on aws button

This commit is contained in:
Ubuntu 2020-10-21 09:49:41 +00:00
parent b3759e60ec
commit a3e9f65d49
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ const getContents = (props) => {
disabled={AWSClicked}>
Run on selected machines
{AWSClicked ?
<FontAwesomeIcon icon={faSync} className="text-success" style={{'marginLeft': '5px'}}/> : null}
<FontAwesomeIcon icon={faSync} className={`text-success spinning-icon`} style={{'marginLeft': '5px'}}/> : null}
</Button>
</div>
</div>