The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Added prepend block action.
Define multi-view boards with dock_layouts():
layout = dock_layouts(
Analysis = list("block_1", "block_2"),
Overview = list("dag_extension")
)Mark a view as initially active by tagging its spec via
dock_view():
layout = dock_layouts(
Analysis = list("block_1", "block_2"),
Overview = dock_view("dag_extension", active = TRUE)
)If no view is tagged, the first one is used.
In new_dock_board, the layout now defaults to
dock_layouts(Page = default_view_grid(blocks, extensions)),
so it create a single page dashboard with a default grid when nothing is
specified by the user.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.