diff --git a/src/app/shared/admin/clusters/details/clusterdetails.component.html b/src/app/shared/admin/clusters/details/clusterdetails.component.html
index 7344c928d16d1ee366712a1ca3c522403fe2a13c..468c28cee49ba7a58a0acef5aeba00b8a7506e36 100644
--- a/src/app/shared/admin/clusters/details/clusterdetails.component.html
+++ b/src/app/shared/admin/clusters/details/clusterdetails.component.html
@@ -168,9 +168,10 @@
                 </div>
             </div>
 
-            <div class="panel-default panel-heading">{{ 'CLUSTERS.EXTERNAL_NETWORKS' | translate }}</div>
-            <div class="panel-body">
-                <table class="table table-hover table-condensed" aria-describedby="Clusters detalis table">
+            <!-- Hide external networks section -->
+            <div [hidden]="true" class="panel-default panel-heading">{{ 'CLUSTERS.EXTERNAL_NETWORKS' | translate }}</div>
+            <div [hidden]="true" class="panel-body">
+                <table class="table table-hover table-condensed" aria-describedby="Clusters details table">
                     <thead>
                     <tr>
                         <th scope="col">{{ 'CLUSTERS.ADDRESS' | translate }}</th>