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
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