Is it possible to get the DFS Backlog property to show on a dashboard

I have several DFS folder targets that are replicated between data centres. It would be good to have a dashboard that could show me the current backlog count.

Your image isn’t showing, but you can use a custom label to display properties on the status tile:

2018-09-21-09_48_07-Clipboard.png

You just need to ensure that you add the correct object that the properties are discovered on. Use the mustache helper (red above) to show the available properties.

https://support.squaredup.com/v4/Reference/Tiles/CustomLabelling/

2018-09-21-09_46_58-New-Dashboard-1-Squared-Up.png

1 Like

Thank Jelly! Is there a way to make the text bold?

Labels also accept HTML so wrap it in a “b” and you’re set! If you’ve got multiple properties, I use a span to give it enough width too.

That worked a treat - Replication {{displayName}} Backlog Count = {{properties.backlogCount}}

Perfect!