EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 07:26 AM . Last Modified: 2024-04-10 01:41 AM
When signed into an account that isn't a site administrator of the StruxurewWre portal, there is no toolbar at the top of the page. The one you would typically use to get to the control panel. I know the users can get to the control panel by entering the URL, but I would like them to be able to access it from the toolbar. It would make navigation easier for my organization administrators.
Any idea why it is not showing up for all users?
EDIT: After looking into it further, if I switch the page theme to classic instead of the Schneider Electric Theme the toolbar appears. I would like to continue using the Schneider Electric Theme. Any idea where I would go to change that setting?
Possibly in one of the following files?
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\webapps\se-theme\css\layout.css
C:\Program Files\StruxureWare Portal\tomcat-7.0.27\webapps\se-theme\templates\portal_normal.vm
EDIT 2:
I want my organization administrators to be able to access the control panel.
I also want to use the Schneider Theme.
The Schneider Theme hides the toolbar at the top unless the logged in user is a Site Administrator. I want to edit the theme so that it will not hide the toolbar no matter who is logged in. From looking at the two files in my original post, it does look like the theme is set to function this way. I would like to figure out how to prevent it from hiding the toolbar.
(CID:88211505)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 07:26 AM . Last Modified: 2024-04-10 01:41 AM
Hi Chad
Yes you can make toolbar/dockbar visible for all users, not just SEAdmins.
In order to make toolbar/dockbar visible for all users or organisation administrators it is only necessary to edit portal_normal.vm file.
Solution is in stead of having that check if user is SE Admin you can remove that check and only check if user is logged in.
so in stead of having
#if ($is_signed_in)
#if ($isSEAdmin)
#dockbar()
#end
#end
you can have
#if ($is_signed_in)
#dockbar()
#end
But before you do the change you will need to stop StruxureWare Portal service, and after editing file, you can start it again.
Hope this answer can help you.
Regards
(CID:89063777)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 07:26 AM . Last Modified: 2024-04-10 01:41 AM
(CID:88211550)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 07:26 AM . Last Modified: 2024-04-10 01:41 AM
(CID:89063665)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 07:26 AM . Last Modified: 2024-04-10 01:41 AM
Hi Chad
Yes you can make toolbar/dockbar visible for all users, not just SEAdmins.
In order to make toolbar/dockbar visible for all users or organisation administrators it is only necessary to edit portal_normal.vm file.
Solution is in stead of having that check if user is SE Admin you can remove that check and only check if user is logged in.
so in stead of having
#if ($is_signed_in)
#if ($isSEAdmin)
#dockbar()
#end
#end
you can have
#if ($is_signed_in)
#dockbar()
#end
But before you do the change you will need to stop StruxureWare Portal service, and after editing file, you can start it again.
Hope this answer can help you.
Regards
(CID:89063777)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 07:27 AM . Last Modified: 2024-04-10 01:41 AM
(CID:89063900)
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2020-07-02 07:27 AM . Last Modified: 2023-10-31 10:13 PM
This question is closed for comments. You're welcome to start a new topic if you have further comments on this issue.
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.