From 3233987a218d82e836a170dcc733825e6c06e697 Mon Sep 17 00:00:00 2001 From: Prabhat Khera <91852476+prabhat-org@users.noreply.github.com> Date: Fri, 9 Jun 2023 08:35:29 +1200 Subject: [PATCH] feat(kubernetes): add note teaser and styled application note on details EE-5364 (#9016) --- api/go.sum | 2 -- app/portainer/views/settings/settings.html | 14 +++++++++++++- app/portainer/views/settings/settingsController.js | 1 + app/react/components/buttons/Button.css | 1 + .../DetailsView/ApplicationSummaryWidget.tsx | 14 +++++++------- app/react/portainer/feature-flags/enums.ts | 1 + .../feature-flags/feature-flags.service.ts | 1 + 7 files changed, 24 insertions(+), 10 deletions(-) diff --git a/api/go.sum b/api/go.sum index 1f4c89629..1ede0fb00 100644 --- a/api/go.sum +++ b/api/go.sum @@ -86,8 +86,6 @@ github.com/docker/cli v20.10.12+incompatible h1:lZlz0uzG+GH+c0plStMUdF/qk3ppmgns github.com/docker/cli v20.10.12+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68= github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/docker v23.0.2+incompatible h1:q81C2qQ/EhPm8COZMUGOQYh4qLv4Xu6CXELJ3WK/mlU= -github.com/docker/docker v23.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v23.0.3+incompatible h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho= github.com/docker/docker v23.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.7.0 h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A= diff --git a/app/portainer/views/settings/settings.html b/app/portainer/views/settings/settings.html index aaa53ae3e..888f0daaf 100644 --- a/app/portainer/views/settings/settings.html +++ b/app/portainer/views/settings/settings.html @@ -48,11 +48,23 @@ feature-id="enforceDeploymentOptions" disabled="true" checked="false" - field-class="'col-sm-10'" + field-class="'col-sm-12'" label-class="'col-sm-2'" tooltip="'Hides the \'Add with form\' buttons and prevents adding/editing of resources via forms'" > +