mirror of https://github.com/portainer/portainer
20 lines
606 B
HTML
20 lines
606 B
HTML
<page-header title="'Edit edge group'" breadcrumbs="[{label:'Edge Groups', link:'edge.groups'}, $ctrl.model.Name]"> </page-header>
|
|
|
|
<div class="row" ng-if="$ctrl.model">
|
|
<div class="col-sm-12">
|
|
<rd-widget>
|
|
<rd-widget-body>
|
|
<edge-group-form
|
|
loaded="$ctrl.state.loaded"
|
|
page-type="edit"
|
|
form-action-label="Save edge group"
|
|
form-action="$ctrl.updateGroup"
|
|
endpoints="$ctrl.endpoints"
|
|
groups="$ctrl.endpointGroups"
|
|
model="$ctrl.model"
|
|
></edge-group-form>
|
|
</rd-widget-body>
|
|
</rd-widget>
|
|
</div>
|
|
</div>
|