You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If #67 (a new facts drill down page) is fixed, it would also be nice if the Dashboard tab could show cells linking to said page.
The cell itself should simply show a count() of the unique number of values for that fact.
In the dashboard code you need to add something to distinguish between the current querys, whom are directed at the nodes page, to a cell that is instead pointing at the fact page.
So if I have 10 puppet nodes where 9 of them were just patched and rebooted, the Uptime panel might show "3". When I click on this panel, the drilldown-page show me the details of the 3 uptimes:
When I think I'm done patching, puppetexplorer indicates to me that server10 has probably not been patched yet, that server1 was patched yesterday and servers 2-9 was patched today.
Request:
If #67 (a new facts drill down page) is fixed, it would also be nice if the Dashboard tab could show cells linking to said page.
The cell itself should simply show a count() of the unique number of values for that fact.
In the dashboard code you need to add something to distinguish between the current querys, whom are directed at the nodes page, to a cell that is instead pointing at the fact page.
The keynames 'query' and 'fact' are mutually exclusive, you can only set one.
/Elof
The text was updated successfully, but these errors were encountered: