Merge branch 'change-device-permissions' into 'master'

Added Different view for non-admins

See merge request fronk/thetool!984
This commit is contained in:
Luca Haid
2025-02-03 13:00:40 +00:00

View File

@@ -8,8 +8,6 @@ const deviceTypeFilterOptions = window?.TT_CONFIG?.DEVICE_TYPES.map(type => ({
text: type.name,
}));
window.TT_CONFIG['IS_ADMIN'] = '0'
Vue.component('device-view-switch', {
//language=Vue
template: `