mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 04:15:28 +02:00
fix(app): add github action for linting and formatting [EE-2344] (#6356)
This commit is contained in:
parent
34cc8ea96a
commit
1b1a50d6b5
313 changed files with 2685 additions and 3873 deletions
|
@ -15,7 +15,7 @@
|
|||
<uib-tab index="0" classes="btn-sm">
|
||||
<uib-tab-heading> <i class="fa fa-layer-group space-right" aria-hidden="true"></i> Stack</uib-tab-heading>
|
||||
|
||||
<div style="padding: 20px;">
|
||||
<div style="padding: 20px">
|
||||
<edit-edge-stack-form
|
||||
edge-groups="$ctrl.edgeGroups"
|
||||
model="$ctrl.formValues"
|
||||
|
@ -28,7 +28,7 @@
|
|||
<uib-tab index="1" classes="btn-sm">
|
||||
<uib-tab-heading> <i class="fa fa-plug space-right" aria-hidden="true"></i> Environments</uib-tab-heading>
|
||||
|
||||
<div style="margin-top: 25px;">
|
||||
<div style="margin-top: 25px">
|
||||
<edge-stack-endpoints-datatable
|
||||
title-text="Environments Status"
|
||||
dataset="$ctrl.endpoints"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue