mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
v4.3.3.28 - Update NsPanelTs.ts
- Fix short ID's in v4.3.3.27 - Fix window Icons in CreateEntity - Add MQTT-Client Check
This commit is contained in:
@@ -7018,7 +7018,7 @@ function GetNavigationString(pageId: number): string {
|
||||
}
|
||||
|
||||
function GenerateDetailPage(type: string, optional: string, pageItem: PageItem, placeId: number): Payload[] {
|
||||
log('GenerateDetailPage Übergabe Type: ' + type + ' - optional: ' + optional + ' - pageItem.id: ' + pageItem.id, 'info');
|
||||
if (Debug) log('GenerateDetailPage Übergabe Type: ' + type + ' - optional: ' + optional + ' - pageItem.id: ' + pageItem.id, 'info');
|
||||
try {
|
||||
let out_msgs: Array<Payload> = [];
|
||||
let id = pageItem.id;
|
||||
|
||||
Reference in New Issue
Block a user