From 92d248f98afb16345a81a6fe20ea4371ba3db501 Mon Sep 17 00:00:00 2001 From: Simon Rho Date: Wed, 11 Dec 2024 18:52:20 -0500 Subject: [PATCH] Feature: Add cloud inventory export --- jccm/src/Frontend/Layout/LeftSide.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jccm/src/Frontend/Layout/LeftSide.js b/jccm/src/Frontend/Layout/LeftSide.js index 62bed09..74b71ed 100644 --- a/jccm/src/Frontend/Layout/LeftSide.js +++ b/jccm/src/Frontend/Layout/LeftSide.js @@ -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,