mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 03:01:42 +00:00
ADD - add in-game phone administration and configuration (#21)
* ADD - build in-game admin command center * ADD - open admin panel by command * ENH - rebuild admin panel as standalone editor * ENH - compact admin workspace navigation * ENH - expand admin device controls * ENH - refine admin panel navigation style * ADD - add SQL phone configurator * FIX - expose complete phone configuration * FIX - make company jobs freely configurable * FIX - align configurator tables to left * ENH - organize configurator collection controls * ENH - organize nested configurator sections * ENH - add configurator field descriptions * FIX - hide fixed configurator add controls * ENH - refine configurator editing experience * ENH - refine admin configurator controls * FIX - apply configurator settings instantly * FIX - close live activity command registration
This commit is contained in:
@@ -35,6 +35,7 @@ local ALLOWED_PERMISSIONS = {
|
||||
}
|
||||
|
||||
local RESERVED_APP_IDS = {
|
||||
admin = true,
|
||||
["app-store"] = true,
|
||||
banking = true,
|
||||
crypto = true,
|
||||
|
||||
Reference in New Issue
Block a user