Forum Discussion

sameh_atef_2110's avatar
Sep 09, 2015

APM Web portal/mobile portal issue

Hi, Sometimes mobile portal appears to mobile users and sometimes webportal appears to them. the above issue appears mainly when the client refresh the login page 3 times. is there a solution for that to avoid presenting web portal for mobile users ?

 

1 Reply

  • There is a file called 'apm.css' that used to be editable from the Advanced Customization section of the UI but it isn't listed in 11.6.0. Not sure why..

    [root@cooper-apm-11-6-0:Active:Standalone] www     cat ./php_include/webtop/renderer/customization/general_ui/default_general_ui/en/apm.css
    
    [root@cooper-apm-11-6-0:Active:Standalone] www 
    

    It is located in /var/sam/www/php_include/webtop/renderer/customization/general_ui///apm.css.

    My guess is that in the refreshing the pages the uimode gets unset which then loads the apm_full.css file. You could modify the apm.css file to troubleshoot by adding alerting or logging (using normal php commands) to see what page is getting used.

    Seth