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
This widget is based on the standard DashingList widget and the Hotness Widget created by Rowanu.
What it does
With this widget, you can display a list that will change color depending on its content. It can be useful to display a set of metrics and use the color to materialize the "global state". If you refer to the thumbnail, you'll see an example of application around a server pool.
This widget is based on the standard DashingNumber widget and the Hotness Widget created by Rowanu.
What it does
With this widget, you can display the standard number widget with a color that will respond on the evolution (the difference displayed between last and current value that is displayed on the standard number widget)
It can be useful to display colors based on the evolution of the number widget : if increasing is "bad" then it will display red.
If you refer to the thumbnail, you'll see an example of application around a server pool.
This widget is based on the standard DashingText widget. It adds a status management between three basic states : OK, ERROR and INFORMATION. The widget background, image and color, changes with the state.
What it does
With this widget, you can display the status of a single system. It can be used for servers, sites, etc. It lets you build status dashboards with a single system per tile.
The widget will fade to green if the status is OK, red if ERROR, blue if INFORMATION. You can customize the text displayed and change it dynamically.
If you refer to the thumbnail, you'll see an example.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a Dashing widget and all components needed to port the original radiator information into an Dashing Widget.
##Usage
To use this widget, copy fa.html, fa.coffee, and fa.scss into the /widgets/fa directory.
Or simply run dashing install da8fcf69316b1d16fcf6 to let dashing do that for you.
To include the widget in a dashboard, add the following snippet to the dashboard layout file: