Update rank of DeletePod control from 1 to 3

Signed-off-by: Akash Srivastava <akashsrivastava4927@gmail.com>
This commit is contained in:
Akash Srivastava
2019-05-17 15:59:08 +05:30
parent 029bbbcec8
commit 5a53ca350e

View File

@@ -559,7 +559,7 @@ func (r *Reporter) podTopology(services []Service, deployments []Deployment, dae
Human: "Delete",
Icon: "far fa-trash-alt",
Confirmation: "Are you sure you want to delete this pod?",
Rank: 1,
Rank: 3,
})
pods.Controls.AddControl(DescribeControl)
for _, service := range services {