mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(kubernetes): Resource reservation wasn't displaying properly in business edition and remove leader status (#362)
This commit is contained in:
parent
7d18c22aa1
commit
17a4750d8e
1 changed files with 0 additions and 23 deletions
|
@ -22,29 +22,6 @@
|
||||||
</kubernetes-resource-reservation>
|
</kubernetes-resource-reservation>
|
||||||
</form>
|
</form>
|
||||||
<!-- !resource-reservation -->
|
<!-- !resource-reservation -->
|
||||||
|
|
||||||
<!-- leader-status -->
|
|
||||||
<div ng-if="ctrl.systemEndpoints.length > 0">
|
|
||||||
<div class="col-sm-12 form-section-title"> Leader status </div>
|
|
||||||
|
|
||||||
<table class="table">
|
|
||||||
<tbody>
|
|
||||||
<tr class="text-muted">
|
|
||||||
<td style="border-top: none; width: 25%">Component</td>
|
|
||||||
<td style="border-top: none; width: 25%">Leader node</td>
|
|
||||||
</tr>
|
|
||||||
<tr ng-repeat="ep in ctrl.systemEndpoints">
|
|
||||||
<td style="width: 25%">
|
|
||||||
{{ ep.Name }}
|
|
||||||
</td>
|
|
||||||
<td style="width: 25%">
|
|
||||||
{{ ep.HolderIdentity }}
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<!-- !leader-status -->
|
|
||||||
</rd-widget-body>
|
</rd-widget-body>
|
||||||
</rd-widget>
|
</rd-widget>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue