----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5811/ -----------------------------------------------------------
Review request for cloudstack and Brian Federle. Description ------- 1. Log in as an admin or regular user. 2. On the top right corner of the UI, next to the user name, click on the arrow that is pointed downwards. 3. Click on the "About" Button from the dropdown list. ================= Expected Test Results: ================= CloudPlatform name is expected in the message.BUT "cloudstack" is currently displayed. so wrote a helper function to render the text and a regular expression would parse the rendered text and replace 'cloudstack' with 'cloudPlatform' in case it is a proprietary build. This addresses bug CS-15425. Diffs ----- ui/scripts/ui/core.js a1c58a7 Diff: https://reviews.apache.org/r/5811/diff/ Testing ------- Verified on my local cloudstack set up.Attached the screenshot after the helpder function was added by me to get the desired output. Thanks, Pranav Saxena