Quelqu'un sait-il quelle est la bonne manière de placer une page "En maintenance" dans Portal for Arcgis ?<\/P><\/BODY><\/HTML>
You can edit the organization settings to indicate the portal is in maintenance mode:
Configure general settings—Portal for ArcGIS (10.6) | ArcGIS Enterprise
You can also add a classification banner but repurpose it for a notification:
Set advanced portal options—Portal for ArcGIS (10.6) | ArcGIS Enterprise
classificationBanner—Indicates if a security banner shows at the top and bottom of every page in the application. The default is false. To display a security banner, replace the classificationBanner:false line with code that defines your banner. The following is an example:
classificationBanner : { text : <SPAN class="" style="color: #c41a16;">"UNCLASSIFIED"</SPAN>, color:[<SPAN class="" style="color: #1c00cf;">255</SPAN>,<SPAN class="" style="color: #1c00cf;">255</SPAN>,<SPAN class="" style="color: #1c00cf;">255</SPAN>], font:{ decoration:<SPAN class="" style="color: #c41a16;">"none"</SPAN>, family:<SPAN class="" style="color: #c41a16;">"Portable User Interface"</SPAN>, size:<SPAN class="" style="color: #1c00cf;">16</SPAN>, style:<SPAN class="" style="color: #c41a16;">"normal"</SPAN>, weight:<SPAN class="" style="color: #c41a16;">"bold"</SPAN> }, height : <SPAN class="" style="color: #1c00cf;">5</SPAN>, backgroundColor:[<SPAN class="" style="color: #1c00cf;">0</SPAN>,<SPAN class="" style="color: #1c00cf;">128</SPAN>,<SPAN class="" style="color: #1c00cf;">0</SPAN>] },
Set the UNCLASSIFIED text to whatever you want and you can change the color to red, for example.
Thanks for your help, I'll give it a try
Regards
Gustavo
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.