mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Move hassio down (#3407)
This commit is contained in:
parent
a59f0086b5
commit
3c366b2b85
@ -32,7 +32,7 @@ import { classMap } from "lit-html/directives/class-map";
|
||||
// tslint:disable-next-line: no-duplicate-imports
|
||||
import { PaperIconItemElement } from "@polymer/paper-item/paper-icon-item";
|
||||
|
||||
const SHOW_AFTER_SPACER = ["config", "developer-tools"];
|
||||
const SHOW_AFTER_SPACER = ["config", "developer-tools", "hassio"];
|
||||
|
||||
const SUPPORT_SCROLL_IF_NEEDED = "scrollIntoViewIfNeeded" in document.body;
|
||||
|
||||
@ -41,7 +41,8 @@ const SORT_VALUE = {
|
||||
logbook: 2,
|
||||
history: 3,
|
||||
"developer-tools": 9,
|
||||
configuration: 10,
|
||||
hassio: 10,
|
||||
configuration: 11,
|
||||
};
|
||||
|
||||
const panelSorter = (a, b) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user