Skip to content

Commit

Permalink
Feature: Add cloud inventory export
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrho committed Dec 11, 2024
1 parent 77b4df9 commit 92d248f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jccm/src/Frontend/Layout/LeftSide.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ const LeftSide = () => {
inventoryForExport.push({
orgName,
siteName,
username: 'your username',
password: 'your password',
username: 'Your username',
password: 'Your password',
port: 22,
ip: ip?.length > 0 ? ip : 'Not Available yet',
name,
Expand Down

0 comments on commit 92d248f

Please sign in to comment.