mirror of
https://github.com/portainer/portainer.git
synced 2025-07-23 15:29:42 +02:00
fix(microk8s): PO ui fixes [EE-5900] (#10031)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
c472fe9c18
commit
2a7a96f498
9 changed files with 48 additions and 36 deletions
|
@ -20,12 +20,12 @@ export function ApplicationEnvVarsTable({ namespace, app }: Props) {
|
|||
<>
|
||||
<div className="text-muted mb-4 mt-6 flex items-center">
|
||||
<Icon icon={File} className="!mr-2" />
|
||||
Configuration
|
||||
Environment variables, ConfigMaps or Secrets
|
||||
</div>
|
||||
{appEnvVars.length === 0 && (
|
||||
<TextTip color="blue">
|
||||
This application is not using any environment variable or
|
||||
configuration.
|
||||
This application is not using any environment variable, ConfigMap or
|
||||
Secret.
|
||||
</TextTip>
|
||||
)}
|
||||
{appEnvVars.length > 0 && (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue