Skip to content
Snippets Groups Projects
Commit 6fb21f33 authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Pull request #4: NMAAS-980 hide external networks list

Merge in NMAAS/nmaas-portal from NMAAS-980-remove-edit-option-from-k8s-admin-panel to develop

* commit 'f41c3873':
  NMAAS-980 hide external networks list
parents 2f2a2c1f f41c3873
Branches
Tags
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