<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Personalizing Header per Environment in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1030#M490</link>
    <description>&lt;P&gt;Very cool. We do something a bit like this with our logo. Our logo has three versions, all black, all white and full colour. The all white logo is used in our DEV environment, the all black logo is used in our TST environment and our full colour logo is used in our PRD environment. But I agree, a more obvious distinction would be very beneficial.&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 05:13:19 GMT</pubDate>
    <dc:creator>georgiaria</dc:creator>
    <dc:date>2021-05-26T05:13:19Z</dc:date>
    <item>
      <title>Personalizing Header per Environment</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1028#M488</link>
      <description>&lt;P&gt;Piggy backing on this article  &lt;A href="https://community.workato.com/links?lid=A-YEdB5fi6s_RK2hfZL2AA&amp;amp;token=%2A%7CTOKEN%7C%2A&amp;amp;url=https%3A%2F%2Fproduct.workato.com%2F5-must-have-settings-to-personalize-and-stay-in-control-of-your-workspace%2F" target="_blank" rel="noopener noreerrer"&gt;5 must have account settings to personalize for your Workspace (workato.com)&lt;/A&gt; by &lt;SPAN id="mob-widget-1621955291472" class="mention"&gt;Tridivesh Sarangi&lt;/SPAN&gt;, I wanted to share another personalization we did in our environment. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Changing just the icon and letter is good, but we wanted something more evident to identify the Prod environment. &lt;/P&gt;&lt;P&gt;With did some CSS customization to change the color of the header in Production. Of course this is not ideal because each user needs to modify it in their browser, but it works for now since we have a small number of users that have access to Prod. Maybe in the future it could be added to the product as an environment setting.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;We used the &lt;A href="https://community.workato.com/links?lid=A-YEdB5fi6s_RK2hfZL2AA&amp;amp;token=%2A%7CTOKEN%7C%2A&amp;amp;url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fdetail%2Fcode-injector%2Fkgmlfocfgenookigofalapefagndnlnc" target="_blank" rel="noopener noreerrer"&gt;Code Injector - Microsoft Edge Addons&lt;/A&gt; extension and applied this code: &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;var x= document.getElementsByClassName("user-info__text");&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;if(x[0].innerHTML.includes("Production",0))&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;   var y= document.getElementsByClassName("header");&lt;/P&gt;&lt;P&gt;        y[0].style.backgroundColor = "red";&lt;/P&gt;&lt;P&gt;  }&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;The extension is also available for Chrome. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2021 04:50:10 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1028#M488</guid>
      <dc:creator>mroldanvega</dc:creator>
      <dc:date>2021-05-26T04:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Personalizing Header per Environment</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1029#M489</link>
      <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2373552"&gt;Manuel Roldan-Vega&lt;/A&gt; - thanks for sharing. neat trick. Also adding &lt;A href="https://systematic.workato.com/workato-migration/users/2371475"&gt;Deven Maru&lt;/A&gt; to consider including personalization/branding of environments on the roadmap.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2021 05:09:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1029#M489</guid>
      <dc:creator>tridivesh</dc:creator>
      <dc:date>2021-05-26T05:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Personalizing Header per Environment</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1030#M490</link>
      <description>&lt;P&gt;Very cool. We do something a bit like this with our logo. Our logo has three versions, all black, all white and full colour. The all white logo is used in our DEV environment, the all black logo is used in our TST environment and our full colour logo is used in our PRD environment. But I agree, a more obvious distinction would be very beneficial.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 05:13:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1030#M490</guid>
      <dc:creator>georgiaria</dc:creator>
      <dc:date>2021-05-26T05:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Personalizing Header per Environment</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1031#M491</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://systematic.workato.com/workato-migration/users/2364077"&gt;Tridivesh Sarangi&lt;/A&gt;. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hi Manny, Georgia&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks for the feedback. With the upcoming environments feature we have visual indicator on the header to identify the test and production environment. The indicator is subtle to not take too much focus. Here's what it may look like.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2021 06:06:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1031#M491</guid>
      <dc:creator>deven-maru</dc:creator>
      <dc:date>2021-05-26T06:06:11Z</dc:date>
    </item>
    <item>
      <title>Re: Personalizing Header per Environment</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1032#M492</link>
      <description>&lt;P&gt;That looks great, &lt;SPAN id="mob-widget-1" class="mention fr-tribute"&gt;&lt;A href="https://systematic.workato.com/?userId=2371475"&gt;Deven Maru&lt;/A&gt;&lt;/SPAN&gt;! GlS to hear this is on the way.&lt;BR /&gt;&lt;BR /&gt;Will we be able to customize the color?&lt;BR /&gt;We have a Dev, UAT, and Prod. Don't want to have the same in two environments. &lt;BR /&gt;&lt;BR /&gt;The design looks really elegant and clean, actually maybe too much. To your point of "not taking too much focus", I think it actually should. It needs to be easily identifiable with thd peripheral vision. &lt;BR /&gt;&lt;BR /&gt;I look forward to this feature!&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 07:50:45 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1032#M492</guid>
      <dc:creator>mroldanvega</dc:creator>
      <dc:date>2021-05-26T07:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Personalizing Header per Environment</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1033#M493</link>
      <description>&lt;P&gt;In the initial release the highlight color is fixed. But I'll add customizing color to the backlog for environments. I'll talk to our design team on your feedback about making the highlight more prominent. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deven&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 07:58:05 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1033#M493</guid>
      <dc:creator>deven-maru</dc:creator>
      <dc:date>2021-05-26T07:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Personalizing Header per Environment</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1034#M494</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 09:58:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/personalizing-header-per-environment/m-p/1034#M494</guid>
      <dc:creator>mroldanvega</dc:creator>
      <dc:date>2021-05-26T09:58:50Z</dc:date>
    </item>
  </channel>
</rss>

