erwindon/SaltGUI

CSV Export

sharkmerry7 opened this issue · 2 comments

Just curious how difficult it would be to implement a CSV export of, say, the grains page, ( or any page really).

@sharkmerry7
that would mean more code behind each page and a more crowded screen (or popup-menu on a screen).

you can always just run the salt command grains.items in the command-box (>_)
and use the existing export facilities from there.

if you cannot predict which salt command(s) are used for a specific screen...
go to the Jobs page after visiting a page, then select Show all jobs from the dropdown-menu
you should be able to recognize the command(s) that were used near the top of the list
once you select a specific job, you can also export from there

That works!!! thank you. you rock