var PAGE_MISC = { title: 'Misc', bg: 'images/bg2.png', icon: 'mdi-settings', groups: [ { title: 'Wallboard', width: 2, height: 2, items: [ { position: [0, 0], type: TYPES.CUSTOM, title: 'Aktualisieren', id: { }, icon: 'mdi-reload', action: function(item, entity) { window.location.reload() } }, ] } ] }