If you want to modify the App Portal/Broker user interface you can use a custom LESS file to make the modification. App Portal/Broker also has many pages and aspects of the UI that make it nearly impossible to list every property or control that can be modified. This article will show how to use your browser’s DevTools to determine how to modify the CSS file to customize the user interface.
Use the DevTools utility (select the F12 key on your keyboard) in Google Chrome and Microsoft Edge to help you find the CSS changes needed. The utility lets you select the items on the displayed page to view and change the CSS content. When you find the section that you wish to change, you can copy it into the appropriate custom LESS file.
The custom CSS changes should go in one of the following three files:
C:\Program Files (x86)\Flexera Software\App Portal\Web\Content\wdcssCustom.less
C:\Program Files (x86)\Flexera Software\App Portal\Web\Content\custom.less
C:\Program Files (x86)\Flexera Software\App
Portal\Web\App_Themes\Flexera\Custom.Flexera.less
TIP: Anything written in the custom LESS files will overwrite the default settings. Save your changes to the custom LESS files, as those files will not get overwritten when the App Portal product gets upgraded, while the default files will get upgraded.
Sep 12, 2024 09:50 AM