diff --git a/ui/app/src/postgresqls.tag.pug b/ui/app/src/postgresqls.tag.pug index daa8cc185..250c175ec 100644 --- a/ui/app/src/postgresqls.tag.pug +++ b/ui/app/src/postgresqls.tag.pug @@ -73,8 +73,7 @@ postgresqls td { volume_size } td { calcCosts(nodes, cpu, memory, volume_size) }$ - td(style='white-space: pre') - | { namespace } + td .btn-group.pull-right( @@ -146,9 +145,7 @@ postgresqls td { team } td(style='white-space: pre') | { namespace } - td - a( href='/#/status/{ cluster_path(this) }' ) diff --git a/ui/manifests/deployment.yaml b/ui/manifests/deployment.yaml index 345a891d6..bf3eab991 100644 --- a/ui/manifests/deployment.yaml +++ b/ui/manifests/deployment.yaml @@ -60,6 +60,9 @@ spec: "replica_load_balancer_visible": true, "resources_visible": true, "users_visible": true, + "cost_ebs": 0.119, + "cost_core": 0.0575, + "cost_memory": 0.014375, "postgresql_versions": [ "12", "11",