<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Indicator Text dis-appeared after updating modules.]]></title><description><![CDATA[<p dir="auto">Noticed my Color Indicators no long display the Text after updating to the latest version on Mango ES Version 3.6.4.</p>
<p dir="auto">Editing in designer, you have to delete the text field, tab off of the field, and then return to the text field and the text will re-appear when entering.  Problem is, the changes are not saved.</p>
<p dir="auto">Anyone have an easy way to correct this so I don't have to start rebuilding pages for my customers?</p>
<p dir="auto">Before and After Images.</p>
<p dir="auto"><img src="https://camo.nodebb.org/5ec2f417820630ced8341a5a43622d97916a34fe?url=https%3A%2F%2Fi.imgur.com%2Fd6W33nZ.png" alt="0_1564541231866_Screen Shot 2019-07-30 at 10.46.29 PM.png" class=" img-fluid img-markdown" /><br />
<img src="https://camo.nodebb.org/f2046823a1625c2b14db7b9a8ec9e42e3729eed5?url=https%3A%2F%2Fi.imgur.com%2FHkZYNvp.png" alt="0_1564541241224_Screen Shot 2019-07-30 at 10.46.41 PM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.mango-os.com/topic/4362/indicator-text-dis-appeared-after-updating-modules</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 20:58:30 GMT</lastBuildDate><atom:link href="https://forum.mango-os.com/topic/4362.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 31 Jul 2019 02:40:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Indicator Text dis-appeared after updating modules. on Wed, 31 Jul 2019 17:40:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi guys, this update should fix the issue. Sorry about that.</p>
<p dir="auto"><a href="https://forum.infiniteautomation.com/topic/4364/release-notes-for-mangoui-3-6-4" rel="nofollow ugc">https://forum.infiniteautomation.com/topic/4364/release-notes-for-mangoui-3-6-4</a></p>
]]></description><link>https://forum.mango-os.com/post/22942</link><guid isPermaLink="true">https://forum.mango-os.com/post/22942</guid><dc:creator><![CDATA[Jared Wiltshire]]></dc:creator><pubDate>Wed, 31 Jul 2019 17:40:50 GMT</pubDate></item><item><title><![CDATA[Reply to Indicator Text dis-appeared after updating modules. on Wed, 31 Jul 2019 10:47:26 GMT]]></title><description><![CDATA[<p dir="auto">Just ran it in my mango version 3.5.6.<br />
Can see it loud and clear!<br />
Right click on the item and click on inspect element from Google Chrome.<br />
If the T6 isn't visible in the HTML markup, then you definitely have a code issue that <a class="plugin-mentions-user plugin-mentions-a" href="/user/jared-wiltshire" aria-label="Profile: Jared-Wiltshire">@<bdi>Jared-Wiltshire</bdi></a> will need to investigate.<br />
If it is, you may have to override the css temporarily with <code>!important</code> after the <code>color</code> property. Sorry can't be of any more help. Not in a position to upgrade at the moment so cannot see the same issues everyone else has in 3.6.</p>
<p dir="auto">Fox</p>
]]></description><link>https://forum.mango-os.com/post/22937</link><guid isPermaLink="true">https://forum.mango-os.com/post/22937</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 31 Jul 2019 10:47:26 GMT</pubDate></item><item><title><![CDATA[Reply to Indicator Text dis-appeared after updating modules. on Wed, 31 Jul 2019 07:11:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello, guys</p>
<p dir="auto">after last upgrade i miss some information in &lt;ma-indicator&gt;</p>
<pre><code>.indicator{
    cursor:pointer;  
    position: absolute;
    border-width: thin; 
    background-color: rgb(9, 206, 75); 
    border-radius: 30px; 
    text-align: center; 
    color: rgb(1, 1, 1); 
    font-weight: bold; 
    font-size: 20px;
    line-height: 32px;
    width: 32px; 
    height: 32px; 
}
</code></pre>
<pre><code>&lt;ma-indicator class="indicator" style="left: 120px; top: 500.266px;" color-false="rgb(152, 255, 0)" color-true="red" point="Inactive_T6" default-color="red" ng-click="selection='T-6'"&gt;T6&lt;/ma-indicator&gt;
</code></pre>
<p dir="auto">Can't see T6 text inside of indicator</p>
]]></description><link>https://forum.mango-os.com/post/22936</link><guid isPermaLink="true">https://forum.mango-os.com/post/22936</guid><dc:creator><![CDATA[Robertas Kaunas]]></dc:creator><pubDate>Wed, 31 Jul 2019 07:11:49 GMT</pubDate></item><item><title><![CDATA[Reply to Indicator Text dis-appeared after updating modules. on Wed, 31 Jul 2019 03:16:41 GMT]]></title><description><![CDATA[<p dir="auto">Have you got any markup you can paste here?<br />
The only suggestion I can give is using CSS and giving your items classes to apply the looks you want to them. Assuming you're using Google chrome here, you can right click and inspect on the elements to see what the css for the html elements are.<br />
I'm also heavily assuming you know how CSS can be applied.<br />
I know it's involved but it's a solid way of ensuring your desired styles are always applied...</p>
<p dir="auto">Jared will likely be able to come back with a solution if you can paste your content here in code tags to compare and contrast.</p>
<p dir="auto">//For configuring how to add these styles:<br />
Create a new .css file then save this css file in the mango install's [MANGOHOME]/overrides/web/modules/mangoUI/web/styles directories and save it as something you recognise:<br />
ie: newDashboardStyles.css<br />
You can make these changes applicable by going to Administration-&gt; UI Settings-&gt; Miscellaneous Settings -&gt; user stylesheet url.<br />
Set it to <code>/modules/mangoUI/web/styles/newDashboardStyles.css</code></p>
]]></description><link>https://forum.mango-os.com/post/22934</link><guid isPermaLink="true">https://forum.mango-os.com/post/22934</guid><dc:creator><![CDATA[MattFox]]></dc:creator><pubDate>Wed, 31 Jul 2019 03:16:41 GMT</pubDate></item></channel></rss>