forked from p15670423/monkey
Added spinning animation to "synch" icon in run monkey on aws button
This commit is contained in:
parent
b3759e60ec
commit
a3e9f65d49
|
@ -107,7 +107,7 @@ const getContents = (props) => {
|
||||||
disabled={AWSClicked}>
|
disabled={AWSClicked}>
|
||||||
Run on selected machines
|
Run on selected machines
|
||||||
{AWSClicked ?
|
{AWSClicked ?
|
||||||
<FontAwesomeIcon icon={faSync} className="text-success" style={{'marginLeft': '5px'}}/> : null}
|
<FontAwesomeIcon icon={faSync} className={`text-success spinning-icon`} style={{'marginLeft': '5px'}}/> : null}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue