Skip to content

Commit

Permalink
updated upgrade cmd (#3735)
Browse files Browse the repository at this point in the history
Signed-off-by: Saranya-jena <[email protected]>

Signed-off-by: Saranya-jena <[email protected]>
  • Loading branch information
Saranya-jena authored Aug 12, 2022
1 parent 5c2a3b2 commit 92c554b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion litmus-portal/frontend/src/models/graphql/invite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export interface UserInvite {
name: string;
username: string;
email: string;
createdAt: string;
created_at: string;
deactivated_at: string;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const TableData: React.FC<TableDataProps> = ({ data, deleteRow }) => {
const version = process.env.REACT_APP_KB_CHAOS_VERSION;
const [upgradeModal, setUpgradeModal] = React.useState(false);
const theme = useTheme();
const codeSnippet = `litmusctl upgrade agent --cluster-id="${
const codeSnippet = `litmusctl upgrade chaos-delegate --chaos-delegate-id="${
data.clusterID
}" --project-id="${getProjectID()}"`;

Expand Down

0 comments on commit 92c554b

Please sign in to comment.