minor changes
This commit is contained in:
parent
5ba81d60b5
commit
973b21bc48
|
|
@ -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) }'
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue