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 @@
</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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment