1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

fix(kubernetes): Resource reservation wasn't displaying properly in business edition and remove leader status (#362)

This commit is contained in:
James Player 2025-02-03 11:02:23 +13:00 committed by GitHub
parent 7d18c22aa1
commit 17a4750d8e

View file

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