/mesh-materialui

Primary LanguageHandlebarsApache License 2.0Apache-2.0

mesh-materialui

Custom UI for MeshCentral based on Material UI

The meshcentral-web folder, along with its custom files, must be placed in the root folder of your MeshCentral instance alongside the meshcentral-data folder.

notes

Requires MeshCentral to be configured with the following options: (maybe not nightMode, but it was designed with that configured)

"domains": {
  "": {
    "hide": 5,
    "nightMode": 1,
    "minify": false
  }
},