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.html 1016B

12345678910111213
  1. <script type="text/html" data-help-name="ui_tab">
  2. <p>Tab configuration for Dashboard</p>
  3. <p><b>Disabled</b> pages are not included in the Dashboard app, and are therefore not functional.
  4. The tab name still appears in the Navigation Menu (unless it is also hidden).
  5. </p>
  6. <p><b>Hidden</b> pages are not listed in the Left-hand Navigation Menu.
  7. However, they are still active in the Dashboard, and can be shown by using a `ui_control` msg.
  8. </p>
  9. <p>The <b>Icon</b> field can be either a <a href="https://klarsys.github.io/angular-material-icons/" target="_blank">Material Design icon</a>
  10. <i>(e.g. 'check', 'close')</i> or a <a href="https://fontawesome.com/v4.7.0/icons/" target="_blank">Font Awesome icon</a>
  11. <i>(e.g. 'fa-fire')</i>, or a <a href="https://github.com/Paul-Reed/weather-icons-lite/blob/master/css_mappings.md">Weather icon</a>.
  12. You can use the full set of google material icons if you add 'mi-' to the icon name. e.g. 'mi-videogame_asset'.</p>
  13. </script>