Skip to content

Add CentOS and AIX user guide and Access guide information under my services#52

Merged
vikasbolla merged 1 commit intoIBM:mainfrom
vikasbolla:login_guide
Mar 23, 2026
Merged

Add CentOS and AIX user guide and Access guide information under my services#52
vikasbolla merged 1 commit intoIBM:mainfrom
vikasbolla:login_guide

Conversation

@vikasbolla
Copy link
Copy Markdown
Collaborator

Screenshot 2026-03-17 at 14 46 53

@mkumatag
Copy link
Copy Markdown
Member

this info looks message looks to be odd to me, let us see if there is any other way to display this information, ptal and suggest if anything in your mind @mayuka-c

@mayuka-c
Copy link
Copy Markdown
Member

mayuka-c commented Mar 17, 2026

I feel maybe better would be to have the tool tip next to Access Information for each record and then dynamiccaly show specific guide pertaining to os?.

I see the GET services call doesnt return the os, but I guess we can make the change and use that for determining the user guide to be shown as tool tip in access information (next to IP address for each record)?

@mkumatag @vikasbolla PLMK your thoughts. In this way way I feel it can be extended tomo for anything and also user will see guide based on the OS.

@vikasbolla
Copy link
Copy Markdown
Collaborator Author

I feel maybe better would be to have the tool tip next to Access Information for each record and then dynamiccaly show specific guide pertaining to os?.

I see the GET services call doesnt return the os, but I guess we can make the change and use that for determining the user guide to be shown as tool tip in access information (next to IP address for each record)?

@mkumatag @vikasbolla PLMK your thoughts. In this way way I feel it can be extended tomo for anything and also user will see guide based on the OS.

@mayuka-c, Thanks for the suggestion, we had this in one of our discussions, but I feel when there are multiple VMs deployed, it would be the same information(either IBMi or Centos/AIX guide).

@mkumatag
Copy link
Copy Markdown
Member

@mayuka-c, Thanks for the suggestion, we had this in one of our discussions, but I feel when there are multiple VMs deployed, it would be the same information(either IBMi or Centos/AIX guide).

can we mock it and see how it looks?

@mayuka-c
Copy link
Copy Markdown
Member

@mayuka-c, Thanks for the suggestion, we had this in one of our discussions, but I feel when there are multiple VMs deployed, it would be the same information(either IBMi or Centos/AIX guide).

Yes true, but everytime they deploy a VM, they need to refer the guide and perform something right if I'm not wrong. If this is the case, I feel better to show it for each.

@vikasbolla
Copy link
Copy Markdown
Collaborator Author

vikasbolla commented Mar 17, 2026

@mkumatag ,@mayuka-c Tried adding it, look something like this
Screenshot 2026-03-17 at 20 44 17

if (osType && osType.toLowerCase().includes('ibmi')) {
return {
text: 'IBMi Access Guide',
url: 'https://github.com/vikasbolla/power-access-cloud/blob/ibmi_info/support/docs/IBMi_userguide.md'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is it pointing to your personal repo?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this I was just test, will change it, thanks

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done Manju, changed it, Thank you!!

} else if (osType && (osType.toLowerCase().includes('centos') || osType.toLowerCase().includes('aix'))) {
return {
text: 'CentOS/AIX Access Guide',
url: 'https://github.com/vikasbolla/power-access-cloud/blob/login_guide/support/docs/CentOS_AIX_userguide.md'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here as well?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, changed it. thanks

@mkumatag
Copy link
Copy Markdown
Member

@vikasbolla can you push IBMi_userguide.md as well?

…ervices"

Signed-off-by: Vikas <vikas.satyanarayana.bolla@ibm.com>
@vikasbolla
Copy link
Copy Markdown
Collaborator Author

@vikasbolla can you push IBMi_userguide.md as well?

@mkumatag I have merged that as part of this PR-#47

@vikasbolla vikasbolla merged commit 8809686 into IBM:main Mar 23, 2026
11 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants