Hi All,
We have a requirement where we need to refresh all the contents in the toolbar every 5 minutes and if there are any kind of issue in those we have to change the color of content to Red..
We have developed a Single Page application with 4 tabs (Transaction, Bulk Plan, Statistics, Scalability Overview),
Each tab is having multiple graphs/charts/tables which needs to be refreshed every 5 minutes. If any of the value crosses a particular threshold then we have to change the color of tab/tab-font.
Q1: How can we refresh all the tabs even if only the 1st tab is open ?
Q2: How to change the color of tab/tab-font if it has crossed the threshold ?
