Skip to content
Snippets Groups Projects
Commit f41c3873 authored by wtaisner@man.poznan.pl's avatar wtaisner@man.poznan.pl
Browse files

NMAAS-980 hide external networks list

parent a03f4100
No related branches found
No related tags found
No related merge requests found
...@@ -168,9 +168,10 @@ ...@@ -168,9 +168,10 @@
</div> </div>
</div> </div>
<div class="panel-default panel-heading">{{ 'CLUSTERS.EXTERNAL_NETWORKS' | translate }}</div> <!-- Hide external networks section -->
<div class="panel-body"> <div [hidden]="true" class="panel-default panel-heading">{{ 'CLUSTERS.EXTERNAL_NETWORKS' | translate }}</div>
<table class="table table-hover table-condensed" aria-describedby="Clusters detalis table"> <div [hidden]="true" class="panel-body">
<table class="table table-hover table-condensed" aria-describedby="Clusters details table">
<thead> <thead>
<tr> <tr>
<th scope="col">{{ 'CLUSTERS.ADDRESS' | translate }}</th> <th scope="col">{{ 'CLUSTERS.ADDRESS' | translate }}</th>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment