Skip to main content
Tungsten Dashboard

Tungsten Dashboard 1.0.3

Release Date: 22 Mar 2019
End of Life Date: 11 Apr 2020
Product End of Life

This release is past End of Life.

Tungsten Dashboard provides a web-based UI for monitoring and managing Tungsten Clustering deployments. Tungsten Dashboard v1.0.3 is a feature release for better global controls and customization.
  • Added modal "Stop Auto-Refresh" button which will turn off the Auto-refresh feature. This button is only visible if auto-refresh is enabled.
  • Added ability to set global buttons to icon, text or some combination. Use the setting navButtonFormat and specify one or more of icon ortext as a comma-separated string, no spaces. Order counts.
    $jsonConfig = <<<EOJ
    {
    "settings": {
    "navButtonFormat":"icon",
    ...
    EOJ;
    Currently there are four (4) possible entries:
    "navButtonFormat":"icon",
    "navButtonFormat":"text",
    "navButtonFormat":"icon,text",
    "navButtonFormat":"text,icon",
    The default for navButtonFormat is icon if not specified.
Tungsten Dashboard is compatible with both the Tungsten Clustering 5.3.x series and 6.x series.