Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui_tab.json 1.1KB

123456789101112131415161718192021
  1. {
  2. "ui_tab" : {
  3. "label" : {
  4. "home" : "Home",
  5. "tab" : "Tab",
  6. "name" : "Name",
  7. "icon" : "Icon",
  8. "state" : "State",
  9. "navmenu" : "Nav. Menu",
  10. "enabled" : "Enabled",
  11. "disabled" : "Disabled",
  12. "visible" : "Visible",
  13. "hidden" : "Hidden"
  14. },
  15. "info": {
  16. "disabled": " Tab is inactive in Dashboard.",
  17. "hidden": " Tab is not shown in Navigation Menu."
  18. },
  19. "tip" : "The <b>Icon</b> field can be either a <a href=\"https://klarsys.github.io/angular-material-icons/\" target=\"_blank\">Material Design icon</a> <i>(e.g. 'check', 'close')</i> or a <a href=\"https://fontawesome.com/v4.7.0/icons/\" target=\"_blank\">Font Awesome icon</a> <i>(e.g. 'fa-fire')</i>, or a <a href=\"https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md\" target=\"_blank\">Weather icon</a> <i>(e.g. 'wi-wu-sunny')</i>.</p><p>You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p>"
  20. }
  21. }