rasmusbergpalm / jslate

Write your dashboards in pure html/js
jslate.com
244 stars 54 forks source link

Added dashboard import/export/delete features #37

Closed brianhks closed 11 years ago

brianhks commented 11 years ago

You can import and export a dashboard to a json file. Also added a delete button

rasmusbergpalm commented 11 years ago

Whats your usecase for importing/exporting?

brianhks commented 11 years ago

We have many groups developing dashboards. This allows them to create/update dashboards in a development environment. When the dashboard is finished it can be easily moved to our production server.

brianhks commented 11 years ago

Don't merge this yet, I found a bug. If a dashboard doesn't have any js in it the page shows up blank.

brianhks commented 11 years ago

OK now it is good to go. The end style tag wasn't getting created if the css was empty.