Skip to content

Commit

Permalink
Merge pull request #22 from linkernetworks/phstsai/hideControllerType
Browse files Browse the repository at this point in the history
Hide the type of deployment in table list
  • Loading branch information
Yun Chen authored Aug 30, 2018
2 parents ee7bcf0 + 046bdd1 commit cbe88bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/routes/Application/Deployment/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@ class Deployment extends React.Component<DeploymentProps, DeploymentState> {
dataIndex: 'name',
width: 300
},
{
title: <FormattedMessage id="deployment.type" />,
dataIndex: 'type'
},
{
title: <FormattedMessage id="deployment.namespace" />,
dataIndex: 'namespace'
Expand Down

0 comments on commit cbe88bb

Please sign in to comment.