Add CentOS and AIX user guide and Access guide information under my services#52
Add CentOS and AIX user guide and Access guide information under my services#52vikasbolla merged 1 commit intoIBM:mainfrom
Conversation
vikasbolla
commented
Mar 17, 2026
|
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 |
|
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 @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). |
can we mock it and see how it looks? |
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. |
| 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' |
There was a problem hiding this comment.
why is it pointing to your personal repo?
There was a problem hiding this comment.
this I was just test, will change it, thanks
There was a problem hiding this comment.
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' |
There was a problem hiding this comment.
Done, changed it. thanks
|
@vikasbolla can you push IBMi_userguide.md as well? |
…ervices" Signed-off-by: Vikas <vikas.satyanarayana.bolla@ibm.com>
|
