forked from p15670423/monkey
Merge pull request #265 from guardicore/hotfix/various-fixes
Hotfix/various fixes
This commit is contained in:
commit
1fa31340ca
|
@ -271,9 +271,6 @@ class RunMonkeyPageComponent extends AuthComponent {
|
||||||
renderAuthAwsDiv() {
|
renderAuthAwsDiv() {
|
||||||
return (
|
return (
|
||||||
<div style={{'marginBottom': '2em'}}>
|
<div style={{'marginBottom': '2em'}}>
|
||||||
<p style={{'fontSize': '1.2em'}}>
|
|
||||||
Select Island IP address
|
|
||||||
</p>
|
|
||||||
{
|
{
|
||||||
this.state.ips.length > 1 ?
|
this.state.ips.length > 1 ?
|
||||||
<Nav bsStyle="pills" justified activeKey={this.state.selectedIp} onSelect={this.setSelectedIp}
|
<Nav bsStyle="pills" justified activeKey={this.state.selectedIp} onSelect={this.setSelectedIp}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 34 KiB |
Loading…
Reference in New Issue