Skip to content

Commit

Permalink
remove additional loading spinners and removing master from docker co…
Browse files Browse the repository at this point in the history
…mpose (#243)

Signed-off-by: Amit Galitzky <[email protected]>
(cherry picked from commit 2964522)
  • Loading branch information
amitgalitz authored and github-actions[bot] committed Apr 19, 2022
1 parent 535b8ef commit 5e2c699
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/configurations/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- cluster.name=opensearch-cluster
- node.name=opensearch-node1
- discovery.seed_hosts=opensearch-node1
- cluster.initial_master_nodes=opensearch-node1
- cluster.initial_cluster_manager_nodes=opensearch-node1
- bootstrap.memory_lock=true # along with the memlock settings below, disables swapping
- 'ES_JAVA_OPTS=-Xms512m -Xmx512m' # minimum and maximum Java heap size, recommend setting both to 50% of system RAM
ulimits:
Expand Down
6 changes: 0 additions & 6 deletions public/pages/DetectorDetail/containers/DetectorDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,6 @@ export const DetectorDetail = (props: DetectorDetailProps) => {
</EuiFlexGroup>
) : (
<div>
<EuiLoadingSpinner size="s" />
&nbsp;&nbsp;
<EuiLoadingSpinner size="m" />
&nbsp;&nbsp;
<EuiLoadingSpinner size="l" />
&nbsp;&nbsp;
<EuiLoadingSpinner size="xl" />
</div>
)}
Expand Down

0 comments on commit 5e2c699

Please sign in to comment.