How does one style the loader on the Service Portal initial load?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2017 04:53 AM
When a Service Portal is initially loaded, it shows the following indicator:
Is there anyway to control or style this? And if not, can it simply be removed?
Also, is it possible to remove all the unneeded requests? For example, remove bootstrap from ever being loaded? 30 odd requests seems quite high if we're trying to keep the page quick and nimble (I understand some of the configuration data and files being needed).
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 04:28 AM
HI Chris,
In html body template you can change :
In html template you can use:
<ul class="nav navbar-nav">
<div class="header-loader" ng-show="loadingIndicator">
<div class="hidden-xs sp-loading-indicator la-sm">
<div></div>
if you want to add custom spinner:
<ul class="nav navbar-nav">
<div class="header-loader" ng-show="loadingIndicator">
<div class="hidden-xs la-sm">
<img src="portal-loading-spinner.svg" class="loading-spinner"/>
</div>
</div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 04:34 AM
Where abouts is this?
I looked in portal->page, portal->theme and portal->widget.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-22-2017 04:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 06:28 AM
Hi Chris,
How did you implement this?
Regards
Swamy