mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(kubernetes): events api to call the backend [R8S-243] (#563)
This commit is contained in:
parent
32ef208278
commit
07dfd981a2
26 changed files with 750 additions and 217 deletions
|
@ -58,7 +58,7 @@
|
|||
<resource-events-datatable
|
||||
resource-id="ctrl.configuration.Id"
|
||||
storage-key="'kubernetes.configmap.events'"
|
||||
namespace="ctrl.formValues.ResourcePool.Namespace.Name"
|
||||
namespace="ctrl.configuration.Namespace"
|
||||
></resource-events-datatable>
|
||||
</uib-tab>
|
||||
<uib-tab index="2" ng-if="ctrl.configuration.Yaml" classes="btn-sm" select="ctrl.showEditor()" data-cy="k8sConfigDetail-yamlTab">
|
||||
|
|
|
@ -65,7 +65,7 @@
|
|||
<resource-events-datatable
|
||||
resource-id="ctrl.configuration.Id"
|
||||
storage-key="'kubernetes.secret.events'"
|
||||
namespace="ctrl.formValues.ResourcePool.Namespace.Name"
|
||||
namespace="ctrl.configuration.Namespace"
|
||||
></resource-events-datatable>
|
||||
</uib-tab>
|
||||
<uib-tab index="2" ng-if="ctrl.configuration.Yaml" classes="btn-sm" select="ctrl.showEditor()" data-cy="k8sConfigDetail-yamlTab">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue